From 5581a7db521c45d4453eb19f7dfcebbc5458972e Mon Sep 17 00:00:00 2001 From: Stefans Mezulis Date: Sun, 17 Sep 2023 12:20:11 +0100 Subject: [PATCH] Use typing_extensions for Python < 3.9 --- tests/test_openapi_form_alias.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_openapi_form_alias.py b/tests/test_openapi_form_alias.py index bda32d360..16f79fa42 100644 --- a/tests/test_openapi_form_alias.py +++ b/tests/test_openapi_form_alias.py @@ -1,4 +1,4 @@ -from typing import Annotated +from typing_extensions import Annotated import pytest