We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21996ff commit 26bc9b6Copy full SHA for 26bc9b6
3 files changed
imjoy_elfinder/VERSION
@@ -1,3 +1,3 @@
1
{
2
- "version": "0.1.62"
+ "version": "0.1.63"
3
}
requirements.txt
@@ -8,3 +8,4 @@ python-dotenv==0.21.1
8
python-multipart==0.0.6
9
typing_extensions==4.7.1
10
uvicorn[standard]==0.22.0
11
+pydantic==1.10.12
setup.py
@@ -25,6 +25,7 @@
25
"python-multipart",
26
"typing_extensions",
27
"uvicorn[standard]",
28
+ "pydantic<2,>=1.8.2",
29
]
30
31
0 commit comments