Skip to content

Commit 2c583d2

Browse files
committed
bug: update google-cloud-spanner dependency
The library now depends on google-cloud-spanner-3.54.0 for transaction isolation level support. fixes googleapis#659
1 parent fdd975f commit 2c583d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
description = "SQLAlchemy dialect integrated into Cloud Spanner database"
2626
dependencies = [
2727
"sqlalchemy>=1.1.13",
28-
"google-cloud-spanner>=3.12.0",
28+
"google-cloud-spanner>=3.54.0",
2929
"alembic",
3030
]
3131
extras = {

0 commit comments

Comments
 (0)