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:
parent
70a0770129
commit
7e4086807d
|
|
@ -25,7 +25,7 @@ dependencies = [
|
||||||
"langchain-anthropic",
|
"langchain-anthropic",
|
||||||
"langgraph",
|
"langgraph",
|
||||||
"rich>=13.0.0",
|
"rich>=13.0.0",
|
||||||
"GitPython==3.1.41",
|
"GitPython==3.1.43",
|
||||||
"fuzzywuzzy==0.18.0",
|
"fuzzywuzzy==0.18.0",
|
||||||
"python-Levenshtein==0.23.0",
|
"python-Levenshtein==0.23.0",
|
||||||
"pathspec>=0.11.0",
|
"pathspec>=0.11.0",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue