diff --git a/airflow-core/pyproject.toml b/airflow-core/pyproject.toml index a875d9e9c77e7..af7db66600cfd 100644 --- a/airflow-core/pyproject.toml +++ b/airflow-core/pyproject.toml @@ -18,14 +18,14 @@ [build-system] requires = [ "gitdb==4.0.12", - "GitPython==3.1.49", + "GitPython==3.1.50", "hatchling==1.29.0", "packaging==26.2", "pathspec==1.1.1", "pluggy==1.6.0", "smmap==5.0.3", "tomli==2.4.1; python_version < '3.11'", - "trove-classifiers==2026.4.28.13", + "trove-classifiers==2026.5.7.17", ] build-backend = "hatchling.build" @@ -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 diff --git a/airflow-ctl/pyproject.toml b/airflow-ctl/pyproject.toml index c6f170ba3d10a..9b6cfa55cd9ef 100644 --- a/airflow-ctl/pyproject.toml +++ b/airflow-ctl/pyproject.toml @@ -80,7 +80,7 @@ requires = [ "pathspec==1.1.1", "pluggy==1.6.0", "tomli==2.4.1; python_version < '3.11'", - "trove-classifiers==2026.4.28.13", + "trove-classifiers==2026.5.7.17", ] build-backend = "hatchling.build" @@ -149,7 +149,7 @@ dev = [ "apache-airflow-devel-common", ] codegen = [ - "datamodel-code-generator[http]==0.33.0", + "datamodel-code-generator[http]==0.57.0", "apache-airflow-devel-common" ] diff --git a/task-sdk/pyproject.toml b/task-sdk/pyproject.toml index 6e4a0b1017d01..e121c48bb84db 100644 --- a/task-sdk/pyproject.toml +++ b/task-sdk/pyproject.toml @@ -127,7 +127,7 @@ requires = [ "pathspec==1.1.1", "pluggy==1.6.0", "tomli==2.4.1; python_version < '3.11'", - "trove-classifiers==2026.4.28.13", + "trove-classifiers==2026.5.7.17", ] build-backend = "hatchling.build" @@ -213,7 +213,7 @@ exclude_also = [ [dependency-groups] codegen = [ - "datamodel-code-generator[http]==0.33.0", + "datamodel-code-generator[http]==0.57.0", "openapi-spec-validator>=0.7.1", "svcs>=25.1.0", "rich>=13.6.0",