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

vatsrahul1001 pushed a change to branch v3-2-stable
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from d5dac0184a5 Updating release notes for 3.2.2rc2
     add f8404c9148c Fix Callback.handle_event crash on OTel metrics with dict 
tag values (#67527) (#67529)
     add a8b7bc26f54 [v3-2-test] CI: Upgrade important CI environment (#67533)
     add 9b1bd3d8d6b [v3-2-test] UI: Rewrite modulepreload hrefs to the 
api-server static path (#67548) (#67556)
     add cde4885818b Updating release notes for 3.2.2rc3

No new revisions were added by this update.

Summary of changes:
 .pre-commit-config.yaml                            |   2 +-
 Dockerfile                                         |   2 +-
 Dockerfile.ci                                      |   4 +-
 RELEASE_NOTES.rst                                  |   5 +-
 airflow-core/docs/best-practices.rst               |   2 +-
 airflow-core/pyproject.toml                        |   2 +-
 airflow-core/src/airflow/models/callback.py        |  14 +
 .../src/components/MonacoEditor/configureMonaco.ts |  20 +-
 airflow-core/src/airflow/ui/vite.config.ts         |   5 +-
 airflow-core/tests/unit/models/test_callback.py    |  28 +-
 airflow-ctl-tests/pyproject.toml                   |   2 +-
 airflow-ctl/pyproject.toml                         |   2 +-
 airflow-e2e-tests/pyproject.toml                   |   2 +-
 chart/pyproject.toml                               |   2 +-
 clients/python/pyproject.toml                      |   2 +-
 dev/breeze/doc/ci/02_images.md                     |   4 +-
 dev/breeze/pyproject.toml                          |   2 +-
 .../airflow_breeze/commands/kubernetes_commands.py |   2 +-
 .../commands/release_management_commands.py        |   4 +-
 dev/breeze/src/airflow_breeze/global_constants.py  |   2 +-
 dev/breeze/uv.lock                                 | 206 ++++++-------
 dev/mypy/pyproject.toml                            |   2 +-
 dev/pyproject.toml                                 |   2 +-
 dev/registry/pyproject.toml                        |   2 +-
 devel-common/pyproject.toml                        |   2 +-
 docker-stack-docs/pyproject.toml                   |   2 +-
 docker-tests/pyproject.toml                        |   2 +-
 helm-tests/pyproject.toml                          |   2 +-
 kubernetes-tests/pyproject.toml                    |   2 +-
 .../test_kubernetes_pod_operator.py                |  16 +-
 providers-summary-docs/pyproject.toml              |   2 +-
 providers/common/ai/pyproject.toml                 |   2 +-
 providers/edge3/pyproject.toml                     |   2 +-
 providers/fab/pyproject.toml                       |   2 +-
 pyproject.toml                                     |   4 +-
 reproducible_build.yaml                            |   4 +-
 scripts/ci/prek/check_imports_in_providers.py      |   2 +-
 scripts/ci/prek/ruff_format.py                     |   2 +-
 scripts/pyproject.toml                             |   2 +-
 scripts/tools/setup_breeze                         |   2 +-
 shared/configuration/pyproject.toml                |   2 +-
 shared/dagnode/pyproject.toml                      |   2 +-
 shared/listeners/pyproject.toml                    |   2 +-
 shared/logging/pyproject.toml                      |   2 +-
 shared/module_loading/pyproject.toml               |   2 +-
 shared/observability/pyproject.toml                |   2 +-
 shared/plugins_manager/pyproject.toml              |   2 +-
 shared/providers_discovery/pyproject.toml          |   2 +-
 shared/secrets_backend/pyproject.toml              |   2 +-
 shared/secrets_masker/pyproject.toml               |   2 +-
 shared/serialization/pyproject.toml                |   2 +-
 shared/template_rendering/pyproject.toml           |   2 +-
 shared/timezones/pyproject.toml                    |   2 +-
 task-sdk-integration-tests/pyproject.toml          |   2 +-
 task-sdk/pyproject.toml                            |   2 +-
 uv.lock                                            | 319 ++++++++++-----------
 56 files changed, 370 insertions(+), 349 deletions(-)

Reply via email to