Skip to content

Commit

Permalink
Merge pull request #49 from microsoft/LakshyAAAgrawal-update-pydantic
Browse files Browse the repository at this point in the history
Loosen Pydantic Version Requirement
  • Loading branch information
LakshyAAAgrawal authored Jan 26, 2025
2 parents 4df6443 + cfd9374 commit 35563a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ classifiers = [

dependencies = [
"jedi-language-server==0.41.1",
"pydantic==1.10.5",
"pydantic>=1.10.5, <2",
"requests==2.32.3"
]

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
jedi-language-server==0.41.1
pytest==7.3.1
pydantic==1.10.5
pydantic>=1.10.5, <2
pytest-asyncio==0.21.1
requests==2.32.3

0 comments on commit 35563a7

Please sign in to comment.