HumanSignal / HumanSignal/label-studio

Python-dateutil requirement conflict

Open
#4,380 1 comment 0 reactions 1 assignee Claimed by @makseq View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.