From bcac4cc1a808c91dfadcf033712aed13fff183b5 Mon Sep 17 00:00:00 2001 From: Yurii Motov Date: Thu, 10 Jul 2025 22:06:07 +0200 Subject: [PATCH] Fix openapi version in test --- tests/test_additional_response_empty.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_additional_response_empty.py b/tests/test_additional_response_empty.py index c5c8fa3df..628386cbd 100644 --- a/tests/test_additional_response_empty.py +++ b/tests/test_additional_response_empty.py @@ -20,7 +20,7 @@ client = TestClient(app) openapi_schema = { - "openapi": "3.0.2", + "openapi": "3.1.0", "info": {"title": "FastAPI", "version": "0.1.0"}, "paths": { "/foo": {