Skip to content

Conversation

@mdz
Copy link
Owner

@mdz mdz commented Jun 22, 2025

This PR fixes the python-dateutil dependency constraint to allow newer versions.

Changes:

  • Changed python-dateutil~=2.8.1 to python-dateutil>=2.8.1 in pyproject.toml

Reason:
The restrictive constraint ~=2.8.1 only allows python-dateutil 2.8.x versions, but some downstream packages require newer versions (e.g., pyflick==1.1.3 requires >=2.9.0.post0), causing dependency conflicts.

This change maintains backward compatibility while allowing newer python-dateutil versions needed by downstream projects.

Allow python-dateutil>=2.8.1 instead of ~=2.8.1 for broader compatibility
@mdz mdz merged commit d3546cd into main Jun 22, 2025
4 checks passed
@mdz mdz deleted the fix-python-dateutil-dependency branch June 22, 2025 20:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants