Skip to content

Commit c001c28

Browse files
authored
Relaxed bound for python-dateutil (#538)
Changed bound for python-datetutil
1 parent c399c1c commit c001c28

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

poetry.lock

+14-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pyarrow = [
2424
{ version = ">=14.0.1", python = ">=3.8,<3.13", optional=true },
2525
{ version = ">=18.0.0", python = ">=3.13", optional=true }
2626
]
27-
python-dateutil = "^2.9.0"
27+
python-dateutil = "^2.8.0"
2828

2929
[tool.poetry.extras]
3030
pyarrow = ["pyarrow"]

0 commit comments

Comments
 (0)