Skip to content

Commit 2a11820

Browse files
fix(deps): require protobuf>=3.20.2 (#16)
Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.20.1 to 3.20.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/protocolbuffers/protobuf/releases">protobuf's releases</a>.</em></p> <blockquote> <h2>Protocol Buffers v3.20.2</h2> <h1>C++</h1> <ul> <li>Reduce memory consumption of MessageSet parsing</li> <li>This release addresses a <a href="https://github.com/protocolbuffers/protobuf/security/advisories/GHSA-8gq9-2x98-w8hf">Security Advisory for C++ and Python users</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/protocolbuffers/protobuf/commit/a20c65f2cd549445fda907f7b83894c8eb7427d6"><code>a20c65f</code></a> Updating changelog</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/c49fe79af9c295960477b7568f1765b202093143"><code>c49fe79</code></a> Updating version.json and repo version numbers to: 20.2</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/806d7e4ce6f1fd0545cae226b94cb0249ea495c7"><code>806d7e4</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/10544">#10544</a> from deannagarcia/3.20.x</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/ae718b39020ae6e6f8f5568e357d6893fd0fd29c"><code>ae718b3</code></a> Add missing includes</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/b4c395aaedfacb32e2414d361fa85968c0991b34"><code>b4c395a</code></a> Apply patch</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/6439c5c01349e74d4deb57c844a7ad4b7b13a302"><code>6439c5c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/10531">#10531</a> from protocolbuffers/deannagarcia-patch-7</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/22c79e6e4ca8be2bc2f700b2cdddca84d84659ce"><code>22c79e6</code></a> Update version.json</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/c1a2d2ec29314975e725021ffe4334926dbaa56c"><code>c1a2d2e</code></a> Fix python release on macos (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/10512">#10512</a>)</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/a826282e15efe3ae3a2aebb040fb1691b2233a1e"><code>a826282</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/10505">#10505</a> from deannagarcia/3.20.x</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/7639a710e10beb47bfc62f363680f7b04e8b3d26"><code>7639a71</code></a> Add version file</li> <li>Additional commits viewable in <a href="https://github.com/protocolbuffers/protobuf/compare/v3.20.1...v3.20.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=protobuf&package-manager=pip&previous-version=3.20.1&new-version=3.20.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/googleapis/python-grpc-google-iam-v1/network/alerts). </details> fix(deps): require grpcio>=1.44.0 fix: regenerate pb2 files with the latest version of grpcio-tools
1 parent c1fd013 commit 2a11820

File tree

5 files changed

+18
-173
lines changed

5 files changed

+18
-173
lines changed

packages/grpc-google-iam-v1/google/iam/v1/iam_policy_pb2.py

+4-55
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,9 @@
1717
# Generated by the protocol buffer compiler. DO NOT EDIT!
1818
# source: google/iam/v1/iam_policy.proto
1919
"""Generated protocol buffer code."""
20+
from google.protobuf.internal import builder as _builder
2021
from google.protobuf import descriptor as _descriptor
2122
from google.protobuf import descriptor_pool as _descriptor_pool
22-
from google.protobuf import message as _message
23-
from google.protobuf import reflection as _reflection
2423
from google.protobuf import symbol_database as _symbol_database
2524

2625
# @@protoc_insertion_point(imports)
@@ -41,60 +40,10 @@
4140
b'\n\x1egoogle/iam/v1/iam_policy.proto\x12\rgoogle.iam.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x17google/api/client.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a\x1bgoogle/iam/v1/options.proto\x1a\x1agoogle/iam/v1/policy.proto\x1a google/protobuf/field_mask.proto"\x8f\x01\n\x13SetIamPolicyRequest\x12\x1b\n\x08resource\x18\x01 \x01(\tB\t\xe0\x41\x02\xfa\x41\x03\n\x01*\x12*\n\x06policy\x18\x02 \x01(\x0b\x32\x15.google.iam.v1.PolicyB\x03\xe0\x41\x02\x12/\n\x0bupdate_mask\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.FieldMask"d\n\x13GetIamPolicyRequest\x12\x1b\n\x08resource\x18\x01 \x01(\tB\t\xe0\x41\x02\xfa\x41\x03\n\x01*\x12\x30\n\x07options\x18\x02 \x01(\x0b\x32\x1f.google.iam.v1.GetPolicyOptions"R\n\x19TestIamPermissionsRequest\x12\x1b\n\x08resource\x18\x01 \x01(\tB\t\xe0\x41\x02\xfa\x41\x03\n\x01*\x12\x18\n\x0bpermissions\x18\x02 \x03(\tB\x03\xe0\x41\x02"1\n\x1aTestIamPermissionsResponse\x12\x13\n\x0bpermissions\x18\x01 \x03(\t2\xb4\x03\n\tIAMPolicy\x12t\n\x0cSetIamPolicy\x12".google.iam.v1.SetIamPolicyRequest\x1a\x15.google.iam.v1.Policy")\x82\xd3\xe4\x93\x02#"\x1e/v1/{resource=**}:setIamPolicy:\x01*\x12t\n\x0cGetIamPolicy\x12".google.iam.v1.GetIamPolicyRequest\x1a\x15.google.iam.v1.Policy")\x82\xd3\xe4\x93\x02#"\x1e/v1/{resource=**}:getIamPolicy:\x01*\x12\x9a\x01\n\x12TestIamPermissions\x12(.google.iam.v1.TestIamPermissionsRequest\x1a).google.iam.v1.TestIamPermissionsResponse"/\x82\xd3\xe4\x93\x02)"$/v1/{resource=**}:testIamPermissions:\x01*\x1a\x1e\xca\x41\x1biam-meta-api.googleapis.comB\x86\x01\n\x11\x63om.google.iam.v1B\x0eIamPolicyProtoP\x01Z0google.golang.org/genproto/googleapis/iam/v1;iam\xf8\x01\x01\xaa\x02\x13Google.Cloud.Iam.V1\xca\x02\x13Google\\Cloud\\Iam\\V1b\x06proto3'
4241
)
4342

