Skip to content

Commit

Permalink
fix(pyproject.toml): Update required Pydantic version
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-thom committed Jun 5, 2024
1 parent fa8f125 commit 4de95a9
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 @@ -32,7 +32,7 @@ dependencies = [
"pint~=0.23",
"loguru~=0.7.2",
"rich~=13.7.1",
"pydantic >= 2.4, < 3",
"pydantic >= 2.7, < 3",
]
[project.optional-dependencies]
dev = [
Expand Down

0 comments on commit 4de95a9

Please sign in to comment.