-
Notifications
You must be signed in to change notification settings - Fork 28
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
Support SQLAlchemy 2 #413
Comments
Hi @bmritz, Thanks for raising this issue! Internally, we've initiated discussions with our project management team regarding including this in our roadmap. We'll keep this issue updated as we make progress on the Lastly, I have a quick question: Are you planning to upgrade all Best, |
Thanks Nicola -- good to hear there's already some discussion! With this
update we'd be set to upgrade everything in our monorepo to SQLAlchemy 2.
We're on 1.4.X right now, and it appears that it still is supported by the
SQLAlchemy team, and receives bugfixes, so it's not a huge issue for use
now, but I anticipate it will become one at some point in the future.
Thanks for the reply!
…On Thu, Nov 30, 2023 at 2:24 AM Nicola Coretti ***@***.***> wrote:
Hi @bmritz <https://github.com/bmritz>,
Thanks for raising this issue! Internally, we've initiated discussions
with our project management team regarding including this in our roadmap.
We'll keep this issue updated as we make progress on the SQLAlchemy2
upgrade.
Lastly, I have a quick question: Are you planning to upgrade all code to
SQLAlchemy2 once it's available, or are there systems/codes of yours that
still will rely on 1.4.x?
Best,
Nico
—
Reply to this email directly, view it on GitHub
<#413 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB3KKG7MGFGHWGRGSAYK64DYHAYDZAVCNFSM6AAAAAA77V3236VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMZTGIZTMMBYGQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Note: To simplify the project's SQLA2 migration/support, deprecated dialects should be dropped first: |
Summary
Support SqlAlchemy version 2.X as a dependency.
Details
I'd like to be able to use the latest versions of SQLAlchemy with sqlalchemy-exasol.
Background & Context
Currently, when Installing sqlalchemy-exasol in an environment where there are other sqlalchemy tools, this library prevents the user from using the latest version of SQLAlchemy.
References
https://docs.sqlalchemy.org/en/20/changelog/whatsnew_20.html#
The text was updated successfully, but these errors were encountered: