chore(deps): weekly dependency update - #765
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 439d11156f
ℹ️ 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.8.0" | ||
| latest = "openai==3.13.0" |
There was a problem hiding this comment.
Re-record cassettes for upgraded provider SDKs
Before merging this pin, re-record and commit the affected cassettes/latest/ directories. This commit moves OpenAI from 3.8.0 to 3.13.0, along with minor upgrades for Anthropic, Pipecat, Pydantic AI, Google ADK, Mistral, and others, but changes no cassette files; consequently, the latest sessions replay interactions recorded with the previous SDKs rather than validating the newly pinned releases' actual request/response behavior, allowing integration regressions to ship despite passing playback tests.
AGENTS.md reference: AGENTS.md:L194-L199
Useful? React with 👍 / 👎.
Automated weekly dependency update via
python scripts/update-matrix-latest.py && uv lock --upgrade.