HumanSignal / HumanSignal/label-studio
Python-dateutil requirement conflict
Open
- Dominant language
- TypeScript
- Stars
- 28.3k
- Forks
- 3.7k
- Avg merge
- 14h
- Merged PRs (30d)
- 15
Description
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
Contributor guide
Assessment
This issue has not been assessed yet.