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
Is your feature request related to a problem? Please describe.
sqlalchemy 2.0 has breaking API changes that can be previewed in 1.4. The highest version of sqlalchemy supported by ptyhon-spanner-sqlalchemy is 1.3.23. Currently when using python-spanner-sqlalchemy, users must use the deprecated API, because 1.3.23 does not support the new API.
Describe the solution you'd like
python-spanner-sqlalchemy supports a version of sqlalchemy >= 1.4.0
Is your feature request related to a problem? Please describe.
sqlalchemy 2.0 has breaking API changes that can be previewed in 1.4. The highest version of sqlalchemy supported by ptyhon-spanner-sqlalchemy is 1.3.23. Currently when using python-spanner-sqlalchemy, users must use the deprecated API, because 1.3.23 does not support the new API.
Describe the solution you'd like
python-spanner-sqlalchemy supports a version of sqlalchemy >= 1.4.0
Describe alternatives you've considered
Not sure