Skip to content

Commit 463d51c

Browse files
authored
Fix broken main after pydantic 2.12.0 (apache#56483)
* Fix broken main after pydantic 2.12.0 * Fix broken main after pydantic 2.12.0
1 parent 6821ad1 commit 463d51c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airflow-ctl/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies = [
3333
"lazy-object-proxy>=1.2.0",
3434
"methodtools>=0.4.7",
3535
"platformdirs>=4.3.6",
36-
"pydantic>=2.11.0",
36+
"pydantic>=2.11.0,!=2.12.0", # https://github.com/apache/airflow/issues/56482
3737
"rich-argparse>=1.0.0",
3838
"structlog>=25.2.0",
3939
"uuid6>=2024.7.10",

0 commit comments

Comments
 (0)