mirror of https://github.com/tiangolo/fastapi.git
Use typing_extensions for Python < 3.9
This commit is contained in:
parent
9382f22468
commit
5581a7db52
|
|
@ -1,4 +1,4 @@
|
||||||
from typing import Annotated
|
from typing_extensions import Annotated
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue