Skip to content

Commit

Permalink
fix: pin pydantic dependency to <2.10
Browse files Browse the repository at this point in the history
Need for wait for the support for Pydantic
2.10 to be added.
  • Loading branch information
candleindark committed Nov 27, 2024
1 parent 7b9dbde commit e126613
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",
"pydantic>=2.7,<2.10",
"typer",
]

Expand Down

0 comments on commit e126613

Please sign in to comment.