diff options
| author | robot-contrib <[email protected]> | 2026-04-25 09:59:06 +0300 |
|---|---|---|
| committer | robot-contrib <[email protected]> | 2026-04-25 10:49:11 +0300 |
| commit | d0cc05643ea115c0b5f5e7f0bfcc264d7dad14d0 (patch) | |
| tree | 9cf48b75797497cd9a7e92b2a8e083002746b7b3 /contrib/python/types-protobuf | |
| parent | 2d1f62f74cd0c77eb52992b92e18aa3cd85579cf (diff) | |
Update contrib/python/types-protobuf to 7.34.1.20260408
commit_hash:82353babd360a831bc941d68136bbe624326273c
Diffstat (limited to 'contrib/python/types-protobuf')
5 files changed, 9 insertions, 9 deletions
diff --git a/contrib/python/types-protobuf/.dist-info/METADATA b/contrib/python/types-protobuf/.dist-info/METADATA index c03c8af568c..66f17c06342 100644 --- a/contrib/python/types-protobuf/.dist-info/METADATA +++ b/contrib/python/types-protobuf/.dist-info/METADATA @@ -1,6 +1,6 @@ Metadata-Version: 2.4 Name: types-protobuf -Version: 7.34.1.20260402 +Version: 7.34.1.20260408 Summary: Typing stubs for protobuf License-Expression: Apache-2.0 Project-URL: Homepage, https://github.com/python/typeshed @@ -41,4 +41,4 @@ This package was tested with the following type checkers: * [pyright](https://github.com/microsoft/pyright) 1.1.408 It was generated from typeshed commit -[`4ab04d22631e5842838528ceaae19c3c532cdd43`](https://github.com/python/typeshed/commit/4ab04d22631e5842838528ceaae19c3c532cdd43). +[`563213272e5db2a858e37bdf6938b0c8742ec192`](https://github.com/python/typeshed/commit/563213272e5db2a858e37bdf6938b0c8742ec192). diff --git a/contrib/python/types-protobuf/README.md b/contrib/python/types-protobuf/README.md index 81338c1f71d..94395f5685f 100644 --- a/contrib/python/types-protobuf/README.md +++ b/contrib/python/types-protobuf/README.md @@ -24,4 +24,4 @@ This package was tested with the following type checkers: * [pyright](https://github.com/microsoft/pyright) 1.1.408 It was generated from typeshed commit -[`4ab04d22631e5842838528ceaae19c3c532cdd43`](https://github.com/python/typeshed/commit/4ab04d22631e5842838528ceaae19c3c532cdd43).
\ No newline at end of file +[`563213272e5db2a858e37bdf6938b0c8742ec192`](https://github.com/python/typeshed/commit/563213272e5db2a858e37bdf6938b0c8742ec192).
\ No newline at end of file diff --git a/contrib/python/types-protobuf/google-stubs/METADATA.toml b/contrib/python/types-protobuf/google-stubs/METADATA.toml index a7ab66eace4..78387ac3347 100644 --- a/contrib/python/types-protobuf/google-stubs/METADATA.toml +++ b/contrib/python/types-protobuf/google-stubs/METADATA.toml @@ -1,9 +1,9 @@ # Using an exact number in the specifier for scripts/sync_protobuf/google_protobuf.py # When updating, also re-run the script version = "~=7.34.1" -upstream_repository = "https://github.com/protocolbuffers/protobuf" -extra_description = "Partially generated using [mypy-protobuf==3.6.0](https://github.com/nipunn1313/mypy-protobuf/tree/v3.6.0) and libprotoc 34.1 on [protobuf v34.1](https://github.com/protocolbuffers/protobuf/releases/tag/v34.1) (python `protobuf==7.34.1`)." -partial_stub = true +upstream-repository = "https://github.com/protocolbuffers/protobuf" +extra-description = "Partially generated using [mypy-protobuf==3.6.0](https://github.com/nipunn1313/mypy-protobuf/tree/v3.6.0) and libprotoc 34.1 on [protobuf v34.1](https://github.com/protocolbuffers/protobuf/releases/tag/v34.1) (python `protobuf==7.34.1`)." +partial-stub = true [tool.stubtest] -ignore_missing_stub = true +ignore-missing-stub = true diff --git a/contrib/python/types-protobuf/google-stubs/protobuf/unknown_fields.pyi b/contrib/python/types-protobuf/google-stubs/protobuf/unknown_fields.pyi index 8133e9623a1..7329b00a412 100644 --- a/contrib/python/types-protobuf/google-stubs/protobuf/unknown_fields.pyi +++ b/contrib/python/types-protobuf/google-stubs/protobuf/unknown_fields.pyi @@ -5,5 +5,5 @@ from google.protobuf.message import Message @final class UnknownFieldSet: def __new__(cls, msg: Message) -> UnknownFieldSet: ... # noqa: Y034 - def __getitem__(self, index: int) -> Any: ... # Any: internal unknown field object + def __getitem__(self, index: int, /) -> Any: ... # Any: internal unknown field object def __len__(self) -> int: ... diff --git a/contrib/python/types-protobuf/ya.make b/contrib/python/types-protobuf/ya.make index a034b89c797..8281a316e04 100644 --- a/contrib/python/types-protobuf/ya.make +++ b/contrib/python/types-protobuf/ya.make @@ -2,7 +2,7 @@ PY3_LIBRARY() -VERSION(7.34.1.20260402) +VERSION(7.34.1.20260408) LICENSE(Apache-2.0) |
