Exception Raised On Connect in 1.11.0 #659
Labels
api: spanner
Issues related to the googleapis/python-spanner-sqlalchemy API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Environment details
Steps to reproduce
throws an exception. It looks like the issue is that the dialect now depends upon a newer version of
google-cloud-spanner
/ the dbapi. This fixed the issue:which took me from
google-cloud-spanner-3.42.0
togoogle-cloud-spanner-3.54.0
So the required version appears to be somewhere between those two. Looks like the setup.py needs to be updated to state the new required version.
The text was updated successfully, but these errors were encountered: