Conversation
|
so there were two separate issues here:
|
|
|
|
DERP. Thanks @craigcitro! I'm going to close this out and send a new PR. Note that we can't "accept" the PR unless google/apitools@a6feb8a is into a PyPI release. |
|
done -- v0.4.2 is on pypi. |
* fix: Allow protobuf 5.x; require protobuf >=3.20.2 * update constraints --------- Co-authored-by: Chalmer Lowe <chalmer.lowe@gmail.com>
* fix: Allow protobuf 5.x; require protobuf >=3.20.2 * update constraints --------- Co-authored-by: Chalmer Lowe <chalmer.lowe@gmail.com>
Source-Link: googleapis/synthtool@e6f91eb Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:365d92ef2206cfad00a8c5955c36789d0de124e2b6d92a72dd0486315a0f2e57 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
* refactor: remove duplication in grpc transport init * refactor: let base transport set final host, creds, scopes * refactor: remove scopes or self.AUTH_SCOPES in grpc * docs: explain self._prep_wrapped_messages
…talled (#808) Co-authored-by: ohmayr <omairnaveed@ymail.com>
* docs: remove line about Python 2.7 being unsupported According to the README and setup.py, we do support Python 2.7. Also clarify that the utils module and its positional decorator do still exist and does work in both Py2 and Py3 * Update migrating.rst
…cp/templates/python_library/.kokoro (#808) Source-Link: googleapis/synthtool@b4fe62e Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:3bf87e47c2173d7eed42714589dc4da2c07c3268610f1e47f8e1a30decbfc7f1 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
@craigcitro Removing our vendored in code and switching to the PyPI version of
apitoolsgives 4 errors I can't readily grok. (This was similarly reported by @tseaver.)Care to take a look and check out my branch?