apache-airflow-providers-anthropic
Changelog¶
1.1.0¶
Release Date: 2026-09-24
Features¶
Template every connection id accepted by provider operators (#73286)
Bug Fixes¶
Make service_account_id optional and name the missing required fields when the Anthropic workload identity federation config is incomplete (#71359)
1.0.0¶
Release Date: 2026-09-14
Note
The provider now requires the anthropic 1.x SDK (anthropic>=1.0.0) and no longer
installs alongside anthropic 0.x. Upgrading the provider therefore upgrades the client
library, so Dag code that calls the SDK directly has to be checked against the 1.x API.
anthropic 1.x also drops the implicit us-east-1 fallback, so the bedrock and aws
platforms now need an explicit region: set aws_region in the connection extra, or provide
AWS_REGION / AWS_DEFAULT_REGION (or a region on the AWS profile) on the worker.
Breaking changes¶
Migrate to the anthropic 1.x SDK (#72072, #72094)
0.3.0¶
Release Date: 2026-08-23
Features¶
Record Anthropic agent session token usage and cost in XCom (#71463)Add a budget argument to AnthropicAgentSessionOperator and update_session to the hook (#71462)
Bug Fixes¶
Interrupt a running Anthropic session before archiving it (#71465)Fix misleading error when an Anthropic agent session stops on its budget (#71461)
Doc-only¶
Document Anthropic advisor rosters and pinned inference regions (#71464)
0.2.1¶
Release Date: 2026-08-08
Misc¶
Move template-field validation out of AnthropicAgentSessionOperator __init__ (#70432)
0.2.0¶
Release Date: 2026-07-28
Features¶
Default the Anthropic batch model from the connection (#69624)
Doc-only¶
Fix dead Managed Agents link and incomplete first-party note in Anthropic provider docs (#69709)Add feature-comparison table and toolset links to common.ai provider docs (#69649)Document when to use common.ai vs vendor-specific AI providers (#69551)Add quickstart to Anthropic provider (#69589)
0.1.0¶
Release Date: 2026-07-10
Initial version of the provider.
Features¶
Add Anthropic provider ('apache-airflow-providers-anthropic') (#69003)