We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3139846 commit 73aeeccCopy full SHA for 73aeecc
noxfile.py
@@ -482,7 +482,7 @@ def prerelease_deps(session, protobuf_implementation):
482
# TODO(https://github.com/googleapis/python-bigquery-magics/pull/126): Install this again when we relax the pin.
483
# "https://github.com/cloudspannerecosystem/spanner-graph-notebook/archive/refs/heads/main.zip",
484
"https://github.com/googleapis/python-bigquery/archive/main.zip",
485
- "https://github.com/googleapis/python-bigquery-storage/archive/main.zip",
+ "https://github.com/googleapis/google-cloud-python/archive/main.zip#egg=google-cloud-bigquery-storage&subdirectory=packages/google-cloud-bigquery-storage",
486
)
487
# Print out prerelease package versions
488
session.run("pip", "freeze")
0 commit comments