From b9da3576e6cc7898fe60ee3dbcb41f7b76367736 Mon Sep 17 00:00:00 2001 From: Jed Cunningham Date: Tue, 22 Apr 2025 00:02:34 -0600 Subject: [PATCH] Remove gitpython as a core dependency 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. --- airflow-core/pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/airflow-core/pyproject.toml b/airflow-core/pyproject.toml index f84568833060b..fc7308c93c015 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",