This is an automated email from the ASF dual-hosted git repository.
kaxil pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 2a98049ea22 Docs execution API version check via side effects in
AGENTS.md (#71484)
add 1e1dc10734d Fix misleading error when an Anthropic agent session stops
on its budget (#71461)
No new revisions were added by this update.
Summary of changes:
providers/anthropic/README.rst | 2 +-
providers/anthropic/docs/index.rst | 8 +-
providers/anthropic/docs/operators/anthropic.rst | 67 ++++++++++++++-
providers/anthropic/pyproject.toml | 15 ++--
.../src/airflow/providers/anthropic/exceptions.py | 11 +++
.../airflow/providers/anthropic/hooks/anthropic.py | 89 ++++++++++++++++----
.../airflow/providers/anthropic/operators/agent.py | 25 ++++--
.../airflow/providers/anthropic/triggers/agent.py | 18 +++-
.../tests/unit/anthropic/hooks/test_anthropic.py | 95 ++++++++++++++++++----
.../tests/unit/anthropic/operators/test_agent.py | 30 +++++++
.../tests/unit/anthropic/test_exceptions.py | 2 +
.../tests/unit/anthropic/triggers/test_agent.py | 37 +++++++--
uv.lock | 14 ++--
13 files changed, 345 insertions(+), 68 deletions(-)