Uh oh!
There was an error while loading. Please reload this page.
Upgrade dependencies to gapic-* 0.9.x packages - #2324
Conversation
bjwatson
commented
Sep 16, 2016
Thanks for updating this ticket with labels @tseaver. I just realized that I forgot to update the import statements. Just pushed another commit to do that. |
tseaver
commented
Sep 16, 2016
@bjwatson this change is hard for us to evaluate / test without updating the machinery to install those deps from https://testpypi.python.org/pypi. Maybe add a temporary command to the |
daspecster
commented
Sep 16, 2016
bjwatson
commented
Sep 16, 2016
I realized that by setting upper bounds on the |
bjwatson
commented
Sep 16, 2016
This is ready to merge once the tests pass. I'm not familiar enough with them to know why they're breaking. Could someone take a look and let me know if/what I broke? I'll be AFK for an hour, but will check back in after that. Thanks! |
dhermes
commented
Sep 16, 2016
@bjwatson For future reference, |
dhermes
commented
Sep 16, 2016
I'm looking at the breakages now |
@dhermeshttps://travis-ci.org/GoogleCloudPlatform/google-cloud-python/builds/160481390#L851-L856 |
googlebot
commented
Sep 16, 2016
We found a Contributor License Agreement for you (the sender of this pull request) and all commit authors, but as best as we can tell these commits were authored by someone else. If that's the case, please add them to this pull request and have them confirm that they're okay with these commits being contributed to Google. If we're mistaken and you did author these commits, just reply here to confirm. |
dhermes
commented
Sep 16, 2016
I just pushed a commit to @bjwatson's branch to fix the coverage issue. Really cool new GitHub feature allowing maintainers to push commits to PRs! @jonparrott Where to file bugs for the CLA-bot? |
| 'gapic-google-pubsub-v1 >= 0.9.0, < 0.10dev', | ||
| 'grpc-google-pubsub-v1 >= 0.9.0, < 0.10dev', | ||
| 'gapic-google-logging-v2 >= 0.9.0, < 0.10dev', | ||
| 'grpc-google-logging-v2 >= 0.9.0, < 0.10dev', |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
dhermes
commented
Sep 16, 2016
@bjwatson This LGTM though a rebase may be important here to make sure we actually still cover all imports. Rather than a rebase you could just re-start this branch from |
tseaver
commented
Sep 16, 2016
@dhermes the Also, we could have worked around the issue better in |
dhermes
commented
Sep 16, 2016
Ha, my bad.
I'm not sure what you mean. |
tseaver
commented
Sep 16, 2016
dhermes
commented
Sep 16, 2016
@tseaver How is that different than putting them in |
tseaver
commented
Sep 16, 2016
In [grpc]deps =
_vendor/grpc-spanner-v1-0.8.1.tar.gz
_vendor/gapic-google-pubsub-v1-0.9.0b1.tar.gz
_vendor/grpc-google-pubsub-v1-0.9.0b1.tar.gz
_vendor/gapic-google-logging-v2-0.9.0b1.tar.gz
_vendor/grpc-google-logging-v2-0.9.0b1.tar.gz |
bjwatson
commented
Sep 16, 2016
@dhermes I thought that tox might have that feature, but I couldn't quickly find correct incantation. Thanks for looking into the breakages. I'm at a hack-a-thon today for gcloud-java samples, but I can be pre-empted if there's anything I need to fix in my packages. I'd like to no longer be blocking your |
dhermes
commented
Sep 16, 2016
I just did a squash merge. No worries. |
bjwatson
commented
Sep 16, 2016
Woo hoo! |
theacodes
commented
Sep 16, 2016
Ignore clabot if you can manually verify all committers are under CLA. |
theacodes
commented
Sep 16, 2016
(clabot can't handle multiple authors, it's a known issue) |
bjwatson
commented
Sep 16, 2016
@dhermes Sorry, just saw your comments about squashing my commits. I didn't know that y'all kept PRs squashed. On GAPIC, we always wait until the merge-time to squash-and-commit using the commit button dropdown menu. |
dhermes
commented
Sep 16, 2016
|
dhermes
commented
Sep 16, 2016
No worries though |
bjwatson
commented
Sep 16, 2016
I see, so you don't normally squash. This was just a one-off request due to multiple authors? |
dhermes
commented
Sep 16, 2016
Looks like this broke some system tests. Working on a fix now. |
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
PR created by the Librarian CLI to initialize a release. Merging this PR will auto trigger a release. Librarian Version: v0.7.0 Language Image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:c8612d3fffb3f6a32353b2d1abd16b61e87811866f7ec9d65b59b02eb452a620 <details><summary>bigframes: 2.31.0</summary> ## [2.31.0](google/bigframes@v2.30.0...v2.31.0) (2025-12-10) ### Features * add `bigframes.bigquery.ml` methods (#2300) ([719b278c](google/bigframes@719b278c)) * add 'weekday' property to DatatimeMethod (#2304) ([fafd7c73](google/bigframes@fafd7c73)) ### Bug Fixes * cache DataFrames to temp tables in bigframes.bigquery.ml methods to avoid time travel (#2318) ([d9938319](google/bigframes@d9938319)) ### Reverts * DataFrame display uses IPython's `_repr_mimebundle_` (#2316) ([e4e3ec85](google/bigframes@e4e3ec85)) </details>
@dhermes These are the new dependencies for #2258 (and that you need for the 0.19.0 release of google-cloud-python).
Please note that we changed the names of the packages from
gax-*togapic-*. It was a mistake to call themgax-*(that just refers to thegoogle-gaxlibrary), and should have always called themgapic-*instead.Fixes#2258.