Browse Source

fix: dont override transport for httpx

pull/687/head
Richard Nemeth 1 week ago
parent
commit
9a8c498ae7
No known key found for this signature in database GPG Key ID: 21C39470DF3DEC39
  1. 1
      src/keycloak/connection.py

1
src/keycloak/connection.py

@ -140,7 +140,6 @@ class ConnectionManager:
),
)
self.async_s.auth = None # pyright: ignore[reportAttributeAccessIssue]
self.async_s.transport = httpx.AsyncHTTPTransport(retries=1) # pyright: ignore[reportAttributeAccessIssue]
async def aclose(self) -> None:
"""Close the async connection on delete."""

Loading…
Cancel
Save