This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v3-0-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 5b833c62110ceb8fe087e95bbb6487ae05c73de2 Author: Jed Cunningham <[email protected]> AuthorDate: Tue Apr 22 02:27:25 2025 -0600 Remove `gitpython` as a core dependency (#49537) This was added when `GitDagBundle` lived in core, but it now lives in the git provider. We no longer need gitpython as a core dependency. (cherry picked from commit 6a970574cdf03dd4d646d8f46c4b0012719163a0) --- airflow-core/pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/airflow-core/pyproject.toml b/airflow-core/pyproject.toml index 1cf72c33e5b..cd475390eac 100644 --- a/airflow-core/pyproject.toml +++ b/airflow-core/pyproject.toml @@ -86,7 +86,6 @@ dependencies = [ "fastapi[standard]>=0.115.0,!=0.115.10", # We could get rid of flask and gunicorn if we replace serve_logs with a starlette + unicorn "flask>=2.1.1", - "gitpython>=3.1.40", # We could get rid of flask and gunicorn if we replace serve_logs with a starlette + unicorn "gunicorn>=20.1.0", "httpx>=0.25.0",
