chore(deps): weekly dependency update - #17
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
There was a problem hiding this comment.
Hey - I've found 1 issue
Fixed security issues:
- cryptography (link)
- gitpython (link)
- mcp (link)
- pyjwt (link)
- python-multipart (link)
- starlette (link)
- urllib3 (link)
Prompt for AI Agents
Please address the comments from this code review:
## Individual Comments
### Comment 1
<location path="py/pyproject.toml" line_range="287" />
<code_context>
[tool.braintrust.matrix.openai]
-latest = "openai==2.33.0"
+latest = "openai==3.3.1"
"1.92.0" = "openai==1.92.0"
"1.77.0" = "openai==1.77.0"
</code_context>
<issue_to_address>
**issue (broader_impact):** The latest matrix sessions install the newly pinned SDKs but this PR does not update their cassette recordings, so cassette-backed integration tests continue using recordings produced by the previous SDK versions and either fail on request mismatches or silently stop validating the new SDK behavior.
**Triggers:** When the cassette-backed nox integration sessions are run before a human re-records the cassettes.
**Suggested fix:** Re-record and commit the cassettes for every changed provider latest pin, or do not merge the pin updates until those recordings are available.
</issue_to_address>Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
|
|
||
| [tool.braintrust.matrix.openai] | ||
| latest = "openai==2.33.0" | ||
| latest = "openai==3.3.1" |
There was a problem hiding this comment.
issue (broader_impact): The latest matrix sessions install the newly pinned SDKs but this PR does not update their cassette recordings, so cassette-backed integration tests continue using recordings produced by the previous SDK versions and either fail on request mismatches or silently stop validating the new SDK behavior.
Triggers: When the cassette-backed nox integration sessions are run before a human re-records the cassettes.
Suggested fix: Re-record and commit the cassettes for every changed provider latest pin, or do not merge the pin updates until those recordings are available.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated weekly dependency update via
python scripts/update-matrix-latest.py && uv lock --upgrade.