Typing Error - httpx.AsyncClient #2969
Unanswered
tomtom103
asked this question in
Potential Issue
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The
auth
parameter in thestream
method of theAsyncClient
should define the type astyping.Union[AuthTypes, UseClientDefault, None]
instead of what's currently definedThe
request
andstream
methods of the syncClient
define this properly, therequest
method of theAsyncClient
as well. Seems like an oversight, I can implement a PR if needed.Beta Was this translation helpful? Give feedback.
All reactions