diff options
| author | robot-contrib <[email protected]> | 2025-05-23 22:43:34 +0300 |
|---|---|---|
| committer | robot-contrib <[email protected]> | 2025-05-23 22:56:43 +0300 |
| commit | e9bf3c13d92eea677e2615800924a7919c62364e (patch) | |
| tree | ac9241ae38121ebb3a8cff702d3f029208c31655 /contrib/python/types-protobuf | |
| parent | cf0d79dcfb7a01686800b73ec403abf99925d31c (diff) | |
Update contrib/python/types-protobuf to 5.29.1.20250315
commit_hash:09eb8a06d4c2312855f39a3fac6b9aa4c1d33ae2
Diffstat (limited to 'contrib/python/types-protobuf')
4 files changed, 12 insertions, 6 deletions
diff --git a/contrib/python/types-protobuf/.dist-info/METADATA b/contrib/python/types-protobuf/.dist-info/METADATA index d0b3a5d6eb4..2e57930ea7c 100644 --- a/contrib/python/types-protobuf/.dist-info/METADATA +++ b/contrib/python/types-protobuf/.dist-info/METADATA @@ -1,6 +1,6 @@ Metadata-Version: 2.2 Name: types-protobuf -Version: 5.29.1.20250208 +Version: 5.29.1.20250315 Summary: Typing stubs for protobuf Home-page: https://github.com/python/typeshed License: Apache-2.0 @@ -51,7 +51,7 @@ directory. This package was tested with mypy 1.15.0, -pyright 1.1.389, +pyright 1.1.396, and pytype 2024.10.11. It was generated from typeshed commit -[`73ebb9dfd7dfce93c5becde4dcdd51d5626853b8`](https://github.com/python/typeshed/commit/73ebb9dfd7dfce93c5becde4dcdd51d5626853b8). +[`cdfb10c340c3df0f8b4112705e6e229b6ae269fd`](https://github.com/python/typeshed/commit/cdfb10c340c3df0f8b4112705e6e229b6ae269fd). diff --git a/contrib/python/types-protobuf/README.md b/contrib/python/types-protobuf/README.md index 6b33aeb7279..6c6f6b321a8 100644 --- a/contrib/python/types-protobuf/README.md +++ b/contrib/python/types-protobuf/README.md @@ -26,7 +26,7 @@ directory. This package was tested with mypy 1.15.0, -pyright 1.1.389, +pyright 1.1.396, and pytype 2024.10.11. It was generated from typeshed commit -[`73ebb9dfd7dfce93c5becde4dcdd51d5626853b8`](https://github.com/python/typeshed/commit/73ebb9dfd7dfce93c5becde4dcdd51d5626853b8).
\ No newline at end of file +[`cdfb10c340c3df0f8b4112705e6e229b6ae269fd`](https://github.com/python/typeshed/commit/cdfb10c340c3df0f8b4112705e6e229b6ae269fd).
\ No newline at end of file diff --git a/contrib/python/types-protobuf/google-stubs/protobuf/descriptor.pyi b/contrib/python/types-protobuf/google-stubs/protobuf/descriptor.pyi index 291ca0c7296..45891fda76c 100644 --- a/contrib/python/types-protobuf/google-stubs/protobuf/descriptor.pyi +++ b/contrib/python/types-protobuf/google-stubs/protobuf/descriptor.pyi @@ -156,6 +156,12 @@ class FieldDescriptor(DescriptorBase): cpp_type: Any @property def label(self): ... + @property + def camelcase_name(self) -> str: ... + @property + def has_presence(self) -> bool: ... + @property + def is_packed(self) -> bool: ... has_default_value: Any default_value: Any containing_type: Any diff --git a/contrib/python/types-protobuf/ya.make b/contrib/python/types-protobuf/ya.make index 14901831773..8820e5adf69 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.20250208) +VERSION(5.29.1.20250315) LICENSE(Apache-2.0) |
