move-coop / parsons

A python library of connectors for the progressive community.
Other
255 stars 125 forks source link

Bump python-dateutil from v2.8.1 to v2.8.2 #966

Closed bmos closed 5 months ago

bmos commented 5 months ago

Pandas requires python-dateutil 2.8.2 since at least pandas v2.0.0, with pandas v3.0.0 coming soon. It would be helpful to be able to be able to use parsons with pandas.

bmos commented 5 months ago

It appears that the only thing dateutil is used for is the parser submodule: https://github.com/search?q=repo%3Amove-coop%2Fparsons+dateutil&type=code

This is touched in the 2.8.2 update: https://github.com/dateutil/dateutil/releases/tag/2.8.2

bmos commented 5 months ago

This is mentioned also in issue #794