mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2025-10-30 00:46:14 +08:00
Drop Python 3.9 support
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
from typing import Any, Union
|
||||
from typing import Any
|
||||
|
||||
OpenAPIResponseType = dict[Union[int, str], dict[str, Any]]
|
||||
OpenAPIResponseType = dict[int | str, dict[str, Any]]
|
||||
|
||||
Reference in New Issue
Block a user