Skip to content

Commit 162b162

Browse files
docs(openapi): Update docstring's default openapi version
Signed-off-by: victorperezpiqueras <47613476+victorperezpiqueras@users.noreply.github.com>
1 parent 3b05e0d commit 162b162

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • aws_lambda_powertools/event_handler/openapi

aws_lambda_powertools/event_handler/openapi/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class OpenAPIConfig:
3232
The title of the application.
3333
version: str
3434
The version of the OpenAPI document (which is distinct from the OpenAPI Specification version or the API
35-
openapi_version: str, default = "3.0.0"
35+
openapi_version: str, default = "3.1.0"
3636
The version of the OpenAPI Specification (which the document uses).
3737
summary: str, optional
3838
A short summary of what the application does.

0 commit comments

Comments
 (0)