googleapis / google-auth-library-python

Google Auth Python Library
https://googleapis.dev/python/google-auth/latest/
Apache License 2.0
777 stars 307 forks source link

py.typed marker is missing #1351

Closed kshitij-enable closed 4 months ago

kshitij-enable commented 1 year ago

Environment details

Steps to reproduce

1.

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 commented 1 year ago

You should try:

pip install google-auth-stubs