This is an automated email from the ASF dual-hosted git repository.

uranusjr pushed a commit to branch v2-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v2-10-test by this push:
     new 2e9b8b53c70 Remove comment about removing eval type backport (#44588)
2e9b8b53c70 is described below

commit 2e9b8b53c70dd27be8ee85093011054b23fb9c0c
Author: Jarek Potiuk <[email protected]>
AuthorDate: Tue Dec 3 07:42:37 2024 +0100

    Remove comment about removing eval type backport (#44588)
---
 hatch_build.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/hatch_build.py b/hatch_build.py
index 93627da0193..f757d2a598c 100644
--- a/hatch_build.py
+++ b/hatch_build.py
@@ -438,8 +438,6 @@ DEPENDENCIES = [
     "dill>=0.2.2",
     # Required for python 3.8 and 3.9 to work with new annotations styles. 
Check package
     # description on PyPI for more details: 
https://pypi.org/project/eval-type-backport/
-    # NOTE! THIS MIGHT BE REMOVED BEFORE WE RELEASE 2.10.4 if
-    # Pydantic 2.10.2 will add eval-type-backport as dependency for Python 
3.8/3.9
     # see https://github.com/pydantic/pydantic/issues/10958
     'eval-type-backport>=0.2.0;python_version<"3.10"',
     "flask-caching>=2.0.0",

Reply via email to