chore(deps): weekly dependency update - #740
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: f8b6d85a61
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "Codex (@codex) review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "Codex (@codex) address that feedback".
|
|
||
| [tool.braintrust.matrix.openai] | ||
| latest = "openai==3.6.0" | ||
| latest = "openai==3.8.0" |
There was a problem hiding this comment.
Refresh latest cassettes before adopting new provider minors
When the latest sessions install OpenAI 3.8.0 and the other new provider minor versions, this commit leaves every cassettes/latest recording generated with the previous SDKs. Because CI disables recording, it can only replay those old wire responses, so changed request/response shapes are not covered and changed endpoints will fail outright. Re-record the affected provider and indirect OpenAI-consumer cassette directories, then rerun their exact latest nox sessions before merging.
AGENTS.md reference: AGENTS.md:L174-L180
Useful? React with 👍 / 👎.
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
Re-record the `latest` cassettes for the providers whose matrix pins took a minor bump in this weekly update: - openai 3.6.0 -> 3.8.0 - anthropic 1.2.0 -> 1.4.0 - litellm 1.98.0 -> 1.100.0 - pydantic-ai 2.36.0 -> 2.40.0 - google-genai 2.20.0 -> 2.22.0 Diffs are limited to refreshed user-agent headers, server-generated resource ids, timestamps and response bodies. No endpoint families were added or removed, and no Braintrust API traffic leaked into the provider cassettes. Patch-bump keys (ai-sdk, cohere, claude-agent-sdk, cursor-sdk, agno, deepagents, langchain-core, openrouter, boto3/botocore) pass existing playback unchanged, so their cassettes are left alone. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
…latest google-genai >=2.20.0 serves ``generate_images`` only in Vertex AI mode, so ``test_generate_images`` and ``test_generate_images_async`` are skipped on the ``latest`` matrix entry and their cassettes there are dead weight. The 1.75.0 and 1.30.0 directories keep their copies, since those pins are <2.20.0 and still exercise the Developer API path. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
16c7884 to
987770a
Compare
Automated weekly dependency update via
python scripts/update-matrix-latest.py && uv lock --upgrade.