Skip to content

Fix missing pytz dependency#1752

Open
m4dh4t wants to merge 1 commit intojertel:masterfrom
swisspostcs:fix-deps-pytz
Open

Fix missing pytz dependency#1752
m4dh4t wants to merge 1 commit intojertel:masterfrom
swisspostcs:fix-deps-pytz

Conversation

@m4dh4t
Copy link

@m4dh4t m4dh4t commented Mar 16, 2026

Description

This PR fixes #1751, where a ModuleNotFoundError was raised due to pytz being used without being declared as a direct dependency.

The bug appeared after an upstream change in croniter removed pytz from its dependencies, which had previously made it transitively available.

Checklist

  • I have reviewed the contributing guidelines.
  • I have included unit tests for my changes or additions.
  • I have successfully run make test-docker with my changes.
  • I have manually tested all relevant modes of the change in this PR.
  • I have updated the documentation.
  • I have updated the changelog.

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.

ModuleNotFoundError: No module named 'pytz'

1 participant