diff --git a/tests/test_property_names.py b/tests/test_property_names.py index 27cca9f1e..058b69f5c 100644 --- a/tests/test_property_names.py +++ b/tests/test_property_names.py @@ -2,7 +2,8 @@ Tests for PropertyNames constraint support in FastAPI. """ -from typing import Dict, Annotated +from typing import Dict +from typing_extensions import Annotated from fastapi import FastAPI from fastapi.schema import PropertyNames from pydantic import BaseModel