44-
45-
_SETIAMPOLICYREQUEST = DESCRIPTOR.message_types_by_name["SetIamPolicyRequest"]
46-
_GETIAMPOLICYREQUEST = DESCRIPTOR.message_types_by_name["GetIamPolicyRequest"]
47-
_TESTIAMPERMISSIONSREQUEST = DESCRIPTOR.message_types_by_name[
48-
"TestIamPermissionsRequest"
49-
]
50-
_TESTIAMPERMISSIONSRESPONSE = DESCRIPTOR.message_types_by_name[
51-
"TestIamPermissionsResponse"
52-
]
53-
SetIamPolicyRequest = _reflection.GeneratedProtocolMessageType(
54-
"SetIamPolicyRequest",
55-
(_message.Message,),
56-
{
57-
"DESCRIPTOR": _SETIAMPOLICYREQUEST,
58-
"__module__": "google.iam.v1.iam_policy_pb2"
59-
# @@protoc_insertion_point(class_scope:google.iam.v1.SetIamPolicyRequest)
60-
},
61-
)
62-
_sym_db.RegisterMessage(SetIamPolicyRequest)
63-
64-
GetIamPolicyRequest = _reflection.GeneratedProtocolMessageType(
65-
"GetIamPolicyRequest",
66-
(_message.Message,),
67-
{
68-
"DESCRIPTOR": _GETIAMPOLICYREQUEST,
69-
"__module__": "google.iam.v1.iam_policy_pb2"
70-
# @@protoc_insertion_point(class_scope:google.iam.v1.GetIamPolicyRequest)
71-
},
72-
)
73-
_sym_db.RegisterMessage(GetIamPolicyRequest)
74-
75-
TestIamPermissionsRequest = _reflection.GeneratedProtocolMessageType(
76-
"TestIamPermissionsRequest",
77-
(_message.Message,),
78-
{
79-
"DESCRIPTOR": _TESTIAMPERMISSIONSREQUEST,
80-
"__module__": "google.iam.v1.iam_policy_pb2"
81-
# @@protoc_insertion_point(class_scope:google.iam.v1.TestIamPermissionsRequest)
82-
},
83-
)
84-
_sym_db.RegisterMessage(TestIamPermissionsRequest)
85-
86-
TestIamPermissionsResponse = _reflection.GeneratedProtocolMessageType(
87-
"TestIamPermissionsResponse",
88-
(_message.Message,),
89-
{
90-
"DESCRIPTOR": _TESTIAMPERMISSIONSRESPONSE,
91-
"__module__": "google.iam.v1.iam_policy_pb2"
92-
# @@protoc_insertion_point(class_scope:google.iam.v1.TestIamPermissionsResponse)
93-
},
43+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
44+
_builder.BuildTopDescriptorsAndMessages(
45+
DESCRIPTOR, "google.iam.v1.iam_policy_pb2", globals()
9446
)
95-
_sym_db.RegisterMessage(TestIamPermissionsResponse)
96-
97-
_IAMPOLICY = DESCRIPTOR.services_by_name["IAMPolicy"]
9847
if _descriptor._USE_C_DESCRIPTORS == False:
9948

10049
DESCRIPTOR._options = None

packages/grpc-google-iam-v1/google/iam/v1/logging/audit_data_pb2.py

+4-14
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,9 @@
1717
# Generated by the protocol buffer compiler. DO NOT EDIT!
1818
# source: google/iam/v1/logging/audit_data.proto
1919
"""Generated protocol buffer code."""
20+
from google.protobuf.internal import builder as _builder
2021
from google.protobuf import descriptor as _descriptor
2122
from google.protobuf import descriptor_pool as _descriptor_pool
22-
from google.protobuf import message as _message
23-
from google.protobuf import reflection as _reflection
2423
from google.protobuf import symbol_database as _symbol_database
2524

2625
# @@protoc_insertion_point(imports)
@@ -35,19 +34,10 @@
3534
b'\n&google/iam/v1/logging/audit_data.proto\x12\x15google.iam.v1.logging\x1a\x1agoogle/iam/v1/policy.proto"=\n\tAuditData\x12\x30\n\x0cpolicy_delta\x18\x02 \x01(\x0b\x32\x1a.google.iam.v1.PolicyDeltaB\x89\x01\n\x19\x63om.google.iam.v1.loggingB\x0e\x41uditDataProtoP\x01Z<google.golang.org/genproto/googleapis/iam/v1/logging;logging\xaa\x02\x1bGoogle.Cloud.Iam.V1.Loggingb\x06proto3'
3635
)
3736

