Skip to content

Commit

Permalink
Update contrib/python/types-protobuf to 5.29.1.20250208
Browse files Browse the repository at this point in the history
commit_hash:89500484188ae5c6c83d631f595f5ae2a7ad3ee4
  • Loading branch information
robot-piglet committed Feb 23, 2025
1 parent 4538383 commit 3e4a455
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 9 deletions.
18 changes: 13 additions & 5 deletions contrib/python/types-protobuf/.dist-info/METADATA
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Metadata-Version: 2.2
Name: types-protobuf
Version: 5.29.1.20241207
Version: 5.29.1.20250208
Summary: Typing stubs for protobuf
Home-page: https://github.com/python/typeshed
License: Apache-2.0
Expand All @@ -11,9 +11,17 @@ 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.8
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: project-url
Dynamic: requires-python
Dynamic: summary

## Typing stubs for protobuf

Expand Down Expand Up @@ -42,8 +50,8 @@ for more details. The source for this package can be found in the
directory.

This package was tested with
mypy 1.13.0,
mypy 1.15.0,
pyright 1.1.389,
and pytype 2024.10.11.
It was generated from typeshed commit
[`0e9c9e1362959512a880abbf1275471b0d76924f`](https://github.com/python/typeshed/commit/0e9c9e1362959512a880abbf1275471b0d76924f).
[`73ebb9dfd7dfce93c5becde4dcdd51d5626853b8`](https://github.com/python/typeshed/commit/73ebb9dfd7dfce93c5becde4dcdd51d5626853b8).
4 changes: 2 additions & 2 deletions contrib/python/types-protobuf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ for more details. The source for this package can be found in the
directory.

This package was tested with
mypy 1.13.0,
mypy 1.15.0,
pyright 1.1.389,
and pytype 2024.10.11.
It was generated from typeshed commit
[`0e9c9e1362959512a880abbf1275471b0d76924f`](https://github.com/python/typeshed/commit/0e9c9e1362959512a880abbf1275471b0d76924f).
[`73ebb9dfd7dfce93c5becde4dcdd51d5626853b8`](https://github.com/python/typeshed/commit/73ebb9dfd7dfce93c5becde4dcdd51d5626853b8).
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
class GeneratedProtocolMessageType(type):
def __new__(cls, name, bases, dictionary): ...
def __init__(self, /, name, bases, dictionary) -> None: ...

def ParseMessage(descriptor, byte_str): ...
def MakeClass(descriptor): ...
2 changes: 1 addition & 1 deletion contrib/python/types-protobuf/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

PY3_LIBRARY()

VERSION(5.29.1.20241207)
VERSION(5.29.1.20250208)

LICENSE(Apache-2.0)

Expand Down

0 comments on commit 3e4a455

Please sign in to comment.