Skip to content
This repository was archived by the owner on Feb 10, 2026. It is now read-only.

Commit e695994

Browse files
fix: require google-cloud-core >= 1.4.4 (#223)
* 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>
1 parent b2297aa commit e695994

4 files changed

Lines changed: 2 additions & 24 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
# NOTE: Maintainers, please do not require google-cloud-core>=2.x.x
3333
# Until this issue is closed
3434
# https://github.com/googleapis/google-cloud-python/issues/10566
35-
"google-cloud-core >= 1.3.0, < 3.0dev",
35+
"google-cloud-core >= 1.4.4, < 3.0dev",
3636
]
3737
extras = {}
3838

testing/constraints-2.7.txt

Whitespace-only changes.

testing/constraints-3.6.txt

Lines changed: 0 additions & 22 deletions
This file was deleted.

testing/constraints-3.7.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
#
2020
# e.g., if setup.py has "foo >= 1.14.0, < 2.0.0dev",
2121
# Then this file should have foo==1.14.0
22-
google-cloud-core==1.3.0
22+
google-cloud-core==1.4.4

0 commit comments

Comments
 (0)