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
Once the libraries for other frameworks that use SQLAlchemy are changed to use the latest SQLAlchemy, the example code will need to be updated.
Any other comments?
I have made all the relevant updates and am currently working on testing them. I'll send PRs to other frameworks that use SQLAlchemy when they're ready to merge.
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
Once the libraries for other frameworks that use SQLAlchemy are changed to use the latest SQLAlchemy, the example code will need to be updated.
Any other comments?
I have made all the relevant updates and am currently working on testing them. I'll send PRs to other frameworks that use SQLAlchemy when they're ready to merge.
The text was updated successfully, but these errors were encountered: