Skip to content

Commit 26bc9b6

Browse files
authored
Pin pydantic < 2, closes #638
1 parent 21996ff commit 26bc9b6

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

imjoy_elfinder/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "0.1.62"
2+
"version": "0.1.63"
33
}

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ python-dotenv==0.21.1
88
python-multipart==0.0.6
99
typing_extensions==4.7.1
1010
uvicorn[standard]==0.22.0
11+
pydantic==1.10.12

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"python-multipart",
2626
"typing_extensions",
2727
"uvicorn[standard]",
28+
"pydantic<2,>=1.8.2",
2829
]
2930

3031

0 commit comments

Comments
 (0)