Skip to content
This repository was archived by the owner on Mar 13, 2026. It is now read-only.

Commit 33c86e8

Browse files
author
Ilya Gurov
authored
fix: bump up google-cloud-spanner required version (#171)
1 parent 6c07fcd commit 33c86e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
description = "SQLAlchemy dialect integrated into Cloud Spanner database"
2323
dependencies = [
2424
"sqlalchemy>=1.1.13, <=1.3.23",
25-
"google-cloud-spanner>=3.3.0",
25+
"google-cloud-spanner>=3.12.0",
2626
"alembic",
2727
]
2828
extras = {

0 commit comments

Comments
 (0)