Skip to content

Commit

Permalink
chore: loosen pydantic version constraints (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey authored Apr 18, 2024
1 parent 163cf39 commit 9e6cf8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ classifiers = [
"Programming Language :: Python :: 3.12",
]
dependencies = [
"pydantic~=2.5.3",
"pydantic>=2.5.3,<3",
]
dynamic = ["version"]

Expand Down

0 comments on commit 9e6cf8f

Please sign in to comment.