Skip to content

Relax SQLAlchemy version requirements to allow for both SQLAlchemy 1.x and 2.x #518

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

Closed
wants to merge 1 commit into from

Conversation

andrii-i
Copy link
Collaborator

@andrii-i andrii-i commented May 15, 2024

Jupyter Scheduler uses subset of SQLAlchemy functionality supported in both SQLAlchemy 1.x and 2.x.

Relaxing SQLAlchemy version requirements to allow for both SQLAlchemy 1.x and 2.x would allow people who want to use Jupyter Scheduler and other packages that depend on SQLAlchemy 2.x in the same environment (for example, pandas) to do so.

For reference: SQLAlchemy 2.0 - Major Migration Guide

Fixes #478.

@andrii-i andrii-i added the enhancement New feature or request label May 15, 2024
@andrii-i andrii-i closed this May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade to SQLAlchemy 2.x
1 participant