Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add google-cloud-spanner[testing] extra to devel-dependencies #42074

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In 3.49.1 there is no 'testing' extra any more - because google team decided to make it back a "requirement" - so we cannot really get this one :(

- 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