Skip to content

Commit

Permalink
fix: require google-cloud-core >= 1.4.4 (#223)
Browse files Browse the repository at this point in the history
* fix: Remove "six" dependency

* fix: Update google-cloud-core dependency

This avoids implicit dependency on "six"

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* Remove constraints for unsupported Python versions

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
vchudnov-g and gcf-owl-bot[bot] authored Oct 5, 2023
1 parent b2297aa commit e695994
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 24 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
# NOTE: Maintainers, please do not require google-cloud-core>=2.x.x
# Until this issue is closed
# https://github.com/googleapis/google-cloud-python/issues/10566
"google-cloud-core >= 1.3.0, < 3.0dev",
"google-cloud-core >= 1.4.4, < 3.0dev",
]
extras = {}

Expand Down
Empty file removed testing/constraints-2.7.txt
Empty file.
22 changes: 0 additions & 22 deletions testing/constraints-3.6.txt

This file was deleted.

2 changes: 1 addition & 1 deletion testing/constraints-3.7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
#
# e.g., if setup.py has "foo >= 1.14.0, < 2.0.0dev",
# Then this file should have foo==1.14.0
google-cloud-core==1.3.0
google-cloud-core==1.4.4

0 comments on commit e695994

Please sign in to comment.