Skip to content

Commit 2be6a52

Browse files
authored
chore: Bump google-cloud-spanner to 2.1.0 (#560)
1 parent 1f82f72 commit 2be6a52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/django-google-spanner/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 :: 3 - Alpha"
20-
dependencies = ["sqlparse >= 0.3.0", "google-cloud-spanner >= 2.0.0"]
20+
dependencies = ["sqlparse >= 0.3.0", "google-cloud-spanner >= 2.1.0"]
2121
extras = {}
2222

2323
BASE_DIR = os.path.dirname(__file__)

0 commit comments

Comments
 (0)