We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3975b3 commit 626e4d0Copy full SHA for 626e4d0
setup.py
@@ -45,7 +45,7 @@
45
"pyyaml>=5.1.0",
46
"requests>=2.0.0",
47
"tqdm>=4.0.0",
48
- "pydantic>=1.8.2",
+ "pydantic>=1.8.2,<2.0.0",
49
"click>=7.1.2,!=8.0.0", # latest version < 8.0 + blocked version with reported bug
50
"protobuf>=3.12.2,<4",
51
"pandas>1.3",
src/sparsezoo/version.py
@@ -20,7 +20,7 @@
20
from datetime import date
21
22
23
-version_base = "1.5.1"
+version_base = "1.5.2"
24
is_release = False # change to True to set the generated version as a release version
25
26
0 commit comments