You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: