Skip to content

Commit a1f1cac

Browse files
authored
fix: downgrade google-cloud-spanner to v 3.11.1 (#747)
* chore: release 3.0.0 Release-As: 3.0.0 * fix: downgrade google-cloud-spanner to v 3.11.1
1 parent e33470f commit a1f1cac

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
@@ -17,7 +17,7 @@
1717
# 'Development Status :: 4 - Beta'
1818
# 'Development Status :: 5 - Production/Stable'
1919
release_status = "Development Status :: 5 - Production/Stable"
20-
dependencies = ["sqlparse >= 0.3.0", "google-cloud-spanner >= 3.11.1"]
20+
dependencies = ["sqlparse >= 0.3.0", "google-cloud-spanner == 3.11.1"]
2121
extras = {
2222
"tracing": [
2323
"opentelemetry-api >= 1.1.0",

0 commit comments

Comments
 (0)