Browse Source

Import Annotated from typing_extensions

pull/10223/head
chbndrhnns 2 years ago
parent
commit
17c7181ed7
  1. 2
      tests/test_pydantic_v1_models.py

2
tests/test_pydantic_v1_models.py

@ -1,4 +1,4 @@
from typing import Annotated
from typing_extensions import Annotated
import pytest
from fastapi import Body, FastAPI

Loading…
Cancel
Save