junyeong0619 commented on code in PR #66022:
URL: https://github.com/apache/airflow/pull/66022#discussion_r3215494862
##########
airflow-core/src/airflow/api_fastapi/execution_api/versions/__init__.py:
##########
@@ -45,11 +45,16 @@
AddStateEndpoints,
AddTeamNameField,
)
+from airflow.api_fastapi.execution_api.versions.v2026_04_28 import
AddVariableKeysEndpoint
from airflow.api_fastapi.execution_api.versions.v2026_06_16 import
AddRetryPolicyFields
bundle = VersionBundle(
HeadVersion(),
Version("2026-06-16", AddRetryPolicyFields),
+ Version(
+ "2026-04-28",
Review Comment:
I have updated the details based on June 30th. Please let me know if any
further changes are needed.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]