fix: update GitPython to version 3.1.43

Resolve dependency conflict with aider-chat which requires GitPython 3.1.43
This commit is contained in:
AI Christianson 2024-12-10 19:30:00 -05:00
parent 70a0770129
commit 7e4086807d
1 changed files with 1 additions and 1 deletions

View File

@ -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",