Skip to content

Commit 3651b0b

Browse files
chore(deps): weekly dependency update (#438)
Automated weekly dependency update via `python scripts/update-matrix-latest.py && uv lock --upgrade`. ⚠️ **Provider SDK packages changed.** A human needs to re-record cassettes locally before merging. --------- Co-authored-by: AbhiPrasad <18689448+AbhiPrasad@users.noreply.github.com> Co-authored-by: Abhijeet Prasad <abhijeet@braintrustdata.com>
1 parent 99cb1f0 commit 3651b0b

213 files changed

Lines changed: 21008 additions & 41678 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

py/pyproject.toml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -300,43 +300,43 @@ conflicts = [
300300
[tool.braintrust.matrix]
301301

302302
[tool.braintrust.matrix.openai]
303-
latest = "openai==2.36.0"
303+
latest = "openai==2.37.0"
304304
"1.92.0" = "openai==1.92.0"
305305
"1.77.0" = "openai==1.77.0"
306306
"1.71.0" = "openai==1.71.0"
307307

308308
[tool.braintrust.matrix.anthropic]
309-
latest = "anthropic==0.100.0"
309+
latest = "anthropic==0.102.0"
310310
"0.48.0" = "anthropic==0.48.0"
311311

312312
[tool.braintrust.matrix.cohere]
313313
latest = "cohere==6.1.0"
314314
"5.0.0" = "cohere==5.0.0"
315315

316316
[tool.braintrust.matrix.openai-agents]
317-
latest = "openai-agents==0.17.1"
317+
latest = "openai-agents==0.17.2"
318318
"0.13.6" = "openai-agents==0.13.6"
319319
"0.0.19" = "openai-agents==0.0.19"
320320

321321
[tool.braintrust.matrix.litellm]
322-
latest = "litellm==1.83.14"
322+
latest = "litellm==1.85.0"
323323
"1.74.0" = "litellm==1.74.0"
324324

325325
[tool.braintrust.matrix.livekit-agents]
326-
latest = "livekit-agents==1.3.6"
326+
latest = "livekit-agents==1.5.10"
327327
"1.3.1" = "livekit-agents==1.3.1"
328328

329329
[tool.braintrust.matrix.claude-agent-sdk]
330-
latest = "claude-agent-sdk==0.1.80"
330+
latest = "claude-agent-sdk==0.2.82"
331331
"0.1.10" = "claude-agent-sdk==0.1.10"
332332

333333
[tool.braintrust.matrix.agno]
334-
latest = "agno==2.6.5"
334+
latest = "agno==2.6.7"
335335
"2.4.0" = "agno==2.4.0"
336336
"2.1.0" = "agno==2.1.0"
337337

338338
[tool.braintrust.matrix.agentscope]
339-
latest = "agentscope==1.0.19.post1"
339+
latest = "agentscope==1.0.20"
340340
"1.0.0" = "agentscope==1.0.0"
341341

342342
[tool.braintrust.matrix.autogen-agentchat]
@@ -348,15 +348,15 @@ latest = "autogen-ext[openai]==0.7.5"
348348
"0.7.0" = "autogen-ext[openai]==0.7.0"
349349

350350
[tool.braintrust.matrix.strands-agents]
351-
latest = "strands-agents==1.39.0"
351+
latest = "strands-agents==1.40.0"
352352
"1.20.0" = "strands-agents==1.20.0"
353353

354354
[tool.braintrust.matrix.pydantic-ai-integration]
355-
latest = "pydantic-ai==1.93.0"
355+
latest = "pydantic-ai==1.97.0"
356356
"1.10.0" = "pydantic-ai==1.10.0"
357357

358358
[tool.braintrust.matrix.pydantic-ai-wrap-openai]
359-
latest = "pydantic-ai==1.93.0"
359+
latest = "pydantic-ai==1.97.0"
360360
"1.0.1" = "pydantic-ai==1.0.1"
361361
"0.1.9" = "pydantic-ai==0.1.9"
362362

@@ -365,7 +365,7 @@ latest = "autoevals==0.2.0"
365365
"0.0.129" = "autoevals==0.0.129"
366366

367367
[tool.braintrust.matrix.google-genai]
368-
latest = "google-genai==2.0.1"
368+
latest = "google-genai==2.4.0"
369369
"1.75.0" = "google-genai==1.75.0"
370370
"1.30.0" = "google-genai==1.30.0"
371371

@@ -385,11 +385,11 @@ latest = "google-adk==1.33.0"
385385
"1.14.1" = "google-adk==1.14.1"
386386

387387
[tool.braintrust.matrix.langchain-core]
388-
latest = "langchain-core==1.3.3"
388+
latest = "langchain-core==1.4.0"
389389
"0.3.28" = "langchain-core==0.3.28"
390390

391391
[tool.braintrust.matrix.llama-index-core]
392-
latest = "llama-index-core==0.14.21"
392+
latest = "llama-index-core==0.14.22"
393393
"0.13.0" = "llama-index-core==0.13.0"
394394

395395
[tool.braintrust.matrix.openrouter]
@@ -401,7 +401,7 @@ latest = "mistralai==2.4.5"
401401
"1.12.4" = "mistralai==1.12.4"
402402

403403
[tool.braintrust.matrix.temporalio]
404-
latest = "temporalio==1.27.0"
404+
latest = "temporalio==1.27.2"
405405
"1.20.0" = "temporalio==1.20.0"
406406
"1.19.0" = "temporalio==1.19.0"
407407

py/src/braintrust/integrations/claude_agent_sdk/cassettes/latest/test_auto_claude_agent_sdk.json

Lines changed: 41 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"hooks": null,
1111
"subtype": "initialize"
1212
},
13-
"request_id": "req_1_d3201ce9",
13+
"request_id": "req_1_9dfd30e4",
1414
"type": "control_request"
1515
}
1616
}
@@ -19,7 +19,7 @@
1919
"op": "read",
2020
"payload": {
2121
"response": {
22-
"request_id": "req_1_d3201ce9",
22+
"request_id": "req_1_9dfd30e4",
2323
"response": {
2424
"account": {
2525
"apiKeySource": "ANTHROPIC_API_KEY",
@@ -55,13 +55,15 @@
5555
"op": "read",
5656
"payload": {
5757
"agents": [
58+
"claude",
5859
"Explore",
5960
"general-purpose",
6061
"Plan",
6162
"statusline-setup"
6263
],
64+
"analytics_disabled": false,
6365
"apiKeySource": "ANTHROPIC_API_KEY",
64-
"claude_code_version": "2.1.116",
66+
"claude_code_version": "2.1.142",
6567
"cwd": "<REDACTED_CWD>",
6668
"fast_mode_state": "off",
6769
"mcp_servers": [
@@ -87,34 +89,25 @@
8789
"source": "rust-analyzer-lsp@claude-plugins-official"
8890
}
8991
],
90-
"session_id": "8bae544a-b00f-46ec-a367-a2a8f5ac28a3",
92+
"session_id": "9b6e89c4-cb08-4bf9-8c49-6fa98e532202",
9193
"skills": [
92-
"update-config",
93-
"debug",
94-
"simplify",
95-
"batch",
96-
"fewer-permission-prompts",
97-
"loop",
98-
"schedule",
99-
"claude-api",
10094
"create-braintrust-demo",
10195
"braintrust",
10296
"sdk-dependency-updates",
10397
"sdk-integrations",
10498
"sdk-vcr-workflows",
10599
"sdk-ci-triage",
106100
"commit-message",
107-
"sdk-benchmarking"
108-
],
109-
"slash_commands": [
101+
"sdk-benchmarking",
110102
"update-config",
111103
"debug",
112104
"simplify",
113105
"batch",
114106
"fewer-permission-prompts",
115107
"loop",
116-
"schedule",
117-
"claude-api",
108+
"claude-api"
109+
],
110+
"slash_commands": [
118111
"create-braintrust-demo",
119112
"braintrust",
120113
"sdk-dependency-updates",
@@ -123,14 +116,23 @@
123116
"sdk-ci-triage",
124117
"commit-message",
125118
"sdk-benchmarking",
119+
"update-config",
120+
"debug",
121+
"simplify",
122+
"batch",
123+
"fewer-permission-prompts",
124+
"loop",
125+
"claude-api",
126+
"clear",
126127
"compact",
127128
"context",
128-
"cost",
129129
"heapdump",
130130
"init",
131131
"review",
132132
"security-review",
133+
"usage",
133134
"insights",
135+
"goal",
134136
"team-onboarding"
135137
],
136138
"subtype": "init",
@@ -155,12 +157,14 @@
155157
"PushNotification",
156158
"Read",
157159
"ReadMcpResourceTool",
158-
"RemoteTrigger",
159160
"ScheduleWakeup",
160161
"Skill",
162+
"TaskCreate",
163+
"TaskGet",
164+
"TaskList",
161165
"TaskOutput",
162166
"TaskStop",
163-
"TodoWrite",
167+
"TaskUpdate",
164168
"ToolSearch",
165169
"WebFetch",
166170
"WebSearch",
@@ -173,7 +177,7 @@
173177
"mcp__braintrust__sql_query",
174178
"mcp__braintrust__summarize_experiment",
175179
"mcp__linear-server__create_attachment",
176-
"mcp__linear-server__create_document",
180+
"mcp__linear-server__create_attachment_from_upload",
177181
"mcp__linear-server__create_issue_label",
178182
"mcp__linear-server__delete_attachment",
179183
"mcp__linear-server__delete_comment",
@@ -182,6 +186,8 @@
182186
"mcp__linear-server__delete_status_update",
183187
"mcp__linear-server__extract_images",
184188
"mcp__linear-server__get_attachment",
189+
"mcp__linear-server__get_diff",
190+
"mcp__linear-server__get_diff_threads",
185191
"mcp__linear-server__get_document",
186192
"mcp__linear-server__get_initiative",
187193
"mcp__linear-server__get_issue",
@@ -194,6 +200,7 @@
194200
"mcp__linear-server__list_comments",
195201
"mcp__linear-server__list_customers",
196202
"mcp__linear-server__list_cycles",
203+
"mcp__linear-server__list_diffs",
197204
"mcp__linear-server__list_documents",
198205
"mcp__linear-server__list_initiatives",
199206
"mcp__linear-server__list_issue_labels",
@@ -204,19 +211,20 @@
204211
"mcp__linear-server__list_projects",
205212
"mcp__linear-server__list_teams",
206213
"mcp__linear-server__list_users",
214+
"mcp__linear-server__prepare_attachment_upload",
207215
"mcp__linear-server__save_comment",
208216
"mcp__linear-server__save_customer",
209217
"mcp__linear-server__save_customer_need",
218+
"mcp__linear-server__save_document",
210219
"mcp__linear-server__save_initiative",
211220
"mcp__linear-server__save_issue",
212221
"mcp__linear-server__save_milestone",
213222
"mcp__linear-server__save_project",
214223
"mcp__linear-server__save_status_update",
215-
"mcp__linear-server__search_documentation",
216-
"mcp__linear-server__update_document"
224+
"mcp__linear-server__search_documentation"
217225
],
218226
"type": "system",
219-
"uuid": "389677a5-fd7c-4eb6-bb92-150542ef2f49"
227+
"uuid": "c9a781dd-6500-4e83-9cbd-1c1310bfc83e"
220228
}
221229
},
222230
{
@@ -232,9 +240,10 @@
232240
}
233241
],
234242
"context_management": null,
235-
"id": "49a3c5d0-1101-4c79-aa04-984d4e436a3e",
243+
"id": "6ed07d52-6b92-417c-8f89-4b63a8da364e",
236244
"model": "<synthetic>",
237245
"role": "assistant",
246+
"stop_details": null,
238247
"stop_reason": "stop_sequence",
239248
"stop_sequence": "",
240249
"type": "message",
@@ -258,24 +267,25 @@
258267
}
259268
},
260269
"parent_tool_use_id": null,
261-
"session_id": "8bae544a-b00f-46ec-a367-a2a8f5ac28a3",
270+
"request_id": "req_011CbC7pFUgYd4TsT5eWnmaZ",
271+
"session_id": "9b6e89c4-cb08-4bf9-8c49-6fa98e532202",
262272
"type": "assistant",
263-
"uuid": "b42e115b-9844-4698-82bc-63da0bdf1166"
273+
"uuid": "90886438-cc93-4fb4-a96a-7a73870e55b4"
264274
}
265275
},
266276
{
267277
"op": "read",
268278
"payload": {
269279
"api_error_status": 404,
270280
"duration_api_ms": 0,
271-
"duration_ms": 472,
281+
"duration_ms": 492,
272282
"fast_mode_state": "off",
273283
"is_error": true,
274284
"modelUsage": {},
275285
"num_turns": 1,
276286
"permission_denials": [],
277287
"result": "There's an issue with the selected model (claude-3-5-haiku-20241022). It may not exist or you may not have access to it. Run --model to pick a different model.",
278-
"session_id": "8bae544a-b00f-46ec-a367-a2a8f5ac28a3",
288+
"session_id": "9b6e89c4-cb08-4bf9-8c49-6fa98e532202",
279289
"stop_reason": "stop_sequence",
280290
"subtype": "success",
281291
"terminal_reason": "completed",
@@ -299,9 +309,9 @@
299309
"service_tier": "standard",
300310
"speed": "standard"
301311
},
302-
"uuid": "7081ed23-3e85-44e3-afaf-aa1b9e67d684"
312+
"uuid": "05876312-f52b-4522-ba4b-950a3f992122"
303313
}
304314
}
305315
],
306-
"sdk_version": "0.1.64"
316+
"sdk_version": "0.2.82"
307317
}

0 commit comments

Comments
 (0)