Skip to content

Commit 7a60ce9

Browse files
committed
Merge 'flink-Python-2025-01-01-online-1985-2025_12_29_15_08_59' into 'integration_2026-01-08_1102078773250'
feat: [development task] flink-1985-Python (2009578) See merge request: !1013
2 parents 8cfca47 + c9d8744 commit 7a60ce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

volcenginesdkflink20250101/models/app_for_start_application_instance_input.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ def engine_version(self, engine_version):
240240
:param engine_version: The engine_version of this AppForStartApplicationInstanceInput. # noqa: E501
241241
:type: str
242242
"""
243-
allowed_values = ["FLINK_VERSION_1_11", "FLINK_VERSION_1_16"] # noqa: E501
243+
allowed_values = ["FLINK_VERSION_1_11", "FLINK_VERSION_1_16", "FLINK_VERSION_1_17"] # noqa: E501
244244
if (self._configuration.client_side_validation and
245245
engine_version not in allowed_values):
246246
raise ValueError(

0 commit comments

Comments
 (0)