Skip to content

Commit a2ea35b

Browse files
authored
Exclude google-cloud-spanner 3.49.0 (#42011)
Google Cloud Spanner library released today has a missing grpc_intercept module. See: googleapis/python-spanner#1193
1 parent c5aeeff commit a2ea35b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

airflow/providers/google/provider.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,9 @@ 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.11.1
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
142144
- google-cloud-speech>=2.18.0
143145
- google-cloud-storage>=2.7.0
144146
- 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",
646+
"google-cloud-spanner>=3.11.1,!=3.49.0",
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)