Skip to content

Commit 9e0e62b

Browse files
authored
Merge pull request #475 from linkml/pydantic-min-at-2
update pydantic minimum version to 2.0.0
2 parents 6e60a58 + 312b929 commit 9e0e62b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ dependencies = [
4848
"requests",
4949
"prefixmaps >=0.1.4",
5050
"curies >=0.5.4",
51-
"pydantic >=1.10.2, <3.0.0",
51+
"pydantic >=2.0.0, <3.0.0",
5252
"isodate >=0.7.2, <1.0.0; python_version < '3.11'",
5353
]
5454

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)