Fix OAuth request annotation (#4534)

This commit is contained in:
Jeremiah Lowin 2026-07-18 15:29:32 -04:00 committed by GitHub
commit d7eda92a2b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -349,7 +349,7 @@ class OAuth(OAuthClientProvider):
else:
self.context.update_token_expiry(self.context.current_tokens)
async def _perform_authorization(self) -> httpx.Request:
async def _perform_authorization(self) -> httpx2.Request:
"""Reject expired registrations before attempting authorization."""
client_info = self.context.client_info
if (