Skip to content

Commit 6569a90

Browse files
committed
allow google-cloud-org-policy 1.13.1 which has support for Protobuf 6
1 parent 0997f40 commit 6569a90

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.librarian/generator-input/client-post-processing/add-missing-dependencies-to-setup-py-constraints.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ replacements:
106106
# Exclude incompatible versions of `google-auth`
107107
# See https://github.com/googleapis/google-cloud-python/issues/12364
108108
"google-auth >= 2.14.1, <3.0.0,!=2.24.0,!=2.25.0",
109-
"google-cloud-org-policy >= 1.14.0, <2.0.0",
109+
"google-cloud-org-policy >= 1.13.1, <2.0.0",
110110
"grpcio >= 1.59.0, < 2.0.0",
111111
count: 1
112112
- paths: [

.librarian/generator-input/client-post-processing/asset-integration.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ replacements:
3030
# Exclude incompatible versions of `google-auth`
3131
# See https://github.com/googleapis/google-cloud-python/issues/12364
3232
"google-auth >= 2.14.1, <3.0.0,!=2.24.0,!=2.25.0",
33-
"google-cloud-org-policy >= 1.14.0, <2.0.0",
33+
"google-cloud-org-policy >= 1.13.1, <2.0.0",
3434
"grpcio >= 1.59.0, < 2.0.0",
3535
3636
count: 1
@@ -42,6 +42,6 @@ replacements:
4242
google-auth==2.14.1
4343
after: |
4444
google-api-core==2.24.2
45-
google-cloud-org-policy==1.14.0
45+
google-cloud-org-policy==1.13.1
4646
google-auth==2.14.1
4747
count: 1

packages/google-cloud-asset/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
# Exclude incompatible versions of `google-auth`
4747
# See https://github.com/googleapis/google-cloud-python/issues/12364
4848
"google-auth >= 2.14.1, <3.0.0,!=2.24.0,!=2.25.0",
49-
"google-cloud-org-policy >= 1.14.0, <2.0.0",
49+
"google-cloud-org-policy >= 1.13.1, <2.0.0",
5050
"grpcio >= 1.59.0, < 2.0.0",
5151
"grpcio >= 1.75.1, < 2.0.0; python_version >= '3.14'",
5252
"proto-plus >= 1.26.1, <2.0.0",

packages/google-cloud-asset/testing/constraints-3.10.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# For example, if setup.py has "google-cloud-foo >= 1.14.0, < 2.0.0",
66
# then this file should have google-cloud-foo==1.14.0
77
google-api-core==2.24.2
8-
google-cloud-org-policy==1.14.0
8+
google-cloud-org-policy==1.13.1
99
google-auth==2.14.1
1010
grpcio==1.59.0
1111
proto-plus==1.26.1

packages/google-cloud-policysimulator/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
# Exclude incompatible versions of `google-auth`
4949
# See https://github.com/googleapis/google-cloud-python/issues/12364
5050
"google-auth >= 2.14.1, <3.0.0,!=2.24.0,!=2.25.0",
51-
"google-cloud-org-policy >= 1.14.0, <2.0.0",
51+
"google-cloud-org-policy >= 1.13.1, <2.0.0",
5252
"grpcio >= 1.59.0, < 2.0.0",
5353
"grpcio >= 1.75.1, < 2.0.0; python_version >= '3.14'",
5454
"proto-plus >= 1.26.1, <2.0.0",

0 commit comments

Comments
 (0)