Skip to content

Commit ba166f9

Browse files
authored
Merge pull request #12 from candleindark/enh
Temporarily pin Pydantic to under 2.11
2 parents ee6693e + d5e8dfa commit ba166f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ classifiers = [
2828
]
2929
dependencies = [
3030
"linkml @ git+https://github.com/candleindark/linkml.git@bundle-error",
31-
"pydantic~=2.7",
31+
"pydantic~=2.7,<2.11",
3232
"typer",
3333
]
3434

0 commit comments

Comments
 (0)