Skip to content

Commit e6df3cb

Browse files
Merge branch 'develop' into ci-changelog-19293646756
2 parents fe02a42 + adcb048 commit e6df3cb

5 files changed

Lines changed: 8 additions & 7 deletions

File tree

aws_lambda_powertools/event_handler/api_gateway.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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.

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.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Exposes version constant to avoid circular dependencies."""
22

3-
VERSION = "3.22.2a3"
3+
VERSION = "3.22.2a4"

0 commit comments

Comments
 (0)