chore(deps): patch-level dependency refresh (2026-09) - #3
Open
petronijus wants to merge 1 commit into
Open
Conversation
Monthly maintenance sweep, update_policy=patch. mcp_server/requirements.lock: sse-starlette 3.4.8 -> 3.4.11 (transitive, via mcp) requirements.lock: no change — every pin is already at the latest patch of its current minor series. Regenerated with scripts/deps-lock.sh's resolver settings (uv pip compile --python-version 3.11 --generate-hashes), scoped to a single package so no unrelated pin or hash churns. Verified: lock installs clean under `pip install --require-hashes` (python 3.11, the Dockerfile base) and mcp_server/server.py imports. Co-Authored-By: Claude Opus 5 (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.
Monthly automated dependency maintenance.
update_policy: patch.Bumped
mcp_server/requirements.locksse-starlettemcprequirements.lockis unchanged — all 29 pins are already at the newestpatch of their current minor series. I checked every pin against PyPI rather
than assuming; nothing else had a patch available.
Gates
--require-hashes(py3.11, Dockerfile base)mcp_server/server.pyimports against the new resolveCode changes for breaking APIs
None — patch-level only, no API surface moved.
Notes for the reviewer
scripts/deps-lock.shuses (
uv pip compile --python-version 3.11 --generate-hashes --no-header),but scoped with
--upgrade-package sse-starlette==3.4.11so the diff is exactlythree lines and no unrelated pin or hash churns. Neither
.lockwas hand-edited.requirements.txt/mcp_server/requirements.txtwere nottouched: nothing needed a higher floor, and
mcp>=2.0.0,<3stays deliberatelybounded per the note in
projects.yml.mcp_server/requirements.lockonly, since that is theonly file this PR changes.
🤖 Generated with Claude Code