This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/uv/litellm-1.83.0
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard d3925b0b4c5 Bump litellm from 1.82.6 to 1.83.0
add 6b7771d7438 feat(sagemaker): Add SageMakerConditionOperator and
SageMakerFailOperator (#64545)
add 529b49c57e8 Remove dependabot alarms in airflow core npm dependencies
(#64791)
add c5e7d7bb673 CI: Upgrade important CI environment (#64782)
add 38bd24b7f99 ElasticsearchTaskHandler: Request only required source
fields for task logs (#64562)
add 9d7fa5d4ec0 Bump litellm from 1.82.6 to 1.83.0
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (d3925b0b4c5)
\
N -- N -- N refs/heads/dependabot/uv/litellm-1.83.0 (9d7fa5d4ec0)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/actions/breeze/action.yml | 2 +-
.github/actions/install-prek/action.yml | 2 +-
.github/workflows/basic-tests.yml | 2 +-
.github/workflows/ci-amd-arm.yml | 2 +-
.github/workflows/release_dockerhub_image.yml | 2 +-
Dockerfile | 2 +-
Dockerfile.ci | 2 +-
.../auth/managers/simple/ui/package.json | 7 +-
.../auth/managers/simple/ui/pnpm-lock.yaml | 50 ++--
airflow-core/src/airflow/ui/package.json | 5 +-
airflow-core/src/airflow/ui/pnpm-lock.yaml | 29 ++-
dev/breeze/doc/ci/02_images.md | 2 +-
.../commands/release_management_commands.py | 2 +-
dev/breeze/src/airflow_breeze/global_constants.py | 2 +-
dev/breeze/uv.lock | 266 ++++++++++-----------
.../react_plugin_template/package.json | 6 +-
.../react_plugin_template/pnpm-lock.yaml | 20 +-
providers/amazon/docs/operators/sagemaker.rst | 32 +++
.../providers/amazon/aws/operators/sagemaker.py | 266 ++++++++++++++++++++-
.../amazon/aws/example_sagemaker_condition.py | 179 ++++++++++++++
.../aws/operators/test_sagemaker_condition.py | 222 +++++++++++++++++
.../providers/elasticsearch/log/es_task_handler.py | 34 ++-
.../unit/elasticsearch/log/test_es_task_handler.py | 48 ++++
pyproject.toml | 2 +-
scripts/tools/setup_breeze | 2 +-
uv.lock | 186 +++++++-------
26 files changed, 1093 insertions(+), 281 deletions(-)
create mode 100644
providers/amazon/tests/system/amazon/aws/example_sagemaker_condition.py
create mode 100644
providers/amazon/tests/unit/amazon/aws/operators/test_sagemaker_condition.py