Skip to content

Commit d5e8dfa

Browse files
committed
fix: temporarily pin Pydantic to under 2.11
This is a temporary fix before compatibility to Pyantic 2.11 is added
1 parent ee6693e commit d5e8dfa

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)