Skip to content
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

py.typed marker is missing #1351

Open
kshitij-enable opened this issue Jul 14, 2023 · 1 comment · May be fixed by #1526
Open

py.typed marker is missing #1351

kshitij-enable opened this issue Jul 14, 2023 · 1 comment · May be fixed by #1526

Comments

@kshitij-enable
Copy link

kshitij-enable commented Jul 14, 2023

Environment details

  • OS type and version: macOS Ventura 13.3
  • Python version: 3.11
  • pip version: 23.1.2
  • google-auth : "^2.22.0"

Steps to reproduce

from google.auth.transport import requests
from google.oauth2 import _client, id_token
  1. run mypy type checker

Stack trace

Skipping analyzing "google.oauth2": module is installed, but missing library stubs or py.typed marker
Skipping analyzing "google.auth.transport": module is installed, but missing library stubs or py.typed marker

@borko-rajkovic
Copy link

You should try:

pip install google-auth-stubs

@jamesbraza jamesbraza linked a pull request May 22, 2024 that will close this issue
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 a pull request may close this issue.

2 participants