Skip to content

Commit 5af46aa

Browse files
committed
bump deps
1 parent 4f4b10f commit 5af46aa

11 files changed

Lines changed: 419 additions & 405 deletions

File tree

HISTORY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release history
22

3+
### main branch
4+
5+
- Added support for `openrouter/google/gemma-3-27b-it` model.
6+
- Aider wrote 96% of the code in this release.
7+
38
### Aider v0.77.0
49

510
- Big upgrade in [programming languages supported](https://aider.chat/docs/languages.html) by adopting [tree-sitter-language-pack](https://github.com/Goldziher/tree-sitter-language-pack/).

aider/website/HISTORY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ cog.out(text)
2323
]]]-->
2424

2525

26+
### main branch
27+
28+
- Added support for `openrouter/google/gemma-3-27b-it` model.
29+
- Aider wrote 96% of the code in this release.
30+
2631
### Aider v0.77.0
2732

2833
- Big upgrade in [programming languages supported](https://aider.chat/docs/languages.html) by adopting [tree-sitter-language-pack](https://github.com/Goldziher/tree-sitter-language-pack/).

aider/website/assets/sample-analytics.jsonl

Lines changed: 369 additions & 369 deletions
Large diffs are not rendered by default.

aider/website/docs/config/adv-model-settings.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -941,6 +941,9 @@ cog.out("```\n")
941941
editor_model_name: openrouter/deepseek/deepseek-r1:free
942942
editor_edit_format: editor-diff
943943
944+
- name: openrouter/google/gemma-3-27b-it
945+
use_system_prompt: false
946+
944947
- name: openrouter/google/gemma-3-27b-it:free
945948
use_system_prompt: false
946949

aider/website/docs/faq.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -249,9 +249,10 @@ tr:hover { background-color: #f5f5f5; }
249249
</style>
250250
<table>
251251
<tr><th>Model Name</th><th class='right'>Total Tokens</th><th class='right'>Percent</th></tr>
252-
<tr><td>anthropic/claude-3-7-sonnet-20250219</td><td class='right'>1,755,049</td><td class='right'>96.4%</td></tr>
253-
<tr><td>openrouter/anthropic/claude-3.7-sonnet</td><td class='right'>45,196</td><td class='right'>2.5%</td></tr>
254-
<tr><td>fireworks_ai/accounts/fireworks/models/deepseek-r1</td><td class='right'>17,585</td><td class='right'>1.0%</td></tr>
252+
<tr><td>anthropic/claude-3-7-sonnet-20250219</td><td class='right'>2,122,863</td><td class='right'>97.5%</td></tr>
253+
<tr><td>o3-mini</td><td class='right'>25,153</td><td class='right'>1.2%</td></tr>
254+
<tr><td>fireworks_ai/accounts/fireworks/models/deepseek-r1</td><td class='right'>17,585</td><td class='right'>0.8%</td></tr>
255+
<tr><td>openrouter/anthropic/claude-3.7-sonnet</td><td class='right'>8,839</td><td class='right'>0.4%</td></tr>
255256
<tr><td>cohere_chat/REDACTED</td><td class='right'>1,893</td><td class='right'>0.1%</td></tr>
256257
</table>
257258

aider/website/docs/leaderboards/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,6 @@ mod_dates = [get_last_modified_date(file) for file in files]
124124
latest_mod_date = max(mod_dates)
125125
cog.out(f"{latest_mod_date.strftime('%B %d, %Y.')}")
126126
]]]-->
127-
March 13, 2025.
127+
March 14, 2025.
128128
<!--[[[end]]]-->
129129
</p>

requirements.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ aiohappyeyeballs==2.6.1
44
# via
55
# -c requirements/common-constraints.txt
66
# aiohttp
7-
aiohttp==3.11.13
7+
aiohttp==3.11.14
88
# via
99
# -c requirements/common-constraints.txt
1010
# litellm
@@ -16,13 +16,13 @@ annotated-types==0.7.0
1616
# via
1717
# -c requirements/common-constraints.txt
1818
# pydantic
19-
anyio==4.8.0
19+
anyio==4.9.0
2020
# via
2121
# -c requirements/common-constraints.txt
2222
# httpx
2323
# openai
2424
# watchfiles
25-
attrs==25.2.0
25+
attrs==25.3.0
2626
# via
2727
# -c requirements/common-constraints.txt
2828
# aiohttp
@@ -73,7 +73,7 @@ distro==1.9.0
7373
# -c requirements/common-constraints.txt
7474
# openai
7575
# posthog
76-
filelock==3.17.0
76+
filelock==3.18.0
7777
# via
7878
# -c requirements/common-constraints.txt
7979
# huggingface-hub
@@ -156,7 +156,7 @@ jsonschema-specifications==2024.10.1
156156
# via
157157
# -c requirements/common-constraints.txt
158158
# jsonschema
159-
litellm==1.63.7
159+
litellm==1.63.11
160160
# via
161161
# -c requirements/common-constraints.txt
162162
# -r requirements/requirements.in
@@ -184,7 +184,7 @@ monotonic==1.6
184184
# via
185185
# -c requirements/common-constraints.txt
186186
# posthog
187-
multidict==6.1.0
187+
multidict==6.2.0
188188
# via
189189
# -c requirements/common-constraints.txt
190190
# aiohttp
@@ -224,7 +224,7 @@ pip==25.0.1
224224
# via
225225
# -c requirements/common-constraints.txt
226226
# -r requirements/requirements.in
227-
posthog==3.19.1
227+
posthog==3.21.0
228228
# via
229229
# -c requirements/common-constraints.txt
230230
# -r requirements/requirements.in
@@ -359,7 +359,7 @@ tiktoken==0.9.0
359359
# via
360360
# -c requirements/common-constraints.txt
361361
# litellm
362-
tokenizers==0.21.0
362+
tokenizers==0.21.1
363363
# via
364364
# -c requirements/common-constraints.txt
365365
# litellm
@@ -379,7 +379,7 @@ tree-sitter-embedded-template==0.23.2
379379
# via
380380
# -c requirements/common-constraints.txt
381381
# tree-sitter-language-pack
382-
tree-sitter-language-pack==0.6.0
382+
tree-sitter-language-pack==0.6.1
383383
# via
384384
# -c requirements/common-constraints.txt
385385
# grep-ast

