From 2b481668cdfcdc74f5694cc909242e06cb0cc5d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 17:06:28 +0000 Subject: [PATCH] Bump the pip-dependency-updates group across 3 directories with 3 updates Updates the requirements on [aiosqlite](https://github.com/omnilib/aiosqlite), [fastapi](https://github.com/fastapi/fastapi) and [datamodel-code-generator](https://github.com/koxudaxi/datamodel-code-generator) to permit the latest version. Updates `aiosqlite` to 0.22.1 - [Changelog](https://github.com/omnilib/aiosqlite/blob/main/CHANGELOG.md) - [Commits](https://github.com/omnilib/aiosqlite/compare/v0.20.0...v0.22.1) Updates `fastapi` to 0.139.0 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.129.0...0.139.0) Updates `datamodel-code-generator` from 0.33.0 to 0.66.3 - [Release notes](https://github.com/koxudaxi/datamodel-code-generator/releases) - [Changelog](https://github.com/koxudaxi/datamodel-code-generator/blob/main/CHANGELOG.md) - [Commits](https://github.com/koxudaxi/datamodel-code-generator/compare/0.33.0...0.66.3) Updates `datamodel-code-generator` from 0.33.0 to 0.66.3 - [Release notes](https://github.com/koxudaxi/datamodel-code-generator/releases) - [Changelog](https://github.com/koxudaxi/datamodel-code-generator/blob/main/CHANGELOG.md) - [Commits](https://github.com/koxudaxi/datamodel-code-generator/compare/0.33.0...0.66.3) Updates `datamodel-code-generator` from 0.33.0 to 0.66.3 - [Release notes](https://github.com/koxudaxi/datamodel-code-generator/releases) - [Changelog](https://github.com/koxudaxi/datamodel-code-generator/blob/main/CHANGELOG.md) - [Commits](https://github.com/koxudaxi/datamodel-code-generator/compare/0.33.0...0.66.3) Updates `datamodel-code-generator` from 0.33.0 to 0.66.3 - [Release notes](https://github.com/koxudaxi/datamodel-code-generator/releases) - [Changelog](https://github.com/koxudaxi/datamodel-code-generator/blob/main/CHANGELOG.md) - [Commits](https://github.com/koxudaxi/datamodel-code-generator/compare/0.33.0...0.66.3) --- updated-dependencies: - dependency-name: aiosqlite dependency-version: 0.22.1 dependency-type: direct:production dependency-group: pip-dependency-updates - dependency-name: datamodel-code-generator dependency-version: 0.64.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-dependency-updates - dependency-name: datamodel-code-generator dependency-version: 0.64.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-dependency-updates - dependency-name: datamodel-code-generator dependency-version: 0.64.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-dependency-updates - dependency-name: datamodel-code-generator dependency-version: 0.64.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-dependency-updates - dependency-name: fastapi dependency-version: 0.137.1 dependency-type: direct:production dependency-group: pip-dependency-updates ... Signed-off-by: dependabot[bot] --- airflow-core/pyproject.toml | 4 ++-- airflow-ctl/pyproject.toml | 2 +- task-sdk/pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/airflow-core/pyproject.toml b/airflow-core/pyproject.toml index 40d18944f3a29..1efd25ba6dd74 100644 --- a/airflow-core/pyproject.toml +++ b/airflow-core/pyproject.toml @@ -75,7 +75,7 @@ dependencies = [ # is not compatible with it and leaves thread hanging This is already fixed in main of sqlalchemy # But not released yet - and we will likely have to add >=2.0.46+ for sqlalchemy when released to # protect against it https://github.com/sqlalchemy/sqlalchemy/issues/13039 - "aiosqlite>=0.20.0,<0.22.0", + "aiosqlite>=0.20.0,<0.23.0", # Alembic is important to handle our migrations in predictable and performant way. It is developed # together with SQLAlchemy. Our experience with Alembic is that it very stable in minor version # The 1.13.0 of alembic marked some migration code as SQLAlchemy 2+ only so we limit it to 1.13.1 @@ -99,7 +99,7 @@ dependencies = [ # versioned router generation (RouterGenerationError) and fails api-server / dag-processor # startup. Relax once cadwyn supports FastAPI 0.137. See # https://github.com/apache/airflow/issues/68562 - "fastapi[standard-no-fastapi-cloud-cli]>=0.129.0,<0.137.0", + "fastapi[standard-no-fastapi-cloud-cli]>=0.129.0,<0.140.0", "uvicorn>=0.37.0", "starlette>=1.0.1", "httpx>=0.25.0", diff --git a/airflow-ctl/pyproject.toml b/airflow-ctl/pyproject.toml index 9c3971aa4ff14..8458b0437420d 100644 --- a/airflow-ctl/pyproject.toml +++ b/airflow-ctl/pyproject.toml @@ -149,7 +149,7 @@ dev = [ "apache-airflow-devel-common", ] codegen = [ - "datamodel-code-generator[http]==0.33.0", + "datamodel-code-generator[http]==0.66.3", "apache-airflow-devel-common" ] diff --git a/task-sdk/pyproject.toml b/task-sdk/pyproject.toml index 67c7ca053562b..c96468fc0ef04 100644 --- a/task-sdk/pyproject.toml +++ b/task-sdk/pyproject.toml @@ -215,7 +215,7 @@ exclude_also = [ [dependency-groups] codegen = [ - "datamodel-code-generator[http]==0.33.0", + "datamodel-code-generator[http]==0.66.3", "openapi-spec-validator>=0.7.1", "svcs>=25.1.0", "rich>=13.6.0",