diff --git a/examples/helloworld/helloworld_pb2.py b/examples/helloworld/helloworld_pb2.py index ab32487..e4f956b 100644 --- a/examples/helloworld/helloworld_pb2.py +++ b/examples/helloworld/helloworld_pb2.py @@ -1,6 +1,7 @@ # -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: helloworld/helloworld.proto +# Protobuf Python Version: 4.25.1 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool diff --git a/examples/multiproc/primes_pb2.py b/examples/multiproc/primes_pb2.py index cd96d74..e27eefa 100644 --- a/examples/multiproc/primes_pb2.py +++ b/examples/multiproc/primes_pb2.py @@ -1,6 +1,7 @@ # -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: multiproc/primes.proto +# Protobuf Python Version: 4.25.1 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool diff --git a/examples/streaming/helloworld_pb2.py b/examples/streaming/helloworld_pb2.py index 561e1cb..af04581 100644 --- a/examples/streaming/helloworld_pb2.py +++ b/examples/streaming/helloworld_pb2.py @@ -1,6 +1,7 @@ # -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: streaming/helloworld.proto +# Protobuf Python Version: 4.25.1 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool diff --git a/grpclib/channelz/v1/channelz_pb2.py b/grpclib/channelz/v1/channelz_pb2.py index cfff69d..c0a0e82 100644 --- a/grpclib/channelz/v1/channelz_pb2.py +++ b/grpclib/channelz/v1/channelz_pb2.py @@ -1,6 +1,7 @@ # -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: grpclib/channelz/v1/channelz.proto +# Protobuf Python Version: 4.25.1 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool @@ -23,8 +24,8 @@ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals) _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'grpclib.channelz.v1.channelz_pb2', _globals) if _descriptor._USE_C_DESCRIPTORS == False: - DESCRIPTOR._options = None - DESCRIPTOR._serialized_options = b'\n\023io.grpc.channelz.v1B\rChannelzProtoP\001Z0google.golang.org/grpc/channelz/grpc_channelz_v1' + _globals['DESCRIPTOR']._options = None + _globals['DESCRIPTOR']._serialized_options = b'\n\023io.grpc.channelz.v1B\rChannelzProtoP\001Z0google.golang.org/grpc/channelz/grpc_channelz_v1' _globals['_CHANNEL']._serialized_start=181 _globals['_CHANNEL']._serialized_end=435 _globals['_SUBCHANNEL']._serialized_start=438 diff --git a/grpclib/health/v1/health_pb2.py b/grpclib/health/v1/health_pb2.py index c5329d0..42816ae 100644 --- a/grpclib/health/v1/health_pb2.py +++ b/grpclib/health/v1/health_pb2.py @@ -1,6 +1,7 @@ # -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: grpclib/health/v1/health.proto +# Protobuf Python Version: 4.25.1 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool @@ -19,8 +20,8 @@ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals) _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'grpclib.health.v1.health_pb2', _globals) if _descriptor._USE_C_DESCRIPTORS == False: - DESCRIPTOR._options = None - DESCRIPTOR._serialized_options = b'\n\021io.grpc.health.v1B\013HealthProtoP\001Z,google.golang.org/grpc/health/grpc_health_v1\252\002\016Grpc.Health.V1' + _globals['DESCRIPTOR']._options = None + _globals['DESCRIPTOR']._serialized_options = b'\n\021io.grpc.health.v1B\013HealthProtoP\001Z,google.golang.org/grpc/health/grpc_health_v1\252\002\016Grpc.Health.V1' _globals['_HEALTHCHECKREQUEST']._serialized_start=50 _globals['_HEALTHCHECKREQUEST']._serialized_end=87 _globals['_HEALTHCHECKRESPONSE']._serialized_start=90 diff --git a/grpclib/reflection/v1/reflection_pb2.py b/grpclib/reflection/v1/reflection_pb2.py index 0adf896..d4cfdcd 100644 --- a/grpclib/reflection/v1/reflection_pb2.py +++ b/grpclib/reflection/v1/reflection_pb2.py @@ -1,6 +1,7 @@ # -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: grpclib/reflection/v1/reflection.proto +# Protobuf Python Version: 4.25.1 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool @@ -19,8 +20,8 @@ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals) _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'grpclib.reflection.v1.reflection_pb2', _globals) if _descriptor._USE_C_DESCRIPTORS == False: - DESCRIPTOR._options = None - DESCRIPTOR._serialized_options = b'\n\025io.grpc.reflection.v1B\025ServerReflectionProtoP\001Z4google.golang.org/grpc/reflection/grpc_reflection_v1' + _globals['DESCRIPTOR']._options = None + _globals['DESCRIPTOR']._serialized_options = b'\n\025io.grpc.reflection.v1B\025ServerReflectionProtoP\001Z4google.golang.org/grpc/reflection/grpc_reflection_v1' _globals['_SERVERREFLECTIONREQUEST']._serialized_start=63 _globals['_SERVERREFLECTIONREQUEST']._serialized_end=324 _globals['_EXTENSIONREQUEST']._serialized_start=326 diff --git a/grpclib/reflection/v1alpha/reflection_pb2.py b/grpclib/reflection/v1alpha/reflection_pb2.py index 27ec465..ffa57ec 100644 --- a/grpclib/reflection/v1alpha/reflection_pb2.py +++ b/grpclib/reflection/v1alpha/reflection_pb2.py @@ -1,6 +1,7 @@ # -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: grpclib/reflection/v1alpha/reflection.proto +# Protobuf Python Version: 4.25.1 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool @@ -19,8 +20,8 @@ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals) _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'grpclib.reflection.v1alpha.reflection_pb2', _globals) if _descriptor._USE_C_DESCRIPTORS == False: - DESCRIPTOR._options = None - DESCRIPTOR._serialized_options = b'\n\032io.grpc.reflection.v1alphaB\025ServerReflectionProtoP\001\270\001\001' + _globals['DESCRIPTOR']._options = None + _globals['DESCRIPTOR']._serialized_options = b'\n\032io.grpc.reflection.v1alphaB\025ServerReflectionProtoP\001\270\001\001' _globals['_SERVERREFLECTIONREQUEST']._serialized_start=73 _globals['_SERVERREFLECTIONREQUEST']._serialized_end=339 _globals['_EXTENSIONREQUEST']._serialized_start=341 diff --git a/requirements/check.txt b/requirements/check.txt index 4ea9bb3..046a2e9 100644 --- a/requirements/check.txt +++ b/requirements/check.txt @@ -4,27 +4,27 @@ # # pip-compile --annotation-style=line --config=pyproject.toml requirements/check.in # -certifi==2023.7.22 # via -r requirements/runtime.in +certifi==2024.2.2 # via -r requirements/runtime.in flake8==5.0.4 # via -r requirements/check.in -googleapis-common-protos==1.60.0 # via -r requirements/runtime.in -grpcio==1.59.0 # via grpcio-tools -grpcio-tools==1.59.0 # via -r requirements/check.in +googleapis-common-protos==1.63.0 # via -r requirements/runtime.in +grpcio==1.62.1 # via grpcio-tools +grpcio-tools==1.62.1 # via -r requirements/check.in h2==4.1.0 # via -r requirements/../setup.txt hpack==4.0.0 # via -r requirements/../setup.txt, h2 hyperframe==6.0.1 # via -r requirements/../setup.txt, h2 importlib-metadata==4.2.0 # via flake8 mccabe==0.7.0 # via flake8 -multidict==6.0.4 # via -r requirements/../setup.txt +multidict==6.0.5 # via -r requirements/../setup.txt mypy==1.4.1 # via -r requirements/check.in mypy-extensions==1.0.0 # via mypy mypy-protobuf==3.4.0 # via -r requirements/check.in -protobuf==4.24.3 # via -r requirements/runtime.in, googleapis-common-protos, grpcio-tools, mypy-protobuf +protobuf==4.24.4 # via -r requirements/runtime.in, googleapis-common-protos, grpcio-tools, mypy-protobuf pycodestyle==2.9.1 # via flake8 pyflakes==2.5.0 # via flake8 tomli==2.0.1 # via mypy typed-ast==1.5.5 # via mypy types-certifi==2021.10.8.3 # via -r requirements/check.in -types-protobuf==4.24.0.2 # via mypy-protobuf +types-protobuf==4.24.0.4 # via mypy-protobuf typing-extensions==4.7.1 # via importlib-metadata, mypy zipp==3.15.0 # via importlib-metadata diff --git a/requirements/docs.txt b/requirements/docs.txt index 1c3d6ab..74381bf 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -5,28 +5,28 @@ # pip-compile --annotation-style=line --config=pyproject.toml requirements/docs.in # alabaster==0.7.13 # via sphinx -babel==2.12.1 # via sphinx -certifi==2023.7.22 # via -r requirements/runtime.in, requests -charset-normalizer==3.3.0 # via requests -docutils==0.18.1 # via sphinx, sphinx-rtd-theme -googleapis-common-protos==1.60.0 # via -r requirements/runtime.in +babel==2.14.0 # via sphinx +certifi==2024.2.2 # via -r requirements/runtime.in, requests +charset-normalizer==3.3.2 # via requests +docutils==0.19 # via sphinx, sphinx-rtd-theme +googleapis-common-protos==1.63.0 # via -r requirements/runtime.in h2==4.1.0 # via -r requirements/../setup.txt hpack==4.0.0 # via -r requirements/../setup.txt, h2 hyperframe==6.0.1 # via -r requirements/../setup.txt, h2 -idna==3.4 # via requests +idna==3.7 # via requests imagesize==1.4.1 # via sphinx importlib-metadata==6.7.0 # via sphinx -jinja2==3.1.2 # via sphinx -markupsafe==2.1.3 # via jinja2 -multidict==6.0.4 # via -r requirements/../setup.txt -packaging==23.2 # via sphinx -protobuf==4.24.3 # via -r requirements/runtime.in, googleapis-common-protos -pygments==2.16.1 # via sphinx -pytz==2023.3.post1 # via babel +jinja2==3.1.3 # via sphinx +markupsafe==2.1.5 # via jinja2 +multidict==6.0.5 # via -r requirements/../setup.txt +packaging==24.0 # via sphinx +protobuf==4.24.4 # via -r requirements/runtime.in, googleapis-common-protos +pygments==2.17.2 # via sphinx +pytz==2024.1 # via babel requests==2.31.0 # via sphinx snowballstemmer==2.2.0 # via sphinx sphinx==5.3.0 # via -r requirements/docs.in, sphinx-rtd-theme, sphinxcontrib-jquery -sphinx-rtd-theme==1.3.0 # via -r requirements/docs.in +sphinx-rtd-theme==2.0.0 # via -r requirements/docs.in sphinxcontrib-applehelp==1.0.2 # via sphinx sphinxcontrib-devhelp==1.0.2 # via sphinx sphinxcontrib-htmlhelp==2.0.0 # via sphinx @@ -35,5 +35,5 @@ sphinxcontrib-jsmath==1.0.1 # via sphinx sphinxcontrib-qthelp==1.0.3 # via sphinx sphinxcontrib-serializinghtml==1.1.5 # via sphinx typing-extensions==4.7.1 # via importlib-metadata -urllib3==2.0.6 # via requests +urllib3==2.0.7 # via requests zipp==3.15.0 # via importlib-metadata diff --git a/requirements/release.in b/requirements/release.in index c84d91f..6b00bae 100644 --- a/requirements/release.in +++ b/requirements/release.in @@ -2,3 +2,4 @@ twine grpcio-tools mypy-protobuf +wheel diff --git a/requirements/release.txt b/requirements/release.txt index 5ff3480..b6d61d7 100644 --- a/requirements/release.txt +++ b/requirements/release.txt @@ -5,17 +5,17 @@ # pip-compile --annotation-style=line --config=pyproject.toml requirements/release.in # bleach==6.0.0 # via readme-renderer -certifi==2023.7.22 # via requests +certifi==2024.2.2 # via requests cffi==1.15.1 # via cryptography -charset-normalizer==3.3.0 # via requests -cryptography==41.0.4 # via secretstorage +charset-normalizer==3.3.2 # via requests +cryptography==42.0.5 # via secretstorage docutils==0.20.1 # via readme-renderer -grpcio==1.59.0 # via grpcio-tools -grpcio-tools==1.59.0 # via -r requirements/release.in +grpcio==1.62.1 # via grpcio-tools +grpcio-tools==1.62.1 # via -r requirements/release.in h2==4.1.0 # via -r requirements/../setup.txt hpack==4.0.0 # via -r requirements/../setup.txt, h2 hyperframe==6.0.1 # via -r requirements/../setup.txt, h2 -idna==3.4 # via requests +idna==3.7 # via requests importlib-metadata==6.7.0 # via keyring, twine importlib-resources==5.12.0 # via keyring jaraco-classes==3.2.3 # via keyring @@ -24,24 +24,25 @@ keyring==24.1.1 # via twine markdown-it-py==2.2.0 # via rich mdurl==0.1.2 # via markdown-it-py more-itertools==9.1.0 # via jaraco-classes -multidict==6.0.4 # via -r requirements/../setup.txt +multidict==6.0.5 # via -r requirements/../setup.txt mypy-protobuf==3.4.0 # via -r requirements/release.in -pkginfo==1.9.6 # via twine -protobuf==4.24.3 # via grpcio-tools, mypy-protobuf +pkginfo==1.10.0 # via twine +protobuf==4.24.4 # via grpcio-tools, mypy-protobuf pycparser==2.21 # via cffi -pygments==2.16.1 # via readme-renderer, rich +pygments==2.17.2 # via readme-renderer, rich readme-renderer==37.3 # via twine requests==2.31.0 # via requests-toolbelt, twine requests-toolbelt==1.0.0 # via twine rfc3986==2.0.0 # via twine -rich==13.6.0 # via twine +rich==13.7.1 # via twine secretstorage==3.3.3 # via keyring six==1.16.0 # via bleach twine==4.0.2 # via -r requirements/release.in -types-protobuf==4.24.0.2 # via mypy-protobuf +types-protobuf==4.24.0.4 # via mypy-protobuf typing-extensions==4.7.1 # via importlib-metadata, markdown-it-py, rich -urllib3==2.0.6 # via requests, twine +urllib3==2.0.7 # via requests, twine webencodings==0.5.1 # via bleach +wheel==0.42.0 # via -r requirements/release.in zipp==3.15.0 # via importlib-metadata, importlib-resources # The following packages are considered to be unsafe in a requirements file: diff --git a/requirements/runtime.txt b/requirements/runtime.txt index 6f08996..06e8bd0 100644 --- a/requirements/runtime.txt +++ b/requirements/runtime.txt @@ -4,10 +4,10 @@ # # pip-compile --annotation-style=line --config=pyproject.toml requirements/runtime.in # -certifi==2023.7.22 # via -r requirements/runtime.in -googleapis-common-protos==1.60.0 # via -r requirements/runtime.in +certifi==2024.2.2 # via -r requirements/runtime.in +googleapis-common-protos==1.63.0 # via -r requirements/runtime.in h2==4.1.0 # via -r requirements/../setup.txt hpack==4.0.0 # via -r requirements/../setup.txt, h2 hyperframe==6.0.1 # via -r requirements/../setup.txt, h2 -multidict==6.0.4 # via -r requirements/../setup.txt -protobuf==4.24.3 # via -r requirements/runtime.in, googleapis-common-protos +multidict==6.0.5 # via -r requirements/../setup.txt +protobuf==4.24.4 # via -r requirements/runtime.in, googleapis-common-protos diff --git a/requirements/test.txt b/requirements/test.txt index ec601bc..e68034c 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -5,24 +5,24 @@ # pip-compile --annotation-style=line --config=pyproject.toml requirements/test.in # async-timeout==4.0.3 # via -r requirements/test.in -certifi==2023.7.22 # via -r requirements/runtime.in +certifi==2024.2.2 # via -r requirements/runtime.in coverage[toml]==7.2.7 # via pytest-cov -exceptiongroup==1.1.3 # via pytest +exceptiongroup==1.2.0 # via pytest faker==18.13.0 # via -r requirements/test.in -googleapis-common-protos==1.60.0 # via -r requirements/runtime.in +googleapis-common-protos==1.63.0 # via -r requirements/runtime.in h2==4.1.0 # via -r requirements/../setup.txt hpack==4.0.0 # via -r requirements/../setup.txt, h2 hyperframe==6.0.1 # via -r requirements/../setup.txt, h2 importlib-metadata==6.7.0 # via pluggy, pytest iniconfig==2.0.0 # via pytest -multidict==6.0.4 # via -r requirements/../setup.txt -packaging==23.2 # via pytest +multidict==6.0.5 # via -r requirements/../setup.txt +packaging==24.0 # via pytest pluggy==1.2.0 # via pytest -protobuf==4.24.3 # via -r requirements/runtime.in, googleapis-common-protos -pytest==7.4.2 # via -r requirements/test.in, pytest-asyncio, pytest-cov +protobuf==4.24.4 # via -r requirements/runtime.in, googleapis-common-protos +pytest==7.4.4 # via -r requirements/test.in, pytest-asyncio, pytest-cov pytest-asyncio==0.21.1 # via -r requirements/test.in pytest-cov==4.1.0 # via -r requirements/test.in -python-dateutil==2.8.2 # via faker +python-dateutil==2.9.0.post0 # via faker six==1.16.0 # via python-dateutil tomli==2.0.1 # via coverage, pytest typing-extensions==4.7.1 # via async-timeout, faker, importlib-metadata, pytest-asyncio diff --git a/setup.txt b/setup.txt index 3b5e11f..0759029 100644 --- a/setup.txt +++ b/setup.txt @@ -7,4 +7,4 @@ h2==4.1.0 # via grpclib (setup.py) hpack==4.0.0 # via h2 hyperframe==6.0.1 # via h2 -multidict==6.0.4 # via grpclib (setup.py) +multidict==6.0.5 # via grpclib (setup.py) diff --git a/tests/dummy_pb2.py b/tests/dummy_pb2.py index da7aba5..42ffb9c 100644 --- a/tests/dummy_pb2.py +++ b/tests/dummy_pb2.py @@ -1,6 +1,7 @@ # -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: dummy.proto +# Protobuf Python Version: 4.25.1 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool