Skip to content

Commit dec6cfe

Browse files
authored
fix: Relax python-dateutil version requirement (#203)
This is intended to allow the Square plugin to update to the latest SDK, see https://github.com/cloudquery/cloudquery/actions/runs/9837228486/job/27154578502#step:4:89
1 parent 02094a3 commit dec6cfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"protobuf==5.27.2",
2626
"pyarrow==16.1.0",
2727
"pytest==8.2.2",
28-
"python-dateutil==2.9.0.post0",
28+
"python-dateutil>=2.8.1",
2929
"pytz==2024.1",
3030
"six==1.16.0",
3131
"structlog==24.2.0",

0 commit comments

Comments
 (0)