Skip to content

Commit

Permalink
[cherry-pick 1.5.2] pin pydantic to <2.0 (#1645) (#340)
Browse files Browse the repository at this point in the history
* pin pydantic to <2.0 (#339)

* bump version to 1.5.2
  • Loading branch information
bfineran committed Jul 5, 2023
1 parent f3975b3 commit 626e4d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"pyyaml>=5.1.0",
"requests>=2.0.0",
"tqdm>=4.0.0",
"pydantic>=1.8.2",
"pydantic>=1.8.2,<2.0.0",
"click>=7.1.2,!=8.0.0", # latest version < 8.0 + blocked version with reported bug
"protobuf>=3.12.2,<4",
"pandas>1.3",
Expand Down
2 changes: 1 addition & 1 deletion src/sparsezoo/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from datetime import date


version_base = "1.5.1"
version_base = "1.5.2"
is_release = False # change to True to set the generated version as a release version


Expand Down

0 comments on commit 626e4d0

Please sign in to comment.