Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit 0f6dc67

Browse files
bfineranBenjamin
authored andcommitted
pin pydantic to <2.0 (#339)
1 parent f3975b3 commit 0f6dc67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"pyyaml>=5.1.0",
4646
"requests>=2.0.0",
4747
"tqdm>=4.0.0",
48-
"pydantic>=1.8.2",
48+
"pydantic>=1.8.2,<2.0.0",
4949
"click>=7.1.2,!=8.0.0", # latest version < 8.0 + blocked version with reported bug
5050
"protobuf>=3.12.2,<4",
5151
"pandas>1.3",

0 commit comments

Comments
 (0)