This is an automated email from the ASF dual-hosted git repository. ash pushed a commit to branch task-sdk-first-code in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 48f3f6654627ec37d6a6ed2bb66ec6d0456175b9 Author: Ash Berlin-Taylor <[email protected]> AuthorDate: Wed Oct 30 11:07:48 2024 +0000 Upgrade minimum pydantic version to 2.7 to deal with delayed annotations in base classes Fix was pydantic/pydantic#8751 --- hatch_build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hatch_build.py b/hatch_build.py index f1fb782676c..4c0e7f37711 100644 --- a/hatch_build.py +++ b/hatch_build.py @@ -412,7 +412,7 @@ DEPENDENCIES = [ 'pendulum>=3.0.0,<4.0;python_version>="3.12"', "pluggy>=1.5.0", "psutil>=5.8.0", - "pydantic>=2.6.4", + "pydantic>=2.7.0", "pygments>=2.0.1", "pyjwt>=2.0.0", "python-daemon>=3.0.0",
