build(deps): bump rand to 0.8.8, and close out the langsmith proposal - #84
Conversation
A patch release on the 0.8 line, lock-only: nothing in this crate names rand directly, it arrives through the engine's dependency graph. The uv group's proposal alongside it, langsmith 0.7.26 to 0.8.18, has nothing to apply. The lock already resolves 0.11.2, which the dev tooling bump brought in ahead of it, so `uv lock --upgrade-package langsmith` leaves the file unchanged. Checked rather than assumed: cargo check, clippy and fmt clean, the wheel rebuilds, and the unit suite passes against it at 131.
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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. |
|



Takes over the two open dependency proposals in one place.
rand 0.8.5 to 0.8.8
A patch release on the 0.8 line, lock-only: nothing in
coordinode-embeddednames rand directly, it arrives through the engine's dependency graph. Applied
with
cargo update -p rand@0.8.5 --precise 0.8.8rather than by taking theproposed diff, so the lock stays whatever cargo would produce from the manifests.
langsmith 0.7.26 to 0.8.18
Nothing to apply. The lock already resolves langsmith 0.11.2, which the dev
tooling bump brought in ahead of this proposal, so
uv lock --upgrade-package langsmithleavesuv.lockuntouched. The proposal is behind the tree ratherthan ahead of it.
Testing
cargo check,cargo clippyandcargo fmt --checkclean on the extension.The wheel rebuilds and the unit suite passes against it: 131 passed.
ruff checkclean.Supersedes #82 and #83.