Skip to content

Commit

Permalink
constraint pydantic to <2.0 and patch version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
fsoubelet committed Jul 1, 2023
1 parent dddaac2 commit 064d6e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyhdtoolkit/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = "1.3.1"
VERSION = "1.3.2"


def version_info() -> str:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ dependencies = [
"loguru < 1.0",
"cpymad >= 1.9",
"rich >= 12.0",
"pydantic >= 1.0",
"pydantic >= 1.0,<2.0",
"pendulum >= 2.0",
"optics-functions >= 0.1",
]
Expand Down

0 comments on commit 064d6e3

Please sign in to comment.