This is an automated email from the ASF dual-hosted git repository. utkarsharma pushed a commit to branch sync_2-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 80b62a9f84f5c2cac560f12a7a3f76d574eb8cab 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",
