From ebb168a7a25fbeeb9d8007961f8f932faa967df2 Mon Sep 17 00:00:00 2001 From: Yurii Motov Date: Thu, 10 Jul 2025 11:15:23 +0200 Subject: [PATCH] Fix test (openapi version) --- tests/test_get_openapi_schema.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_get_openapi_schema.py b/tests/test_get_openapi_schema.py index 6d89f320e..05fa8d2a0 100644 --- a/tests/test_get_openapi_schema.py +++ b/tests/test_get_openapi_schema.py @@ -21,7 +21,7 @@ client = TestClient(app) openapi_schema = { - "openapi": "3.0.2", + "openapi": "3.1.0", "info": {"title": "FastAPI", "version": "0.1.0"}, "paths": { "/items": {