We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a83e12 commit 59ad2c9Copy full SHA for 59ad2c9
setup.py
@@ -17,7 +17,7 @@
17
# 'Development Status :: 4 - Beta'
18
# 'Development Status :: 5 - Production/Stable'
19
release_status = "Development Status :: 5 - Production/Stable"
20
-dependencies = ["sqlparse >= 0.3.0", "google-cloud-spanner == 3.11.1"]
+dependencies = ["sqlparse >= 0.3.0", "google-cloud-spanner >= 3.12.1"]
21
extras = {
22
"tracing": [
23
"opentelemetry-api >= 1.1.0",
0 commit comments