File tree Expand file tree Collapse file tree 2 files changed +252
-301
lines changed Expand file tree Collapse file tree 2 files changed +252
-301
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ dependencies = [
1212 " ruff>=0.6.4" ,
1313 " pre-commit>=3.8.0" ,
1414 " PyMuPDF>=1.24.5" ,
15- " aider-chat==0.57.0" ,
1615 " modal==0.64.95" ,
1716 " typer>=0.12.0" ,
1817 " tenacity>=8.5.0" ,
@@ -21,7 +20,8 @@ dependencies = [
2120 " ghapi>=1.0.6" ,
2221 " gitpython>=3.1.43" ,
2322 " pytest>=8.3.3" ,
24- " datasets>=2.14.4" ,
23+ " datasets==3.0.1" ,
24+ " aider-chat" ,
2525]
2626classifiers = [
2727 " License :: OSI Approved :: MIT License" ,
@@ -148,4 +148,4 @@ lint.unfixable = []
148148"tests/**/*.py" = [" D" ]
149149
150150[tool .uv .sources ]
151- aider-chat = { git = " https://github.com/paul-gauthier/aider.git" , rev = " main " }
151+ aider-chat = { git = " https://github.com/paul-gauthier/aider.git" , rev = " 509c880b687ab52b960c1336f3f2db342620a59a " }
You can’t perform that action at this time.
0 commit comments