You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* pass HTTPX client config
* add `trust_env` + `timeout` config
* fix imports
* remove `timeout` arg
results in mypy error (although this seems like a mistake, it would just overwrite the default timeout value if it was provided).
* verify can accept bool value
* HttpClientConfig docstring
* black formatting
* use future annotations with typing_extensions `NotRequired`
* pyupgrade
* pass down http_client_config from AzureAuthorizationCodeBearerBase
* refactor: trust the type checker for http_client_config
- drop the runtime unknown-key validation; the TypedDict is the
contract and type checkers enforce it, so an invalid dict simply
surfaces httpx2's own error
- narrow verify to ssl.SSLContext | bool: httpx2 deprecates the
CA-bundle-path string form, so don't advertise it in a new API --
the docstring shows ssl.create_default_context(cafile=...) instead
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
* chore: bump version to 5.3.0
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
---------
Co-authored-by: Jonas Krüger Svensson <jonas@vibber.ai>
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
0 commit comments