Skip to content

Commit aef316b

Browse files
authored
bug: update google-cloud-spanner dependency (#662)
The library now depends on google-cloud-spanner-3.54.0 for transaction isolation level support. fixes #659
1 parent d353a5e commit aef316b

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)