Skip to content

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

File tree

4 files changed

+2
-24
lines changed

4 files changed

+2
-24
lines changed

β€Ž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)