HumanSignal / label-studio

Label Studio is a multi-type data labeling and annotation tool with standardized output format
https://labelstud.io
Apache License 2.0
18.19k stars 2.28k forks source link

Python-dateutil requirement conflict #4380

Open mkumaszka opened 1 year ago

mkumaszka commented 1 year ago

Restrictive python-dateutil requirement can cause cross-library conflicts when minor updates occur. python-dateutil was updated to 2.8.2 with bug fixes, but label-studio requires ==2.8.1, causing conflicts with other libraries that may require python-dateutil 2.8.2.

Describe the solution you'd like Potentially update the requirement as python-dateutil>=2.8.1,<3.0.0

cobac commented 11 months ago

Fixed with https://github.com/HumanSignal/label-studio/releases/tag/1.8.2.post1

Can be closed