diff --git a/airflow/api_fastapi/core_api/openapi/v1-generated.yaml b/airflow/api_fastapi/core_api/openapi/v1-generated.yaml index 395a6acea5f6e..cc1adaf54b61f 100644 --- a/airflow/api_fastapi/core_api/openapi/v1-generated.yaml +++ b/airflow/api_fastapi/core_api/openapi/v1-generated.yaml @@ -4042,8 +4042,6 @@ paths: in: path required: true schema: - enum: - - '~' const: '~' type: string title: Dag Id @@ -4051,8 +4049,6 @@ paths: in: path required: true schema: - enum: - - '~' const: '~' type: string title: Dag Run Id @@ -7496,7 +7492,7 @@ components: properties: __type: type: string - title: ' Type' + title: Type default: TimeDelta days: type: integer diff --git a/airflow/ui/openapi-gen/requests/schemas.gen.ts b/airflow/ui/openapi-gen/requests/schemas.gen.ts index 3d51b72eba2e5..e56a6437c905d 100644 --- a/airflow/ui/openapi-gen/requests/schemas.gen.ts +++ b/airflow/ui/openapi-gen/requests/schemas.gen.ts @@ -4307,7 +4307,7 @@ export const $TimeDelta = { properties: { __type: { type: "string", - title: " Type", + title: "Type", default: "TimeDelta", }, days: { diff --git a/generated/provider_dependencies.json b/generated/provider_dependencies.json index ebc8586eb5c5a..57b2669283d9a 100644 --- a/generated/provider_dependencies.json +++ b/generated/provider_dependencies.json @@ -528,7 +528,7 @@ "edge": { "deps": [ "apache-airflow>=2.10.0", - "pydantic>=2.6.4" + "pydantic>=2.10.1" ], "devel-deps": [], "plugins": [ diff --git a/hatch_build.py b/hatch_build.py index 8e5ea3dbad7d6..22627bfe94ad4 100644 --- a/hatch_build.py +++ b/hatch_build.py @@ -415,7 +415,7 @@ "pluggy>=1.5.0", "psutil>=5.8.0", # https://github.com/pydantic/pydantic/issues/10910 - "pydantic>=2.7.0,!=2.10.0", + "pydantic>=2.10.1", "pygments>=2.0.1", "pyjwt>=2.0.0", "python-daemon>=3.0.0", diff --git a/providers/src/airflow/providers/edge/provider.yaml b/providers/src/airflow/providers/edge/provider.yaml index 994a52def4b4f..96ce7f152f7f5 100644 --- a/providers/src/airflow/providers/edge/provider.yaml +++ b/providers/src/airflow/providers/edge/provider.yaml @@ -31,7 +31,7 @@ versions: dependencies: - apache-airflow>=2.10.0 - - pydantic>=2.6.4 + - pydantic>=2.10.1 plugins: - name: edge_executor