You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -22,23 +22,27 @@ It can be used by type-checking tools like
22
22
[mypy](https://github.com/python/mypy/),
23
23
[pyright](https://github.com/microsoft/pyright),
24
24
[pytype](https://github.com/google/pytype/),
25
-
PyCharm, etc. to check code that uses
26
-
`protobuf`.
25
+
[Pyre](https://pyre-check.org/),
26
+
PyCharm, etc. to check code that uses `protobuf`. This version of
27
+
`types-protobuf` aims to provide accurate annotations for
28
+
`protobuf~=5.28.3`.
27
29
28
-
This version of `types-protobuf` aims to provide accurate annotations
29
-
for `protobuf==5.28.*`.
30
-
The source for this package can be found at
31
-
https://github.com/python/typeshed/tree/main/stubs/protobuf. All fixes for
32
-
types and metadata should be contributed there.
33
-
34
-
Partially generated using [mypy-protobuf==3.6.0](https://github.com/nipunn1313/mypy-protobuf/tree/v3.6.0) and libprotoc 26.1 on [protobuf v28.2](https://github.com/protocolbuffers/protobuf/releases/tag/v28.2) (python `protobuf==5.28.2`).
30
+
Partially generated using [mypy-protobuf==3.6.0](https://github.com/nipunn1313/mypy-protobuf/tree/v3.6.0) and libprotoc 27.2 on [protobuf v28.3](https://github.com/protocolbuffers/protobuf/releases/tag/v28.3) (python `protobuf==5.28.3`).
35
31
36
32
This stub package is marked as [partial](https://peps.python.org/pep-0561/#partial-stub-packages).
37
33
If you find that annotations are missing, feel free to contribute and help complete them.
38
34
39
35
40
-
See https://github.com/python/typeshed/blob/main/README.md for more details.
41
-
This package was generated from typeshed commit
42
-
[`9f033bf439e064917e4b235b8a09b7530f182516`](https://github.com/python/typeshed/commit/9f033bf439e064917e4b235b8a09b7530f182516) and was tested
43
-
with mypy 1.11.1, pyright 1.1.381, and
44
-
pytype 2024.9.13.
36
+
This package is part of the [typeshed project](https://github.com/python/typeshed).
37
+
All fixes for types and metadata should be contributed there.
38
+
See [the README](https://github.com/python/typeshed/blob/main/README.md)
39
+
for more details. The source for this package can be found in the
extra_description = "Partially generated using [mypy-protobuf==3.6.0](https://github.com/nipunn1313/mypy-protobuf/tree/v3.6.0) and libprotoc 26.1 on [protobuf v28.2](https://github.com/protocolbuffers/protobuf/releases/tag/v28.2) (python `protobuf==5.28.2`)."
4
+
extra_description = "Partially generated using [mypy-protobuf==3.6.0](https://github.com/nipunn1313/mypy-protobuf/tree/v3.6.0) and libprotoc 27.2 on [protobuf v28.3](https://github.com/protocolbuffers/protobuf/releases/tag/v28.3) (python `protobuf==5.28.3`)."
0 commit comments