Skip to content

Commit 5b833c6

Browse files
jedcunninghamkaxil
authored andcommitted
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 6a97057)
1 parent 1a4ce7c commit 5b833c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

airflow-core/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ dependencies = [
8686
"fastapi[standard]>=0.115.0,!=0.115.10",
8787
# We could get rid of flask and gunicorn if we replace serve_logs with a starlette + unicorn
8888
"flask>=2.1.1",
89-
"gitpython>=3.1.40",
9089
# We could get rid of flask and gunicorn if we replace serve_logs with a starlette + unicorn
9190
"gunicorn>=20.1.0",
9291
"httpx>=0.25.0",

0 commit comments

Comments
 (0)