Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Release a 1.x version compatible with google-auth>2, google-api-core>2 for python 3 users #1611

Closed
@busunkim96

Description

@busunkim96

@kweinmeister reported some dependency conflicts and I think this is one part of it.

Some Google packages (Kubeflow, Apache Beam, Tensorflow) require both a google-cloud-* library and a google-api-python-client.

Some of these libraries are using a google-api-python-client>1, <2 pin. We expanded the pin for google-auth and google-api-core in 2.14.0: https://github.com/googleapis/google-api-python-client/blob/main/CHANGELOG.md#bug-fixes-8, so users of those packages cannot use google-auth or google-api-core v2.

google-api-python-client v1 is technically compatible with google-auth and google-api-core v2. Releasing another 1.x version that just expands those pins (conditional on Python 3.6+) should make it easier to sort out dependencies for those packages.

CC @parthea

Metadata

Metadata

Assignees

No one assigned

    Labels

    priority: p2Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions