Skip to content

Commit 4bcdacb

Browse files
committed
Constrain isodate dependency to Python < 3.11
1 parent 97de7c5 commit 4bcdacb

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
@@ -49,7 +49,7 @@ dependencies = [
4949
"prefixmaps >=0.1.4",
5050
"curies >=0.5.4",
5151
"pydantic >=1.10.2, <3.0.0",
52-
"isodate >=0.7.2",
52+
"isodate >=0.7.2, <1.0.0, python_version < '3.11'",
5353
]
5454

5555
[project.scripts]

0 commit comments

Comments
 (0)