Browse Source
fix: dont override transport for httpx
pull/687/head
Richard Nemeth
1 week ago
No known key found for this signature in database
GPG Key ID: 21C39470DF3DEC39
1 changed files with
0 additions and
1 deletions
-
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.""" |
|
|
|
|