Bump protobuf to 4.21.*; delete google/__init__.pyi (#8360)

This major version bump of the stubs package deletes google/__init__.py, which does not exist at runtime, and caused problems for several users. Mypy now has --namespace-packages enabled by default, which should hopefully mean that this causes minimal pain.

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
github-actions[bot]
2022-11-25 11:28:56 +00:00
committed by GitHub
co-authored by Alex Waygood
parent 21f26ab4f3
commit 5453c97753
3 changed files with 25 additions and 15 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
version = "3.20.*"
version = "4.21.*"
extra_description = "Generated with aid from mypy-protobuf v3.4.0"
View File