Skip to content

Commit c982f9c

Browse files
authored
Loosen pydantic requirement to >=1.10.2
1 parent 61c614a commit c982f9c

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
@@ -54,7 +54,7 @@ rdflib = ">=6.0.0"
5454
requests = "*"
5555
prefixmaps = ">=0.1.4"
5656
curies = ">=0.5.4"
57-
pydantic = "^1.10.2"
57+
pydantic = ">=1.10.2"
5858

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

0 commit comments

Comments
 (0)