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

Skip to content

google-cloud-* libraries should allow google-api-core, google-cloud-core, google-auth >1, <3 #10565

@busunkim96

Description

@busunkim96

For all google-cloud-* libraries that require python >=3.6, expand google-api-core, google-cloud-core and google-auth pins to >1.x.x, <3.0.0dev.

Leave a comment in the setup.py for these libraries asking library maintainers to not require >=2.x.x versions until #10566 has been closed.

Release google-cloud-* libraries with expanded pins.

dependencies = [
    # NOTE: Maintainers, please do not require google-api-core>=2.x.x
    # Until this issue is resolved:  https://github.com/googleapis/google-cloud-python/issues/10566
    "google-api-core[grpc] >= 1.26.0, <3.0.0dev",
    "proto-plus >= 1.15.0",
    "packaging >= 14.3",
]

This issue can be closed when all google-cloud-* libraries have latest releases with <3.0.0dev pins.

Metadata

Metadata

Assignees

Labels

type: processA process-related concern. May include testing, release, or the like.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions