Skip to content

Commit 2fb2002

Browse files
committed
Allow depending on pydantic 1 or 2
1 parent e143932 commit 2fb2002

File tree

2 files changed

+3
-45
lines changed

2 files changed

+3
-45
lines changed

poetry.lock

Lines changed: 2 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ rdflib = ">=6.0.0"
5454
requests = "*"
5555
prefixmaps = ">=0.1.4"
5656
curies = ">=0.5.4"
57-
pydantic = ">=2.0.0"
57+
pydantic = ">=1.10.2, <3.0.0"
5858

5959
[tool.poetry.dev-dependencies]
6060
coverage = "^6.2"

0 commit comments

Comments
 (0)