-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Third-party stubs: fix several fictitious type aliases #7958
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This comment has been minimized.
This comment has been minimized.
Not sure why stubtest is failing to import |
This comment has been minimized.
This comment has been minimized.
For some reason, it looks like stubtest for this PR is installing a different version of protobuf than the one it did for the daily test last night. Last night This PR I've no idea if that's what's causing the CI failure here, or why a different version of |
Manually pinning the version of |
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉 |
Note that protobuf 4.21.0 was just released yesterday: https://pypi.org/project/protobuf/#history |
Ahh, makes sense. I was searching through the |
Fixes #7954
I also did some driveby
TypeAlias
fixes.