We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4df6443 + cfd9374 commit 35563a7Copy full SHA for 35563a7
pyproject.toml
@@ -27,7 +27,7 @@ classifiers = [
27
28
dependencies = [
29
"jedi-language-server==0.41.1",
30
- "pydantic==1.10.5",
+ "pydantic>=1.10.5, <2",
31
"requests==2.32.3"
32
]
33
requirements.txt
@@ -1,5 +1,5 @@
1
jedi-language-server==0.41.1
2
pytest==7.3.1
3
-pydantic==1.10.5
+pydantic>=1.10.5, <2
4
pytest-asyncio==0.21.1
5
requests==2.32.3
0 commit comments