mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-19 03:54:18 +02:00
* Allow OAuth instance to use the same httpx factory as the Transport * Fix test * Update SSL verification mode assertion in tests * This is actually not needed * Creating a Client instance is not needed for this test * Fix test * Apply httpx_client_factory fix to SSETransport Extends the OAuth httpx_client_factory changes to SSETransport. SSETransport had the same issues as StreamableHttpTransport where it wasn't passing the custom httpx client factory to OAuth, causing certificate verification settings to be ignored during OAuth flows. Changes: - Set httpx_client_factory before calling _set_auth() - Pass httpx_client_factory to OAuth constructor - Add test for SSETransport OAuth client factory propagation --------- Co-authored-by: Jeremiah Lowin <153965+jlowin@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_transports.py | ||
| test_uv_transport.py | ||