requirements/common-constraints.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# uv pip compile --no-strip-extras --output-file=requirements/common-constraints.txt requirements/requirements.in requirements/requirements-browser.in requirements/requirements-dev.in requirements/requirements-help.in requirements/requirements-playwright.in
33
aiohappyeyeballs==2.6.1
44
# via aiohttp
5-
aiohttp==3.11.13
5+
aiohttp==3.11.14
66
# via
77
# huggingface-hub
88
# litellm
@@ -13,12 +13,12 @@ altair==5.5.0
1313
# via streamlit
1414
annotated-types==0.7.0
1515
# via pydantic
16-
anyio==4.8.0
16+
anyio==4.9.0
1717
# via
1818
# httpx
1919
# openai
2020
# watchfiles
21-
attrs==25.2.0
21+
attrs==25.3.0
2222
# via
2323
# aiohttp
2424
# jsonschema
@@ -85,7 +85,7 @@ distro==1.9.0
8585
# via
8686
# openai
8787
# posthog
88-
filelock==3.17.0
88+
filelock==3.18.0
8989
# via
9090
# huggingface-hub
9191
# torch
@@ -174,9 +174,9 @@ jsonschema-specifications==2024.10.1
174174
# via jsonschema
175175
kiwisolver==1.4.8
176176
# via matplotlib
177-
litellm==1.63.7
177+
litellm==1.63.11
178178
# via -r requirements/requirements.in
179-
llama-index-core==0.12.23.post2
179+
llama-index-core==0.12.24.post1
180180
# via
181181
# -r requirements/requirements-help.in
182182
# llama-index-embeddings-huggingface
@@ -202,15 +202,15 @@ monotonic==1.6
202202
# via posthog
203203
mpmath==1.3.0
204204
# via sympy
205-
multidict==6.1.0
205+
multidict==6.2.0
206206
# via
207207
# aiohttp
208208
# yarl
209209
multiprocess==0.70.17
210210
# via pathos
211211
mypy-extensions==1.0.0
212212
# via typing-inspect
213-
narwhals==1.30.0
213+
narwhals==1.31.0
214214
# via altair
215215
nest-asyncio==1.6.0
216216
# via llama-index-core
@@ -280,7 +280,7 @@ playwright==1.50.0
280280
# via -r requirements/requirements-playwright.in
281281
pluggy==1.5.0
282282
# via pytest
283-
posthog==3.19.1
283+
posthog==3.21.0
284284
# via -r requirements/requirements.in
285285
pox==0.3.5
286286
# via pathos
@@ -427,13 +427,13 @@ tenacity==9.0.0
427427
# via
428428
# llama-index-core
429429
# streamlit
430-
threadpoolctl==3.5.0
430+
threadpoolctl==3.6.0
431431
# via scikit-learn
432432
tiktoken==0.9.0
433433
# via
434434
# litellm
435435
# llama-index-core
436-
tokenizers==0.21.0
436+
tokenizers==0.21.1
437437
# via
438438
# litellm
439439
# transformers
@@ -461,7 +461,7 @@ tree-sitter-c-sharp==0.23.1
461461
# via tree-sitter-language-pack
462462
tree-sitter-embedded-template==0.23.2
463463
# via tree-sitter-language-pack
464-
tree-sitter-language-pack==0.6.0
464+
tree-sitter-language-pack==0.6.1
465465
# via grep-ast
466466
tree-sitter-yaml==0.7.0
467467
# via tree-sitter-language-pack

requirements/requirements-browser.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ altair==5.5.0
44
# via
55
# -c requirements/common-constraints.txt
66
# streamlit
7-
attrs==25.2.0
7+
attrs==25.3.0
88
# via
99
# -c requirements/common-constraints.txt
1010
# jsonschema
@@ -58,7 +58,7 @@ markupsafe==3.0.2
5858
# via
5959
# -c requirements/common-constraints.txt
6060
# jinja2
61-
narwhals==1.30.0
61+
narwhals==1.31.0
6262
# via
6363
# -c requirements/common-constraints.txt
6464
# altair

requirements/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ distlib==0.3.9
3838
# via
3939
# -c requirements/common-constraints.txt
4040
# virtualenv
41-
filelock==3.17.0
41+
filelock==3.18.0
4242
# via
4343
# -c requirements/common-constraints.txt
4444
# virtualenv

0 commit comments

Comments
 (0)