Skip to content

Commit

Permalink
hotfix 1.8.1 to relax pydantic version restriction (#490)
Browse files Browse the repository at this point in the history
Co-authored-by: dhuangnm <[email protected]>
  • Loading branch information
dhuangnm and dhuangnm committed Jul 19, 2024
1 parent 96406b2 commit cd9c728
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 @@ -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
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.8.0"
version_base = "1.8.1"
is_release = False # change to True to set the generated version as a release version
is_dev = False
dev_number = None
Expand Down

0 comments on commit cd9c728

Please sign in to comment.