Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions airflow-ctl/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies = [
"lazy-object-proxy>=1.2.0",
"methodtools>=0.4.7",
"platformdirs>=4.3.6",
"pydantic>=2.11.0,!=2.12.0", # https://github.com/apache/airflow/issues/56482
"pydantic>=2.11.0", # https://github.com/apache/airflow/issues/56482
"rich-argparse>=1.0.0",
"structlog>=25.2.0",
"uuid6>=2024.7.10",
Expand Down Expand Up @@ -121,7 +121,7 @@ dev = [
"apache-airflow-devel-common",
]
codegen = [
"datamodel-code-generator[http]==0.32.0",
"datamodel-code-generator[http]==0.33.0",
"apache-airflow-devel-common"
]

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# generated by datamodel-codegen:
# filename: v2-simple-auth-manager-generated.yaml
# version: 0.32.0
# version: 0.33.0

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion airflow-ctl/src/airflowctl/api/datamodels/generated.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# generated by datamodel-codegen:
# filename: v2-rest-api-generated.yaml
# version: 0.32.0
# version: 0.33.0

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion task-sdk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ exclude_also = [

[dependency-groups]
codegen = [
"datamodel-code-generator[http]==0.32.0",
"datamodel-code-generator[http]==0.33.0",
"openapi-spec-validator>=0.7.1",
"svcs>=25.1.0",
"rich>=13.6.0",
Expand Down
2 changes: 1 addition & 1 deletion task-sdk/src/airflow/sdk/api/datamodels/_generated.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# generated by datamodel-codegen:
# filename: http://0.0.0.0:8080/execution/openapi.json
# version: 0.32.0
# version: 0.33.0

# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
Expand Down