Skip to content

Commit 4105802

Browse files
rbarretteRobert Barrette
authored andcommitted
update google-cloud-spanner to include testing extras
See: googleapis/python-spanner#1193
1 parent 4323b1d commit 4105802

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

airflow/providers/google/provider.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,7 @@ dependencies:
138138
- google-cloud-pubsub>=2.19.0
139139
- google-cloud-redis>=2.12.0
140140
- google-cloud-secret-manager>=2.16.0
141-
# Google Cloud spanner 3.49.0 is excluded due to a bug in the library (missing grpc_interceptor)
142-
# See https://github.com/googleapis/python-spanner/issues/1193
143-
- google-cloud-spanner>=3.11.1,!=3.49.0
141+
- google-cloud-spanner[testing]>=3.11.1
144142
- google-cloud-speech>=2.18.0
145143
- google-cloud-storage>=2.7.0
146144
- google-cloud-storage-transfer>=1.4.1

generated/provider_dependencies.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@
643643
"google-cloud-redis>=2.12.0",
644644
"google-cloud-run>=0.10.0",
645645
"google-cloud-secret-manager>=2.16.0",
646-
"google-cloud-spanner>=3.11.1,!=3.49.0",
646+
"google-cloud-spanner[testing]>=3.11.1",
647647
"google-cloud-speech>=2.18.0",
648648
"google-cloud-storage-transfer>=1.4.1",
649649
"google-cloud-storage>=2.7.0",

0 commit comments

Comments
 (0)