38-
39-
_AUDITDATA = DESCRIPTOR.message_types_by_name["AuditData"]
40-
AuditData = _reflection.GeneratedProtocolMessageType(
41-
"AuditData",
42-
(_message.Message,),
43-
{
44-
"DESCRIPTOR": _AUDITDATA,
45-
"__module__": "google.iam.v1.logging.audit_data_pb2"
46-
# @@protoc_insertion_point(class_scope:google.iam.v1.logging.AuditData)
47-
},
37+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
38+
_builder.BuildTopDescriptorsAndMessages(
39+
DESCRIPTOR, "google.iam.v1.logging.audit_data_pb2", globals()
4840
)
49-
_sym_db.RegisterMessage(AuditData)
50-
5141
if _descriptor._USE_C_DESCRIPTORS == False:
5242

5343
DESCRIPTOR._options = None

packages/grpc-google-iam-v1/google/iam/v1/options_pb2.py

+4-14
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,9 @@
1717
# Generated by the protocol buffer compiler. DO NOT EDIT!
1818
# source: google/iam/v1/options.proto
1919
"""Generated protocol buffer code."""
20+
from google.protobuf.internal import builder as _builder
2021
from google.protobuf import descriptor as _descriptor
2122
from google.protobuf import descriptor_pool as _descriptor_pool
22-
from google.protobuf import message as _message
23-
from google.protobuf import reflection as _reflection
2423
from google.protobuf import symbol_database as _symbol_database
2524

2625
# @@protoc_insertion_point(imports)
@@ -32,19 +31,10 @@
3231
b'\n\x1bgoogle/iam/v1/options.proto\x12\rgoogle.iam.v1"4\n\x10GetPolicyOptions\x12 \n\x18requested_policy_version\x18\x01 \x01(\x05\x42\x84\x01\n\x11\x63om.google.iam.v1B\x0cOptionsProtoP\x01Z0google.golang.org/genproto/googleapis/iam/v1;iam\xf8\x01\x01\xaa\x02\x13Google.Cloud.Iam.V1\xca\x02\x13Google\\Cloud\\Iam\\V1b\x06proto3'
3332
)
3433

