From 7e4086807d597f05730524c96dfcbe19e1727384 Mon Sep 17 00:00:00 2001 From: AI Christianson Date: Tue, 10 Dec 2024 19:30:00 -0500 Subject: [PATCH] fix: update GitPython to version 3.1.43 Resolve dependency conflict with aider-chat which requires GitPython 3.1.43 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 41c1be2..cffd1ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "langchain-anthropic", "langgraph", "rich>=13.0.0", - "GitPython==3.1.41", + "GitPython==3.1.43", "fuzzywuzzy==0.18.0", "python-Levenshtein==0.23.0", "pathspec>=0.11.0",