Version 2.1.17
Changes to Existing Features
- Dependencies:
- Updated
pytzto version2026.3in bothrequirements.txtanddocs/requirements.txt. This update ensures compatibility with the latest timezone data.
- Updated
Internal
- Version Update:
- Bumped the package version to
2.1.17to reflect the changes in dependencies.
- Bumped the package version to
Diagram of Dependency Changes
graph TD;
A[Previous pytz Version 2025.1] --> B[requirements.txt];
A --> C[docs/requirements.txt];
B --> D[Updated to pytz 2026.3];
C --> E[Updated to pytz 2026.3];
This update focuses on maintaining compatibility with the latest timezone data by updating the pytz dependency.