Skip to content

Commit e2b5c4d

Browse files
committed
update dependency
1 parent c1c9468 commit e2b5c4d

File tree

2 files changed

+252
-301
lines changed

2 files changed

+252
-301
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
]
2626
classifiers = [
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" }

0 commit comments

Comments
 (0)