We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dddaac2 commit 064d6e3Copy full SHA for 064d6e3
pyhdtoolkit/version.py
@@ -1,4 +1,4 @@
1
-VERSION = "1.3.1"
+VERSION = "1.3.2"
2
3
4
def version_info() -> str:
pyproject.toml
@@ -61,7 +61,7 @@ dependencies = [
61
"loguru < 1.0",
62
"cpymad >= 1.9",
63
"rich >= 12.0",
64
- "pydantic >= 1.0",
+ "pydantic >= 1.0,<2.0",
65
"pendulum >= 2.0",
66
"optics-functions >= 0.1",
67
]
0 commit comments