KEMBAR78
Update stubinfo for latest typeshed by hauntsaninja · Pull Request #19771 · python/mypy · GitHub
Skip to content

Conversation

hauntsaninja
Copy link
Collaborator

No description provided.

@github-actions
Copy link
Contributor

Diff from mypy_primer, showing the effect of this PR on open source code:

typeshed-stats (https://github.com/AlexWaygood/typeshed-stats)
+ tests/test_serialize.py:9: error: Cannot find implementation or library stub for module named "bs4"  [import-not-found]
- tests/test_serialize.py:9: error: Library stubs not installed for "bs4"  [import-untyped]
- tests/test_serialize.py:9: note: Hint: "python3 -m pip install types-beautifulsoup4"

spark (https://github.com/apache/spark)
- python/pyspark/sql/connect/utils.py:72: error: Cannot find implementation or library stub for module named "grpc_status"  [import-not-found]
+ python/pyspark/sql/connect/utils.py:72: error: Library stubs not installed for "grpc_status"  [import-untyped]
- python/pyspark/sql/connect/client/retries.py:24: error: Cannot find implementation or library stub for module named "grpc_status"  [import-not-found]
+ python/pyspark/sql/connect/client/retries.py:24: error: Library stubs not installed for "grpc_status"  [import-untyped]
- python/pyspark/sql/connect/client/reattach.py:30: error: Cannot find implementation or library stub for module named "grpc_status"  [import-not-found]
+ python/pyspark/sql/connect/client/reattach.py:30: error: Library stubs not installed for "grpc_status"  [import-untyped]
- python/pyspark/sql/connect/client/core.py:59: error: Cannot find implementation or library stub for module named "grpc_status"  [import-not-found]
+ python/pyspark/sql/connect/client/core.py:59: error: Library stubs not installed for "grpc_status"  [import-untyped]
+ python/pyspark/sql/connect/client/core.py:59: note: Hint: "python3 -m pip install types-grpcio-status"
+ python/pyspark/sql/connect/client/core.py:59: note: (or run "mypy --install-types" to install all missing stub packages)

zulip (https://github.com/zulip/zulip)
- tools/lib/capitalization.py:5: error: Library stubs not installed for "bs4"  [import-untyped]
+ tools/lib/capitalization.py:5: error: Cannot find implementation or library stub for module named "bs4"  [import-not-found]
+ zerver/lib/url_preview/parsers/base.py:11: error: Cannot find implementation or library stub for module named "bs4"  [import-not-found]
- zerver/lib/url_preview/parsers/base.py:11: error: Library stubs not installed for "bs4"  [import-untyped]
- zerver/lib/url_preview/parsers/base.py:11: note: Hint: "python3 -m pip install types-beautifulsoup4"
- zerver/lib/url_preview/parsers/generic.py:3: error: Library stubs not installed for "bs4.element"  [import-untyped]
+ zerver/lib/url_preview/parsers/generic.py:3: error: Cannot find implementation or library stub for module named "bs4.element"  [import-not-found]
- tools/tests/test_capitalization_checker.py:3: error: Library stubs not installed for "bs4"  [import-untyped]
+ tools/tests/test_capitalization_checker.py:3: error: Cannot find implementation or library stub for module named "bs4"  [import-not-found]
- zerver/lib/html_to_text.py:3: error: Library stubs not installed for "bs4"  [import-untyped]
+ zerver/lib/html_to_text.py:3: error: Cannot find implementation or library stub for module named "bs4"  [import-not-found]
- zerver/lib/thumbnail.py:9: error: Library stubs not installed for "bs4"  [import-untyped]
- zerver/lib/thumbnail.py:10: error: Library stubs not installed for "bs4.formatter"  [import-untyped]
+ zerver/lib/thumbnail.py:9: error: Cannot find implementation or library stub for module named "bs4"  [import-not-found]
+ zerver/lib/thumbnail.py:10: error: Cannot find implementation or library stub for module named "bs4.formatter"  [import-not-found]
- zerver/lib/email_notifications.py:16: error: Library stubs not installed for "bs4"  [import-untyped]
+ zerver/lib/email_notifications.py:16: error: Cannot find implementation or library stub for module named "bs4"  [import-not-found]
- zerver/tests/test_middleware.py:4: error: Library stubs not installed for "bs4"  [import-untyped]
+ zerver/tests/test_middleware.py:4: error: Cannot find implementation or library stub for module named "bs4"  [import-not-found]
- zerver/tests/test_markdown.py:11: error: Library stubs not installed for "bs4"  [import-untyped]
+ zerver/tests/test_markdown.py:11: error: Cannot find implementation or library stub for module named "bs4"  [import-not-found]
- zerver/tests/test_auth_backends.py:23: error: Library stubs not installed for "bs4"  [import-untyped]
- zerver/tests/test_auth_backends.py:24: error: Library stubs not installed for "bs4.element"  [import-untyped]
+ zerver/tests/test_auth_backends.py:23: error: Cannot find implementation or library stub for module named "bs4"  [import-not-found]
+ zerver/tests/test_auth_backends.py:24: error: Cannot find implementation or library stub for module named "bs4.element"  [import-not-found]
- zerver/lib/import_realm.py:13: error: Library stubs not installed for "bs4"  [import-untyped]
+ zerver/lib/import_realm.py:13: error: Cannot find implementation or library stub for module named "bs4"  [import-not-found]

strawberry (https://github.com/strawberry-graphql/strawberry)
- strawberry/exceptions/syntax.py:5: note: (or run "mypy --install-types" to install all missing stub packages)
- strawberry/channels/handlers/base.py:14: error: Cannot find implementation or library stub for module named "channels.consumer"  [import-not-found]
+ strawberry/channels/handlers/base.py:14: error: Library stubs not installed for "channels.consumer"  [import-untyped]
- strawberry/channels/handlers/base.py:15: error: Cannot find implementation or library stub for module named "channels.generic.websocket"  [import-not-found]
+ strawberry/channels/handlers/base.py:15: error: Library stubs not installed for "channels.generic.websocket"  [import-untyped]
+ strawberry/channels/handlers/base.py:15: note: Hint: "python3 -m pip install types-channels"
+ strawberry/channels/handlers/base.py:15: note: (or run "mypy --install-types" to install all missing stub packages)
- strawberry/channels/testing.py:13: error: Cannot find implementation or library stub for module named "channels.testing.websocket"  [import-not-found]
+ strawberry/channels/testing.py:13: error: Library stubs not installed for "channels.testing.websocket"  [import-untyped]
- strawberry/channels/handlers/http_handler.py:17: error: Cannot find implementation or library stub for module named "channels.db"  [import-not-found]
+ strawberry/channels/handlers/http_handler.py:17: error: Library stubs not installed for "channels.db"  [import-untyped]
- strawberry/channels/handlers/http_handler.py:18: error: Cannot find implementation or library stub for module named "channels.generic.http"  [import-not-found]
+ strawberry/channels/handlers/http_handler.py:18: error: Library stubs not installed for "channels.generic.http"  [import-untyped]
- strawberry/channels/router.py:14: error: Cannot find implementation or library stub for module named "channels.routing"  [import-not-found]
+ strawberry/channels/router.py:14: error: Library stubs not installed for "channels.routing"  [import-untyped]

urllib3 (https://github.com/urllib3/urllib3)
+ src/urllib3/contrib/socks.py:44: error: Unused "type: ignore" comment  [unused-ignore]
+ src/urllib3/contrib/socks.py:44: error: Library stubs not installed for "socks"  [import-untyped]
+ src/urllib3/contrib/socks.py:44: note: Error code "import-untyped" not covered by "type: ignore" comment
+ src/urllib3/contrib/socks.py:44: note: Hint: "python3 -m pip install types-PySocks"
+ src/urllib3/contrib/socks.py:44: note: (or run "mypy --install-types" to install all missing stub packages)
+ src/urllib3/contrib/pyopenssl.py:43: error: Unused "type: ignore" comment  [unused-ignore]
+ src/urllib3/contrib/pyopenssl.py:43: error: Cannot find implementation or library stub for module named "OpenSSL.SSL"  [import-not-found]
+ src/urllib3/contrib/pyopenssl.py:43: note: Error code "import-not-found" not covered by "type: ignore" comment
+ src/urllib3/contrib/pyopenssl.py:43: error: Cannot find implementation or library stub for module named "OpenSSL"  [import-not-found]
+ src/urllib3/contrib/pyopenssl.py:64: error: Unused "type: ignore" comment  [unused-ignore]
+ src/urllib3/contrib/pyopenssl.py:64: error: Cannot find implementation or library stub for module named "OpenSSL.crypto"  [import-not-found]
+ src/urllib3/contrib/pyopenssl.py:64: note: Error code "import-not-found" not covered by "type: ignore" comment
+ test/contrib/test_socks.py:12: error: Unused "type: ignore" comment  [unused-ignore]
+ test/contrib/test_socks.py:12: error: Library stubs not installed for "socks"  [import-untyped]
+ test/contrib/test_socks.py:12: note: Error code "import-untyped" not covered by "type: ignore" comment
+ test/contrib/test_pyopenssl.py:10: error: Unused "type: ignore" comment  [unused-ignore]
+ test/contrib/test_pyopenssl.py:10: error: Cannot find implementation or library stub for module named "OpenSSL.crypto"  [import-not-found]
+ test/contrib/test_pyopenssl.py:10: note: Error code "import-not-found" not covered by "type: ignore" comment

@hauntsaninja hauntsaninja merged commit 70d0521 into python:master Aug 31, 2025
20 checks passed
@hauntsaninja hauntsaninja deleted the stubinfoupd branch August 31, 2025 23:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant