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

SQLAlchemy access code changes are required for SQLAlchemy version up. #9

Open
search5 opened this issue Feb 21, 2024 · 0 comments
Open

Comments

@search5
Copy link

search5 commented Feb 21, 2024

Expected behaviour

Version 2.0 of SQLAlchemy for social integration is being officially released on January 26, 2023, so if you install sqlalchemy with pip, version 2 will be installed automatically. However, the source code currently only works with SQLAlchemy 1.

As a result, all source code that uses SQLAlchemy will need to be modified to be compatible with SQLAlchemy 2.

Actual behaviour

This library should work fine with SQLAlchemy 2.

Any other comments?

I have made all the relevant updates and am currently working on testing them. I'll send a PR when I'm done testing. The branch I'm contributing to is feature/sqlalchemy2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant