chore(deps): sweep 2026-09-08 - #85
Merged
Merged
Conversation
anyio 4.15.0 to 4.15.1 (httpx transitive) and ty 0.0.78 to 0.0.79 (dev). Lock-only, nothing declared changes and nothing ships. Co-Authored-By: Claude Fable 5.1 <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
Routine dependency sweep, lock-only.
uv lock --upgrademoved two packages:anyio4.15.0 to 4.15.1 (httpx transitive) andty0.0.78 to 0.0.79 (dev group). No declared range changed, nothing prerelease in the lock (prereleases are disallowed in[tool.uv]), and no release is needed.Audited and current:
httpx(the only runtime dependency) has no newer release inside its range; GitHub Actions pins (checkout v7, cache v6, setup-uv v10.0.1, setup-python v7, gh-action-pypi-publish v1.14.2) are all at upstream latest. OSV scan over the lock: 24 packages, no issues.Worked with Varun.
Type of change
Public API
none
Test plan
Ran locally after
uv sync --all-extras --all-groups:ruff check,ruff format --check,ty check,vulture agentscore,pytest(183 passed, 8 skipped, 100% coverage), all exit 0.Checklist