security: bump tornado 6.5.5 → 6.5.7 (residual medium/low Dependabot)#689
Open
jhamon wants to merge 1 commit into
Open
security: bump tornado 6.5.5 → 6.5.7 (residual medium/low Dependabot)#689jhamon wants to merge 1 commit into
jhamon wants to merge 1 commit into
Conversation
Resolves residual medium/low Dependabot alerts (PIN-28): - tornado #78 (medium, CVE-2026-...) and #75 (low) — transitive dev/test dep. Verified: uv lock --upgrade-package tornado (only tornado changed) and uv sync --frozen succeeds. Remaining python-sdk medium alerts #73/#74 (pyo3 0.24 -> 0.29, rust/Cargo.toml + Cargo.lock) are a breaking Rust migration (allow_threads -> detach, Bound API) and are tracked separately. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Summary
Resolves the transitive tornado Dependabot alerts on python-sdk (PIN-28, child of PIN-16 / PIN-6):
Applied via
uv lock --upgrade-package tornado; the only dependency touched is tornado (plus the workspace self-version reconciliation).Verification
uv sync --frozen✅ (tornado==6.5.7 installed)Not included here
The remaining python-sdk medium alerts #73 / #74 (pyo3 0.24 → 0.29 in
rust/Cargo.toml+Cargo.lock) are a breaking Rust migration —cargo checkagainst 0.29 fails with 22 errors (Python::allow_threads→detach, Bound API changes). Tracked as a separate child issue so it gets a proper migration + built-extension test pass.Note
Low Risk
Lockfile-only dependency patch for a dev/test transitive package; no SDK runtime or auth/data path changes.
Overview
Updates
uv.lockto resolve Dependabot alerts on transitive tornado by moving 6.5.5 → 6.5.7 (viauv lock --upgrade-package tornado). Tornado is not a direct runtime dependency; it is pulled in through dev/test stacks such as ipykernel and jupyter-client.The lockfile also reflects workspace
pinecone9.0.1 → 9.1.0 as part of lock reconciliation; there are no application source changes in this diff.Reviewed by Cursor Bugbot for commit e7743b2. Bugbot is set up for automated code reviews on this repo. Configure here.