Skip to content

Commit

Permalink
relax pydantic version restriction (#489)
Browse files Browse the repository at this point in the history
Co-authored-by: dhuangnm <[email protected]>
  • Loading branch information
dhuangnm and dhuangnm authored Jul 19, 2024
1 parent db8f68f commit 0a50d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"pyyaml>=5.1.0",
"requests>=2.0.0",
"tqdm>=4.0.0",
"pydantic>=2.0.0,<2.8",
"pydantic~=2.0",
"click>=7.1.2,!=8.0.0", # latest version < 8.0 + blocked version with reported bug
"protobuf>=3.12.2",
"pandas>1.3",
Expand Down

0 comments on commit 0a50d3f

Please sign in to comment.