Skip to content

Commit

Permalink
Add google-cloud-spanner[testing] extra to devel-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rbarrette committed Sep 7, 2024
1 parent c7fd6b4 commit b464cc5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
7 changes: 4 additions & 3 deletions airflow/providers/google/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,7 @@ dependencies:
- google-cloud-pubsub>=2.19.0
- google-cloud-redis>=2.12.0
- google-cloud-secret-manager>=2.16.0
# Google Cloud spanner 3.49.0 is excluded due to a bug in the library (missing grpc_interceptor)
# See https://github.com/googleapis/python-spanner/issues/1193
- google-cloud-spanner>=3.11.1,!=3.49.0
- google-cloud-spanner>=3.11.1
- google-cloud-speech>=2.18.0
- google-cloud-storage>=2.7.0
- google-cloud-storage-transfer>=1.4.1
Expand Down Expand Up @@ -193,6 +191,9 @@ additional-extras:
dependencies:
- apache-airflow-providers-amazon>=2.6.0

devel-dependencies:
- google-cloud-spanner[testing]>=3.49.1

integrations:
- integration-name: Google Analytics (GA4)
external-doc-url: https://analytics.google.com/
Expand Down
6 changes: 4 additions & 2 deletions generated/provider_dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@
"google-cloud-redis>=2.12.0",
"google-cloud-run>=0.10.0",
"google-cloud-secret-manager>=2.16.0",
"google-cloud-spanner>=3.11.1,!=3.49.0",
"google-cloud-spanner>=3.11.1",
"google-cloud-speech>=2.18.0",
"google-cloud-storage-transfer>=1.4.1",
"google-cloud-storage>=2.7.0",
Expand All @@ -670,7 +670,9 @@
"sqlalchemy-spanner>=1.6.2",
"tenacity>=8.1.0"
],
"devel-deps": [],
"devel-deps": [
"google-cloud-spanner[testing]>=3.49.1"
],
"plugins": [],
"cross-providers-deps": [
"amazon",
Expand Down

0 comments on commit b464cc5

Please sign in to comment.