mirror of https://github.com/tiangolo/fastapi.git
update openapi version
This commit is contained in:
parent
5d3a3953a4
commit
587d42a390
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue