diff --git a/tests/test_pydantic_v1_models.py b/tests/test_pydantic_v1_models.py index e433e63c9..35f0195cc 100644 --- a/tests/test_pydantic_v1_models.py +++ b/tests/test_pydantic_v1_models.py @@ -1,10 +1,9 @@ -from typing_extensions import Annotated - import pytest from fastapi import Body, FastAPI from fastapi.exceptions import ResponseValidationError from fastapi.testclient import TestClient from pydantic import v1 +from typing_extensions import Annotated from tests.utils import needs_pydanticv2