Updated protobuf to 4.24.4
Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
parent
51864cec29
commit
2260f364af
3 changed files with 5 additions and 4 deletions
|
@ -7,3 +7,5 @@ Python dependencies:
|
|||
```bash
|
||||
pip3 install -r requirements.txt
|
||||
```
|
||||
|
||||
Updating protobuf in the repo should be synced with Kothic.
|
||||
|
|
|
@ -1 +1 @@
|
|||
protobuf~=4.23.0
|
||||
protobuf~=4.24.4
|
||||
|
|
|
@ -19,9 +19,8 @@ _globals = globals()
|
|||
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
||||
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'drules_struct_pb2', _globals)
|
||||
if _descriptor._USE_C_DESCRIPTORS == False:
|
||||
|
||||
DESCRIPTOR._options = None
|
||||
DESCRIPTOR._serialized_options = b'H\003'
|
||||
_globals['DESCRIPTOR']._options = None
|
||||
_globals['DESCRIPTOR']._serialized_options = b'H\003'
|
||||
_globals['_LINEJOIN']._serialized_start=1851
|
||||
_globals['_LINEJOIN']._serialized_end=1903
|
||||
_globals['_LINECAP']._serialized_start=1905
|
||||
|
|
Loading…
Add table
Reference in a new issue