mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-09 07:09:11 +02:00
Fix OAuth request annotation (#4534)
This commit is contained in:
parent
981a69d839
commit
d7eda92a2b
1 changed files with 1 additions and 1 deletions
|
|
@ -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 (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue