kaxil commented on code in PR #57011:
URL: https://github.com/apache/airflow/pull/57011#discussion_r2451750515
##########
airflow-core/src/airflow/api_fastapi/execution_api/versions/__init__.py:
##########
@@ -26,14 +26,13 @@
AddIncludePriorDatesToGetXComSlice,
)
from airflow.api_fastapi.execution_api.versions.v2025_09_23 import
AddDagVersionIdField
-from airflow.api_fastapi.execution_api.versions.v2025_10_10 import (
- AddTriggeringUserNameField,
- MakeDagRunConfNullable,
-)
+from airflow.api_fastapi.execution_api.versions.v2025_10_27 import
MakeDagRunConfNullable
+from airflow.api_fastapi.execution_api.versions.v2026_01_01 import
AddTriggeringUserNameField
bundle = VersionBundle(
HeadVersion(),
- Version("2025-10-10", AddTriggeringUserNameField, MakeDagRunConfNullable),
+ Version("2026-01-01", AddTriggeringUserNameField),
Review Comment:
aah we won't get a precise date anyway -- hard to predict next year :)
--
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]