Skip to content

Commit

Permalink
chore: add note explaining google-api-core, google-cloud-core < 3.0.0…
Browse files Browse the repository at this point in the history
…dev pin (#400)

Expand pins on library dependencies in preparation for these dependencies taking a new major version. See googleapis/google-cloud-python#10566.
  • Loading branch information
busunkim96 committed Jul 20, 2021
1 parent 5720523 commit 9506ed1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion setup.py
Expand Up @@ -25,8 +25,14 @@
version = "2.1.3"
release_status = "Development Status :: 5 - Production/Stable"
dependencies = [
# NOTE: Maintainers, please do not require google-api-core>=2.x.x
# Until this issue is closed
# https://github.com/googleapis/google-cloud-python/issues/10566
"google-api-core[grpc] >= 1.26.0, <3.0.0dev",
"google-cloud-core >= 1.4.1, < 3.0dev",
# NOTE: Maintainers, please do not require google-api-core>=2.x.x
# Until this issue is closed
# https://github.com/googleapis/google-cloud-python/issues/10566
"google-cloud-core >= 1.4.1, <3.0.0dev",
"packaging >= 14.3",
"pytz",
"proto-plus >= 1.10.0",
Expand Down

0 comments on commit 9506ed1

Please sign in to comment.