Skip to content

Commit e24f65f

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

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

poetry.lock

Lines changed: 2 additions & 1 deletion
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
@@ -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, <1.0.0, python_version < '3.11'",
52+
"isodate >=0.7.2, <1.0.0; python_version < '3.11'",
5353
]
5454

5555
[project.scripts]

0 commit comments

Comments
 (0)