update openapi version

This commit is contained in:
bilal.alpaslan 2023-10-18 21:24:39 +03:00
parent 5d3a3953a4
commit 587d42a390
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ def read_current_user_another_key(
client = TestClient(app)
openapi_schema = {
"openapi": "3.0.2",
"openapi": "3.1.0",
"info": {"title": "FastAPI", "version": "0.1.0"},
"paths": {
"/users/me": {