Skip to content

security: bump tornado 6.5.5 → 6.5.7 (residual medium/low Dependabot)#689

Open
jhamon wants to merge 1 commit into
mainfrom
security/med-low-tornado
Open

security: bump tornado 6.5.5 → 6.5.7 (residual medium/low Dependabot)#689
jhamon wants to merge 1 commit into
mainfrom
security/med-low-tornado

Conversation

@jhamon

@jhamon jhamon commented Jul 11, 2026

Copy link
Copy Markdown
Collaborator

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 migrationcargo check against 0.29 fails with 22 errors (Python::allow_threadsdetach, 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.lock to resolve Dependabot alerts on transitive tornado by moving 6.5.5 → 6.5.7 (via uv 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 pinecone 9.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.

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant