aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobot-contrib <robot-contrib@yandex-team.com>2024-05-11 20:38:38 +0300
committerrobot-contrib <robot-contrib@yandex-team.com>2024-05-11 20:49:24 +0300
commitb946c1e1f97a9aae42e87b642c74959093e2582a (patch)
tree00e775555f8efe7609471dddade9db90780f499a
parent8c378a9c75ea909b58e96751c97b8bd95f0b1572 (diff)
downloadydb-b946c1e1f97a9aae42e87b642c74959093e2582a.tar.gz
Update contrib/python/types-protobuf to 4.24.0.20240311
f78690d9f7c32dea18fefcde9034d1a43ef213db
-rw-r--r--contrib/python/types-protobuf/.dist-info/METADATA6
-rw-r--r--contrib/python/types-protobuf/google-stubs/protobuf/reflection.pyi2
-rw-r--r--contrib/python/types-protobuf/ya.make2
3 files changed, 5 insertions, 5 deletions
diff --git a/contrib/python/types-protobuf/.dist-info/METADATA b/contrib/python/types-protobuf/.dist-info/METADATA
index 4108d715f6..9343511f8a 100644
--- a/contrib/python/types-protobuf/.dist-info/METADATA
+++ b/contrib/python/types-protobuf/.dist-info/METADATA
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: types-protobuf
-Version: 4.24.0.20240302
+Version: 4.24.0.20240311
Summary: Typing stubs for protobuf
Home-page: https://github.com/python/typeshed
License: Apache-2.0 license
@@ -38,6 +38,6 @@ If you find that annotations are missing, feel free to contribute and help compl
See https://github.com/python/typeshed/blob/main/README.md for more details.
-This package was generated from typeshed commit `5e4483618a02b4bf182940e3b89e8178855e6f32` and was tested
-with mypy 1.8.0, pyright 1.1.350, and
+This package was generated from typeshed commit `3802899a01269df575ea32a21534c5400fb9218a` and was tested
+with mypy 1.9.0, pyright 1.1.350, and
pytype 2024.2.27.
diff --git a/contrib/python/types-protobuf/google-stubs/protobuf/reflection.pyi b/contrib/python/types-protobuf/google-stubs/protobuf/reflection.pyi
index 4bfbd2f4ce..dae0fb93e6 100644
--- a/contrib/python/types-protobuf/google-stubs/protobuf/reflection.pyi
+++ b/contrib/python/types-protobuf/google-stubs/protobuf/reflection.pyi
@@ -1,6 +1,6 @@
class GeneratedProtocolMessageType(type):
def __new__(cls, name, bases, dictionary): ...
- def __init__(__self, name, bases, dictionary) -> None: ...
+ def __init__(self, /, name, bases, dictionary) -> None: ...
def ParseMessage(descriptor, byte_str): ...
def MakeClass(descriptor): ...
diff --git a/contrib/python/types-protobuf/ya.make b/contrib/python/types-protobuf/ya.make
index 60afce42f6..fccc308bce 100644
--- a/contrib/python/types-protobuf/ya.make
+++ b/contrib/python/types-protobuf/ya.make
@@ -2,7 +2,7 @@
PY3_LIBRARY()
-VERSION(4.24.0.20240302)
+VERSION(4.24.0.20240311)
LICENSE(Apache-2.0)