35-
36-
_GETPOLICYOPTIONS = DESCRIPTOR.message_types_by_name["GetPolicyOptions"]
37-
GetPolicyOptions = _reflection.GeneratedProtocolMessageType(
38-
"GetPolicyOptions",
39-
(_message.Message,),
40-
{
41-
"DESCRIPTOR": _GETPOLICYOPTIONS,
42-
"__module__": "google.iam.v1.options_pb2"
43-
# @@protoc_insertion_point(class_scope:google.iam.v1.GetPolicyOptions)
44-
},
34+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
35+
_builder.BuildTopDescriptorsAndMessages(
36+
DESCRIPTOR, "google.iam.v1.options_pb2", globals()
4537
)
46-
_sym_db.RegisterMessage(GetPolicyOptions)
47-
4838
if _descriptor._USE_C_DESCRIPTORS == False:
4939

5040
DESCRIPTOR._options = None

packages/grpc-google-iam-v1/google/iam/v1/policy_pb2.py

+4-89
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,9 @@
1717
# Generated by the protocol buffer compiler. DO NOT EDIT!
1818
# source: google/iam/v1/policy.proto
1919
"""Generated protocol buffer code."""
20+
from google.protobuf.internal import builder as _builder
2021
from google.protobuf import descriptor as _descriptor
2122
from google.protobuf import descriptor_pool as _descriptor_pool
22-
from google.protobuf import message as _message
23-
from google.protobuf import reflection as _reflection
2423
from google.protobuf import symbol_database as _symbol_database
2524

2625
# @@protoc_insertion_point(imports)
@@ -35,94 +34,10 @@
3534
b'\n\x1agoogle/iam/v1/policy.proto\x12\rgoogle.iam.v1\x1a\x16google/type/expr.proto"\x84\x01\n\x06Policy\x12\x0f\n\x07version\x18\x01 \x01(\x05\x12(\n\x08\x62indings\x18\x04 \x03(\x0b\x32\x16.google.iam.v1.Binding\x12\x31\n\raudit_configs\x18\x06 \x03(\x0b\x32\x1a.google.iam.v1.AuditConfig\x12\x0c\n\x04\x65tag\x18\x03 \x01(\x0c"N\n\x07\x42inding\x12\x0c\n\x04role\x18\x01 \x01(\t\x12\x0f\n\x07members\x18\x02 \x03(\t\x12$\n\tcondition\x18\x03 \x01(\x0b\x32\x11.google.type.Expr"X\n\x0b\x41uditConfig\x12\x0f\n\x07service\x18\x01 \x01(\t\x12\x38\n\x11\x61udit_log_configs\x18\x03 \x03(\x0b\x32\x1d.google.iam.v1.AuditLogConfig"\xb7\x01\n\x0e\x41uditLogConfig\x12\x37\n\x08log_type\x18\x01 \x01(\x0e\x32%.google.iam.v1.AuditLogConfig.LogType\x12\x18\n\x10\x65xempted_members\x18\x02 \x03(\t"R\n\x07LogType\x12\x18\n\x14LOG_TYPE_UNSPECIFIED\x10\x00\x12\x0e\n\nADMIN_READ\x10\x01\x12\x0e\n\nDATA_WRITE\x10\x02\x12\r\n\tDATA_READ\x10\x03"\x80\x01\n\x0bPolicyDelta\x12\x33\n\x0e\x62inding_deltas\x18\x01 \x03(\x0b\x32\x1b.google.iam.v1.BindingDelta\x12<\n\x13\x61udit_config_deltas\x18\x02 \x03(\x0b\x32\x1f.google.iam.v1.AuditConfigDelta"\xbd\x01\n\x0c\x42indingDelta\x12\x32\n\x06\x61\x63tion\x18\x01 \x01(\x0e\x32".google.iam.v1.BindingDelta.Action\x12\x0c\n\x04role\x18\x02 \x01(\t\x12\x0e\n\x06member\x18\x03 \x01(\t\x12$\n\tcondition\x18\x04 \x01(\x0b\x32\x11.google.type.Expr"5\n\x06\x41\x63tion\x12\x16\n\x12\x41\x43TION_UNSPECIFIED\x10\x00\x12\x07\n\x03\x41\x44\x44\x10\x01\x12\n\n\x06REMOVE\x10\x02"\xbd\x01\n\x10\x41uditConfigDelta\x12\x36\n\x06\x61\x63tion\x18\x01 \x01(\x0e\x32&.google.iam.v1.AuditConfigDelta.Action\x12\x0f\n\x07service\x18\x02 \x01(\t\x12\x17\n\x0f\x65xempted_member\x18\x03 \x01(\t\x12\x10\n\x08log_type\x18\x04 \x01(\t"5\n\x06\x41\x63tion\x12\x16\n\x12\x41\x43TION_UNSPECIFIED\x10\x00\x12\x07\n\x03\x41\x44\x44\x10\x01\x12\n\n\x06REMOVE\x10\x02\x42\x83\x01\n\x11\x63om.google.iam.v1B\x0bPolicyProtoP\x01Z0google.golang.org/genproto/googleapis/iam/v1;iam\xf8\x01\x01\xaa\x02\x13Google.Cloud.Iam.V1\xca\x02\x13Google\\Cloud\\Iam\\V1b\x06proto3'
3635
)
3736

