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