@@ -1827,7 +1827,7 @@ def get_openapi_schema(
18271827 The title of the application.
18281828 version: str
18291829 The version of the OpenAPI document (which is distinct from the OpenAPI Specification version or the API
1830- openapi_version: str, default = "3.0 .0"
1830+ openapi_version: str, default = "3.1 .0"
18311831 The version of the OpenAPI Specification (which the document uses).
18321832 summary: str, optional
18331833 A short summary of what the application does.
@@ -2041,7 +2041,7 @@ def get_openapi_json_schema(
20412041 The title of the application.
20422042 version: str
20432043 The version of the OpenAPI document (which is distinct from the OpenAPI Specification version or the API
2044- openapi_version: str, default = "3.0 .0"
2044+ openapi_version: str, default = "3.1 .0"
20452045 The version of the OpenAPI Specification (which the document uses).
20462046 summary: str, optional
20472047 A short summary of what the application does.
@@ -2124,7 +2124,7 @@ def configure_openapi(
21242124 The title of the application.
21252125 version: str
21262126 The version of the OpenAPI document (which is distinct from the OpenAPI Specification version or the API
2127- openapi_version: str, default = "3.0 .0"
2127+ openapi_version: str, default = "3.1 .0"
21282128 The version of the OpenAPI Specification (which the document uses).
21292129 summary: str, optional
21302130 A short summary of what the application does.
@@ -2218,7 +2218,7 @@ def enable_swagger(
22182218 The title of the application.
22192219 version: str
22202220 The version of the OpenAPI document (which is distinct from the OpenAPI Specification version or the API
2221- openapi_version: str, default = "3.0 .0"
2221+ openapi_version: str, default = "3.1 .0"
22222222 The version of the OpenAPI Specification (which the document uses).
22232223 summary: str, optional
22242224 A short summary of what the application does.
0 commit comments