38-
39-
_POLICY = DESCRIPTOR.message_types_by_name["Policy"]
40-
_BINDING = DESCRIPTOR.message_types_by_name["Binding"]
41-
_AUDITCONFIG = DESCRIPTOR.message_types_by_name["AuditConfig"]
42-
_AUDITLOGCONFIG = DESCRIPTOR.message_types_by_name["AuditLogConfig"]
43-
_POLICYDELTA = DESCRIPTOR.message_types_by_name["PolicyDelta"]
44-
_BINDINGDELTA = DESCRIPTOR.message_types_by_name["BindingDelta"]
45-
_AUDITCONFIGDELTA = DESCRIPTOR.message_types_by_name["AuditConfigDelta"]
46-
_AUDITLOGCONFIG_LOGTYPE = _AUDITLOGCONFIG.enum_types_by_name["LogType"]
47-
_BINDINGDELTA_ACTION = _BINDINGDELTA.enum_types_by_name["Action"]
48-
_AUDITCONFIGDELTA_ACTION = _AUDITCONFIGDELTA.enum_types_by_name["Action"]
49-
Policy = _reflection.GeneratedProtocolMessageType(
50-
"Policy",
51-
(_message.Message,),
52-
{
53-
"DESCRIPTOR": _POLICY,
54-
"__module__": "google.iam.v1.policy_pb2"
55-
# @@protoc_insertion_point(class_scope:google.iam.v1.Policy)
56-
},
57-
)
58-
_sym_db.RegisterMessage(Policy)
59-
60-
Binding = _reflection.GeneratedProtocolMessageType(
61-
"Binding",
62-
(_message.Message,),
63-
{
64-
"DESCRIPTOR": _BINDING,
65-
"__module__": "google.iam.v1.policy_pb2"
66-
# @@protoc_insertion_point(class_scope:google.iam.v1.Binding)
67-
},
68-
)
69-
_sym_db.RegisterMessage(Binding)
70-
71-
AuditConfig = _reflection.GeneratedProtocolMessageType(
72-
"AuditConfig",
73-
(_message.Message,),
74-
{
75-
"DESCRIPTOR": _AUDITCONFIG,
76-
"__module__": "google.iam.v1.policy_pb2"
77-
# @@protoc_insertion_point(class_scope:google.iam.v1.AuditConfig)
78-
},
79-
)
80-
_sym_db.RegisterMessage(AuditConfig)
81-
82-
AuditLogConfig = _reflection.GeneratedProtocolMessageType(
83-
"AuditLogConfig",
84-
(_message.Message,),
85-
{
86-
"DESCRIPTOR": _AUDITLOGCONFIG,
87-
"__module__": "google.iam.v1.policy_pb2"
88-
# @@protoc_insertion_point(class_scope:google.iam.v1.AuditLogConfig)
89-
},
37+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
38+
_builder.BuildTopDescriptorsAndMessages(
39+
DESCRIPTOR, "google.iam.v1.policy_pb2", globals()
9040
)
91-
_sym_db.RegisterMessage(AuditLogConfig)
92-
93-
PolicyDelta = _reflection.GeneratedProtocolMessageType(
94-
"PolicyDelta",
95-
(_message.Message,),
96-
{
97-
"DESCRIPTOR": _POLICYDELTA,
98-
"__module__": "google.iam.v1.policy_pb2"
99-
# @@protoc_insertion_point(class_scope:google.iam.v1.PolicyDelta)
100-
},
101-
)
102-
_sym_db.RegisterMessage(PolicyDelta)
103-
104-
BindingDelta = _reflection.GeneratedProtocolMessageType(
105-
"BindingDelta",
106-
(_message.Message,),
107-
{
108-
"DESCRIPTOR": _BINDINGDELTA,
109-
"__module__": "google.iam.v1.policy_pb2"
110-
# @@protoc_insertion_point(class_scope:google.iam.v1.BindingDelta)
111-
},
112-
)
113-
_sym_db.RegisterMessage(BindingDelta)
114-
115-
AuditConfigDelta = _reflection.GeneratedProtocolMessageType(
116-
"AuditConfigDelta",
117-
(_message.Message,),
118-
{
119-
"DESCRIPTOR": _AUDITCONFIGDELTA,
120-
"__module__": "google.iam.v1.policy_pb2"
121-
# @@protoc_insertion_point(class_scope:google.iam.v1.AuditConfigDelta)
122-
},
123-
)
124-
_sym_db.RegisterMessage(AuditConfigDelta)
125-
12641
if _descriptor._USE_C_DESCRIPTORS == False:
12742

12843
DESCRIPTOR._options = None

packages/grpc-google-iam-v1/setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@
2626
url = "https://github.com/googleapis/python-grpc-google-iam-v1"
2727
release_status = "Development Status :: 4 - Beta"
2828
dependencies = [
29-
"grpcio>=1.0.0, <2.0.0dev",
29+
"grpcio>=1.44.0, <2.0.0dev",
3030
"googleapis-common-protos[grpc]>=1.56.0, <2.0.0dev",
31+
"protobuf >= 3.20.2, <5.0.0dev",
3132
]
3233

3334
package_root = os.path.abspath(os.path.dirname(__file__))

0 commit comments

Comments
 (0)