Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace dateutil with zoneinfo buildin module #1339

Closed
CaselIT opened this issue Oct 26, 2023 · 1 comment
Closed

Replace dateutil with zoneinfo buildin module #1339

CaselIT opened this issue Oct 26, 2023 · 1 comment
Labels
use case not quite a feature and not quite a bug, something we just didn't think of
Milestone

Comments

@CaselIT
Copy link
Member

CaselIT commented Oct 26, 2023

python 3.9+ the zoneinfo module. https://docs.python.org/3.11/library/zoneinfo.html#module-zoneinfo
for older version the backport can be used https://pypi.org/project/backports.zoneinfo/

@zzzeek this probably requires 1.13

@CaselIT CaselIT added the use case not quite a feature and not quite a bug, something we just didn't think of label Oct 26, 2023
@CaselIT CaselIT added this to the 1.13 milestone Oct 26, 2023
@sqla-tester
Copy link
Collaborator

Federico Caselli has proposed a fix for this issue in the main branch:

Use zoneinfo instead of dateutil. https://gerrit.sqlalchemy.org/c/sqlalchemy/alembic/+/4917

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
use case not quite a feature and not quite a bug, something we just didn't think of
Projects
None yet
Development

No branches or pull requests

2 participants