Skip to content

Commit

Permalink
revert: remove the upper restriction on Pydantic version
Browse files Browse the repository at this point in the history
This removes the temporary version restriction on Pydantic
put in by PR #11
  • Loading branch information
candleindark committed Jan 7, 2025
1 parent d806380 commit 91cc54d
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 @@ -28,7 +28,7 @@ classifiers = [
]
dependencies = [
"linkml @ git+https://github.com/candleindark/linkml.git@bundle-error",
"pydantic>=2.7,<2.10",
"pydantic~=2.7",
"typer",
]

Expand Down

0 comments on commit 91cc54d

Please sign in to comment.