Skip to content

Commit 064d6e3

Browse files
authored
constraint pydantic to <2.0 and patch version bump
1 parent dddaac2 commit 064d6e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyhdtoolkit/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = "1.3.1"
1+
VERSION = "1.3.2"
22

33

44
def version_info() -> str:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ dependencies = [
6161
"loguru < 1.0",
6262
"cpymad >= 1.9",
6363
"rich >= 12.0",
64-
"pydantic >= 1.0",
64+
"pydantic >= 1.0,<2.0",
6565
"pendulum >= 2.0",
6666
"optics-functions >= 0.1",
6767
]

0 commit comments

Comments
 (0)