aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobot-contrib <robot-contrib@yandex-team.com>2025-02-23 12:09:43 +0300
committerrobot-contrib <robot-contrib@yandex-team.com>2025-02-23 12:28:04 +0300
commitb7d18ff7873ad8234a431edeffd385f743b44dd6 (patch)
treeeb25427a02976959123152dff0664ec417eaad01
parent33fd3a38939d03482d5cc81b8db3e0e3e866b66c (diff)
downloadydb-b7d18ff7873ad8234a431edeffd385f743b44dd6.tar.gz
Update contrib/python/types-protobuf to 5.29.1.20250208
commit_hash:89500484188ae5c6c83d631f595f5ae2a7ad3ee4
-rw-r--r--contrib/python/types-protobuf/.dist-info/METADATA18
-rw-r--r--contrib/python/types-protobuf/README.md4
-rw-r--r--contrib/python/types-protobuf/google-stubs/protobuf/reflection.pyi1
-rw-r--r--contrib/python/types-protobuf/ya.make2
4 files changed, 16 insertions, 9 deletions
diff --git a/contrib/python/types-protobuf/.dist-info/METADATA b/contrib/python/types-protobuf/.dist-info/METADATA
index 2d60622cee..d0b3a5d6eb 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
+Metadata-Version: 2.2
Name: types-protobuf
-Version: 5.29.1.20241207
+Version: 5.29.1.20250208
Summary: Typing stubs for protobuf
Home-page: https://github.com/python/typeshed
License: Apache-2.0
@@ -11,9 +11,17 @@ Project-URL: Chat, https://gitter.im/python/typing
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Typing :: Stubs Only
-Requires-Python: >=3.8
+Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
+Dynamic: classifier
+Dynamic: description
+Dynamic: description-content-type
+Dynamic: home-page
+Dynamic: license
+Dynamic: project-url
+Dynamic: requires-python
+Dynamic: summary
## Typing stubs for protobuf
@@ -42,8 +50,8 @@ for more details. The source for this package can be found in the
directory.
This package was tested with
-mypy 1.13.0,
+mypy 1.15.0,
pyright 1.1.389,
and pytype 2024.10.11.
It was generated from typeshed commit
-[`0e9c9e1362959512a880abbf1275471b0d76924f`](https://github.com/python/typeshed/commit/0e9c9e1362959512a880abbf1275471b0d76924f).
+[`73ebb9dfd7dfce93c5becde4dcdd51d5626853b8`](https://github.com/python/typeshed/commit/73ebb9dfd7dfce93c5becde4dcdd51d5626853b8).
diff --git a/contrib/python/types-protobuf/README.md b/contrib/python/types-protobuf/README.md
index ba94ec673a..6b33aeb727 100644
--- a/contrib/python/types-protobuf/README.md
+++ b/contrib/python/types-protobuf/README.md
@@ -25,8 +25,8 @@ for more details. The source for this package can be found in the
directory.
This package was tested with
-mypy 1.13.0,
+mypy 1.15.0,
pyright 1.1.389,
and pytype 2024.10.11.
It was generated from typeshed commit
-[`0e9c9e1362959512a880abbf1275471b0d76924f`](https://github.com/python/typeshed/commit/0e9c9e1362959512a880abbf1275471b0d76924f). \ No newline at end of file
+[`73ebb9dfd7dfce93c5becde4dcdd51d5626853b8`](https://github.com/python/typeshed/commit/73ebb9dfd7dfce93c5becde4dcdd51d5626853b8). \ No newline at end of file
diff --git a/contrib/python/types-protobuf/google-stubs/protobuf/reflection.pyi b/contrib/python/types-protobuf/google-stubs/protobuf/reflection.pyi
index dae0fb93e6..5f7822363b 100644
--- a/contrib/python/types-protobuf/google-stubs/protobuf/reflection.pyi
+++ b/contrib/python/types-protobuf/google-stubs/protobuf/reflection.pyi
@@ -1,6 +1,5 @@
class GeneratedProtocolMessageType(type):
def __new__(cls, name, bases, dictionary): ...
- 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 d583cb9a7c..1490183177 100644
--- a/contrib/python/types-protobuf/ya.make
+++ b/contrib/python/types-protobuf/ya.make
@@ -2,7 +2,7 @@
PY3_LIBRARY()
-VERSION(5.29.1.20241207)
+VERSION(5.29.1.20250208)
LICENSE(Apache-2.0)