diff options
author | robot-contrib <robot-contrib@yandex-team.com> | 2024-01-21 12:08:30 +0300 |
---|---|---|
committer | robot-contrib <robot-contrib@yandex-team.com> | 2024-01-21 12:19:59 +0300 |
commit | c720a9a77f2fbf5169d9e82c0fb947ae54bf962f (patch) | |
tree | a23305e7d50754cc52a4e64c96ca24be3f005ed2 /contrib | |
parent | 27910698e5afb083944710c3b2719ef0a27eaf53 (diff) | |
download | ydb-c720a9a77f2fbf5169d9e82c0fb947ae54bf962f.tar.gz |
Update contrib/python/types-protobuf to 4.24.0.20240106
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/python/types-protobuf/.dist-info/METADATA | 10 | ||||
-rw-r--r-- | contrib/python/types-protobuf/google-stubs/py.typed | 1 | ||||
-rw-r--r-- | contrib/python/types-protobuf/ya.make | 3 |
3 files changed, 8 insertions, 6 deletions
diff --git a/contrib/python/types-protobuf/.dist-info/METADATA b/contrib/python/types-protobuf/.dist-info/METADATA index a54cbbdacd..69b10b8c2a 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.4 +Version: 4.24.0.20240106 Summary: Typing stubs for protobuf Home-page: https://github.com/python/typeshed License: Apache-2.0 license @@ -11,7 +11,7 @@ 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.7 +Requires-Python: >=3.8 Description-Content-Type: text/markdown ## Typing stubs for protobuf @@ -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 `9d345b4df42939b697a84ee461a8760eb674050e` and was tested -with mypy 1.6.1, pyright 1.1.332, and -pytype 2023.10.17. +This package was generated from typeshed commit `1de5830a2703936a96a126248227d5c7db883674` and was tested +with mypy 1.8.0, pyright 1.1.342, and +pytype 2023.12.18. diff --git a/contrib/python/types-protobuf/google-stubs/py.typed b/contrib/python/types-protobuf/google-stubs/py.typed new file mode 100644 index 0000000000..b648ac9233 --- /dev/null +++ b/contrib/python/types-protobuf/google-stubs/py.typed @@ -0,0 +1 @@ +partial diff --git a/contrib/python/types-protobuf/ya.make b/contrib/python/types-protobuf/ya.make index 4fb5c85b88..3d6029caa5 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.4) +VERSION(4.24.0.20240106) LICENSE(Apache-2.0) @@ -54,6 +54,7 @@ RESOURCE_FILES( .dist-info/METADATA .dist-info/top_level.txt google-stubs/METADATA.toml + google-stubs/py.typed ) END() |