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

kaxilnaik pushed a change to branch v3-0-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from c5e0829df19 Fix Dag Code text selection bg (#49649)
     new d8f1b00e51b Docs: Use `get_current_context` from Task SDK (#49654)
     new 0df12653cfa Remove some lingering subdag references (#49663)
     new ae06b96d5ae Fix wrong link in standard provider yaml file (#49660)
     new ffd211ab63f Upgrade breeze deps (#49656)

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../dynamic-task-mapping.rst                       |    2 +-
 airflow-core/docs/tutorial/taskflow.rst            |    2 +-
 airflow-core/src/airflow/models/dag.py             |   12 +-
 airflow-core/src/airflow/models/dagbag.py          |    4 +-
 airflow-core/src/airflow/security/permissions.py   |   12 +-
 airflow-core/tests/unit/utils/test_task_group.py   |   14 +-
 dev/breeze/README.md                               |    2 +-
 dev/breeze/pyproject.toml                          |    2 +-
 dev/breeze/uv.lock                                 | 1544 ++++++++++----------
 .../providers/fab/www/security/permissions.py      |   12 +-
 providers/standard/provider.yaml                   |    2 +-
 .../providers/standard/get_provider_info.py        |    2 +-
 task-sdk/src/airflow/sdk/definitions/dag.py        |   14 +-
 13 files changed, 802 insertions(+), 822 deletions(-)

Reply via email to