Specify aider-chat version.

This commit is contained in:
user 2024-12-23 09:39:38 -05:00
parent 29448b006b
commit 5ab26dc892
1 changed files with 2 additions and 2 deletions

View File

@ -29,11 +29,11 @@ dependencies = [
"langgraph-sdk>=0.1.48", "langgraph-sdk>=0.1.48",
"langchain-core>=0.3.28", "langchain-core>=0.3.28",
"rich>=13.0.0", "rich>=13.0.0",
"GitPython==3.1.43", "GitPython>=3.1",
"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",
"aider-chat", "aider-chat>=0.69.1"
] ]
[project.optional-dependencies] [project.optional-dependencies]