vincbeck commented on code in PR #73224:
URL: https://github.com/apache/airflow/pull/73224#discussion_r4026645734
##########
airflow-core/src/airflow/api_fastapi/execution_api/versions/__init__.py:
##########
@@ -55,11 +55,17 @@
from airflow.api_fastapi.execution_api.versions.v2026_10_30 import (
AddArgBindingsToTIRunContext,
AddCallbackRunEndpoint,
+ AddMultiTeamToTIRunContext,
)
bundle = VersionBundle(
HeadVersion(),
- Version("2026-10-30", AddArgBindingsToTIRunContext,
AddCallbackRunEndpoint),
+ Version(
Review Comment:
What is the contract here? Do we need to bump the version anytime we make
changes to the API schema? Even though this is non breaking? Because here the
change is non breaking so I wonder whether we need to do this
--
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]