From 5ab26dc8929f58e98e4046e13a5df9a160bc879d Mon Sep 17 00:00:00 2001 From: user Date: Mon, 23 Dec 2024 09:39:38 -0500 Subject: [PATCH] Specify aider-chat version. --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cc3d0af..369bea6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,11 +29,11 @@ dependencies = [ "langgraph-sdk>=0.1.48", "langchain-core>=0.3.28", "rich>=13.0.0", - "GitPython==3.1.43", + "GitPython>=3.1", "fuzzywuzzy==0.18.0", "python-Levenshtein==0.23.0", "pathspec>=0.11.0", - "aider-chat", + "aider-chat>=0.69.1" ] [project.optional-dependencies]