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

Commit ff23e67

Browse files
chore(deps): update dependency google-cloud-core to v2 (#559)
* chore(deps): update dependency google-cloud-core to v2 * fix build Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent e3e6a0a commit ff23e67

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

google/cloud/storage/blob.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3052,7 +3052,7 @@ def get_iam_policy(
30523052
):
30533053
"""Retrieve the IAM policy for the object.
30543054
3055-
.. note:
3055+
.. note::
30563056
30573057
Blob- / object-level IAM support does not yet exist and methods
30583058
currently call an internal ACL backend not providing any utility
@@ -3120,7 +3120,7 @@ def set_iam_policy(
31203120
):
31213121
"""Update the IAM policy for the bucket.
31223122
3123-
.. note:
3123+
.. note::
31243124
31253125
Blob- / object-level IAM support does not yet exist and methods
31263126
currently call an internal ACL backend not providing any utility
@@ -3177,7 +3177,7 @@ def test_iam_permissions(
31773177
):
31783178
"""API call: test permissions
31793179
3180-
.. note:
3180+
.. note::
31813181
31823182
Blob- / object-level IAM support does not yet exist and methods
31833183
currently call an internal ACL backend not providing any utility

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"google-auth >= 1.25.0, < 3.0dev; python_version>='3.6'",
3333
"google-api-core >= 1.29.0, < 2.0dev; python_version<'3.0'",
3434
"google-api-core >= 1.29.0, < 3.0dev; python_version>='3.6'",
35-
"google-cloud-core >= 1.6.0, < 2.0dev; python_version<'3.0'",
35+
"google-cloud-core>=1.6.0, <2.1; python_version<'3.0'",
3636
"google-cloud-core >= 1.6.0, < 3.0dev; python_version>='3.6'",
3737
"google-resumable-media >= 1.3.0, < 2.0dev; python_version<'3.0'",
3838
"google-resumable-media >= 1.3.0, < 3.0dev; python_version>='3.6'",

0 commit comments

Comments
 (0)