Skip to content

Commit 4cb2e83

Browse files
robot-pigletblinkov
authored andcommitted
Update contrib/python/types-protobuf to 5.29.1.20250208
commit_hash:89500484188ae5c6c83d631f595f5ae2a7ad3ee4
1 parent eb38a2e commit 4cb2e83

File tree

4 files changed

+16
-9
lines changed

4 files changed

+16
-9
lines changed

contrib/python/types-protobuf/.dist-info/METADATA

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
Metadata-Version: 2.1
1+
Metadata-Version: 2.2
22
Name: types-protobuf
3-
Version: 5.29.1.20241207
3+
Version: 5.29.1.20250208
44
Summary: Typing stubs for protobuf
55
Home-page: https://github.com/python/typeshed
66
License: Apache-2.0
@@ -11,9 +11,17 @@ Project-URL: Chat, https://gitter.im/python/typing
1111
Classifier: License :: OSI Approved :: Apache Software License
1212
Classifier: Programming Language :: Python :: 3
1313
Classifier: Typing :: Stubs Only
14-
Requires-Python: >=3.8
14+
Requires-Python: >=3.9
1515
Description-Content-Type: text/markdown
1616
License-File: LICENSE
17+
Dynamic: classifier
18+
Dynamic: description
19+
Dynamic: description-content-type
20+
Dynamic: home-page
21+
Dynamic: license
22+
Dynamic: project-url
23+
Dynamic: requires-python
24+
Dynamic: summary
1725

1826
## Typing stubs for protobuf
1927

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

4452
This package was tested with
45-
mypy 1.13.0,
53+
mypy 1.15.0,
4654
pyright 1.1.389,
4755
and pytype 2024.10.11.
4856
It was generated from typeshed commit
49-
[`0e9c9e1362959512a880abbf1275471b0d76924f`](https://github.com/python/typeshed/commit/0e9c9e1362959512a880abbf1275471b0d76924f).
57+
[`73ebb9dfd7dfce93c5becde4dcdd51d5626853b8`](https://github.com/python/typeshed/commit/73ebb9dfd7dfce93c5becde4dcdd51d5626853b8).

contrib/python/types-protobuf/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ for more details. The source for this package can be found in the
2525
directory.
2626

2727
This package was tested with
28-
mypy 1.13.0,
28+
mypy 1.15.0,
2929
pyright 1.1.389,
3030
and pytype 2024.10.11.
3131
It was generated from typeshed commit
32-
[`0e9c9e1362959512a880abbf1275471b0d76924f`](https://github.com/python/typeshed/commit/0e9c9e1362959512a880abbf1275471b0d76924f).
32+
[`73ebb9dfd7dfce93c5becde4dcdd51d5626853b8`](https://github.com/python/typeshed/commit/73ebb9dfd7dfce93c5becde4dcdd51d5626853b8).
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
class GeneratedProtocolMessageType(type):
22
def __new__(cls, name, bases, dictionary): ...
3-
def __init__(self, /, name, bases, dictionary) -> None: ...
43

54
def ParseMessage(descriptor, byte_str): ...
65
def MakeClass(descriptor): ...

contrib/python/types-protobuf/ya.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
PY3_LIBRARY()
44

5-
VERSION(5.29.1.20241207)
5+
VERSION(5.29.1.20250208)
66

77
LICENSE(Apache-2.0)
88

0 commit comments

Comments
 (0)