From 7d5eb4ca8071235380d415fa8c10cc3c10b99cfb Mon Sep 17 00:00:00 2001 From: AI Christianson Date: Thu, 13 Feb 2025 07:41:54 -0500 Subject: [PATCH] relax aider version req. for compatibility with RA.Aid-swe-bench --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2e5e7b8..486e8a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ "rapidfuzz>=3.11.0", "pathspec>=0.11.0", "pyte>=0.8.2", - "aider-chat>=0.74.2", + "aider-chat>=0.72.0", "tavily-python>=0.5.0", "litellm", "fastapi>=0.104.0",