This is an automated email from the ASF dual-hosted git repository.

guan404ming pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new daf347bf61c Fix `@task.llm_branch` import failure on Task SDK-only 
workers (#70068)
daf347bf61c is described below

commit daf347bf61c0eb1b39ecffd43fb31c175eb2c490
Author: Guan-Ming Chiu <[email protected]>
AuthorDate: Sat Jul 18 20:03:26 2026 +0900

    Fix `@task.llm_branch` import failure on Task SDK-only workers (#70068)
---
 .../common/ai/src/airflow/providers/common/ai/decorators/llm_branch.py  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/providers/common/ai/src/airflow/providers/common/ai/decorators/llm_branch.py 
b/providers/common/ai/src/airflow/providers/common/ai/decorators/llm_branch.py
index 91b7d7640d1..664036ae135 100644
--- 
a/providers/common/ai/src/airflow/providers/common/ai/decorators/llm_branch.py
+++ 
b/providers/common/ai/src/airflow/providers/common/ai/decorators/llm_branch.py
@@ -33,10 +33,10 @@ from airflow.providers.common.compat.sdk import (
     DecoratedOperator,
     TaskDecorator,
     context_merge,
+    determine_kwargs,
     task_decorator_factory,
 )
 from airflow.sdk.definitions._internal.types import SET_DURING_EXECUTION
-from airflow.utils.operator_helpers import determine_kwargs
 
 if TYPE_CHECKING:
     from airflow.sdk import Context

Reply via email to