|
@@ -1,6 +1,6 @@
|
|
|
Metadata-Version: 2.1
|
|
|
Name: types-protobuf
|
|
|
-Version: 5.26.0.20240422
|
|
|
+Version: 5.27.0.20240626
|
|
|
Summary: Typing stubs for protobuf
|
|
|
Home-page: https://github.com/python/typeshed
|
|
|
License: Apache-2.0 license
|
|
@@ -26,18 +26,18 @@ PyCharm, etc. to check code that uses
|
|
|
`protobuf`.
|
|
|
|
|
|
This version of `types-protobuf` aims to provide accurate annotations
|
|
|
-for `protobuf==5.26.*`.
|
|
|
+for `protobuf==5.27.*`.
|
|
|
The source for this package can be found at
|
|
|
https://github.com/python/typeshed/tree/main/stubs/protobuf. All fixes for
|
|
|
types and metadata should be contributed there.
|
|
|
|
|
|
-Generated using [mypy-protobuf==3.6.0](https://github.com/nipunn1313/mypy-protobuf/tree/v3.6.0) and libprotoc 25.1 on [protobuf v26.1](https://github.com/protocolbuffers/protobuf/releases/tag/v26.1) (python protobuf==5.26.1)
|
|
|
+Partially generated using [mypy-protobuf==3.6.0](https://github.com/nipunn1313/mypy-protobuf/tree/v3.6.0) and libprotoc 26.1 on [protobuf v27.1](https://github.com/protocolbuffers/protobuf/releases/tag/v27.1) (python protobuf==5.27.1).
|
|
|
|
|
|
This stub package is marked as [partial](https://peps.python.org/pep-0561/#partial-stub-packages).
|
|
|
If you find that annotations are missing, feel free to contribute and help complete them.
|
|
|
|
|
|
|
|
|
See https://github.com/python/typeshed/blob/main/README.md for more details.
|
|
|
-This package was generated from typeshed commit `1017c525f84b5e78a75ad909c6a4ef2b5c0610e6` and was tested
|
|
|
-with mypy 1.9.0, pyright 1.1.358, and
|
|
|
+This package was generated from typeshed commit `b13bb947c3f7a000d4d4ec6ad2868726a289b2b4` and was tested
|
|
|
+with mypy 1.10.0, pyright 1.1.369, and
|
|
|
pytype 2024.4.11.
|