File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,9 @@ dependencies:
138
138
- google-cloud-pubsub>=2.19.0
139
139
- google-cloud-redis>=2.12.0
140
140
- 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
142
144
- google-cloud-speech>=2.18.0
143
145
- google-cloud-storage>=2.7.0
144
146
- google-cloud-storage-transfer>=1.4.1
Original file line number Diff line number Diff line change 643
643
" google-cloud-redis>=2.12.0" ,
644
644
" google-cloud-run>=0.10.0" ,
645
645
" google-cloud-secret-manager>=2.16.0" ,
646
- " google-cloud-spanner>=3.11.1" ,
646
+ " google-cloud-spanner>=3.11.1,!=3.49.0 " ,
647
647
" google-cloud-speech>=2.18.0" ,
648
648
" google-cloud-storage-transfer>=1.4.1" ,
649
649
" google-cloud-storage>=2.7.0" ,
You can’t perform that action at this time.
0 commit comments