chore(deps): weekly dependency update#10
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
Reviewer's GuideThis PR updates the "latest" versions in the Braintrust provider/test matrix and refreshes the uv.lock file to align with the new dependency set, including multiple provider SDKs and related integration libraries. Sequence diagram for weekly dependency matrix updatesequenceDiagram
actor Developer
participant update_matrix_latest_py as update_matrix_latest_py
participant pyproject_toml as pyproject_toml
participant uv as uv
participant uv_lock as uv_lock
Developer->>update_matrix_latest_py: run scripts/update-matrix-latest.py
update_matrix_latest_py->>pyproject_toml: update tool.braintrust.matrix latest versions
Developer->>uv: run uv lock --upgrade
uv->>pyproject_toml: read updated dependencies
uv->>uv_lock: regenerate lockfile with new provider SDK versions
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
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.Summary by Sourcery
Update Python dependency matrix to the latest provider SDK and related library versions.
Enhancements:
Build: