Skip to content

Commit d3546cd

Browse files
authored
Fix python-dateutil dependency constraint (#61)
Allow python-dateutil>=2.8.1 instead of ~=2.8.1 for broader compatibility
1 parent bf61aed commit d3546cd

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
@@ -8,7 +8,7 @@ dependencies = [
88
"aiohttp>=3.9.1",
99
"inflection~=0.5.1",
1010
"pyjwt>=2.10.0",
11-
"python-dateutil~=2.8.1"
11+
"python-dateutil>=2.8.1"
1212
]
1313

1414
[project.optional-dependencies]

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)