Skip to content

Commit 626e4d0

Browse files
authored
[cherry-pick 1.5.2] pin pydantic to <2.0 (#1645) (#340)
* pin pydantic to <2.0 (#339) * bump version to 1.5.2
1 parent f3975b3 commit 626e4d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
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",

src/sparsezoo/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from datetime import date
2121

2222

23-
version_base = "1.5.1"
23+
version_base = "1.5.2"
2424
is_release = False # change to True to set the generated version as a release version
2525

2626

0 commit comments

Comments
 (0)