Skip to content

deps: bump uvicorn from 0.51.0 to 0.52.0 - #330

Merged
cdeust merged 2 commits into
mainfrom
dependabot/pip/uvicorn-0.52.0
Aug 9, 2026
Merged

deps: bump uvicorn from 0.51.0 to 0.52.0#330
cdeust merged 2 commits into
mainfrom
dependabot/pip/uvicorn-0.52.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 1, 2026

Copy link
Copy Markdown
Contributor

Bumps uvicorn from 0.51.0 to 0.52.0.

Release notes

Sourced from uvicorn's releases.

Version 0.52.0

This release adds an experimental HTTP/1.1 implementation backed by zttp, a sans-IO HTTP parser I've been developing on the side: a core written in Zig, with bindings to Python. It has been running under a fuzzer for some weeks now, and has been through multiple rounds of security auditing.

It is still experimental, so don't put it in front of production traffic yet. Try it with --http zttp, and please send any feedback to the issue tracker.

Added

  • Add an experimental zttp HTTP/1.1 implementation, selectable with --http zttp (#2979)

Fixed

  • Keep non-ASCII WebSocket request headers intact with websockets 17.0, which encodes them with ISO-8859-1 (#3036)

Full Changelog: Kludex/uvicorn@0.51.0...0.52.0

Changelog

Sourced from uvicorn's changelog.

0.52.0 (July 29, 2026)

This release adds an experimental HTTP/1.1 implementation backed by zttp, a sans-IO HTTP parser I've been developing on the side: a core written in Zig, with bindings to Python. It has been running under a fuzzer for some weeks now, and has been through multiple rounds of security auditing.

It is still experimental, so don't put it in front of production traffic yet. Try it with --http zttp, and please send any feedback to the issue tracker.

Added

  • Add an experimental zttp HTTP/1.1 implementation, selectable with --http zttp (#2979)

Fixed

  • Keep non-ASCII WebSocket request headers intact with websockets 17.0, which encodes them with ISO-8859-1 (#3036)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [uvicorn](https://github.com/Kludex/uvicorn) from 0.51.0 to 0.52.0.
- [Release notes](https://github.com/Kludex/uvicorn/releases)
- [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md)
- [Commits](Kludex/uvicorn@0.51.0...0.52.0)

---
updated-dependencies:
- dependency-name: uvicorn
  dependency-version: 0.52.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Aug 1, 2026
Dependabot rewrites the version specifier in the generated
requirements/*.txt exports but never runs `uv lock` or
scripts/generate_pip_constraints.py, so the PR arrives failing both
Lint gates (`uv lock --check`, `generate_pip_constraints.py --check`).

Resynced with uv 0.11.3 — the version .github/workflows/ci.yml pins.
The resolver picked 0.52.1, released after Dependabot opened this PR
against 0.52.0; the lock diff touches uvicorn and nothing else.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@cdeust

cdeust commented Aug 9, 2026

Copy link
Copy Markdown
Owner

ZETETIC-REVIEW: APPROVE

uvicorn 0.51.0→0.52.0 (runtime, minor) — reviewed on evidence.

  • Scope verified: the diff touches dependency manifests and lockfiles only; zero application source files are modified, so no behaviour change can enter through this PR except via the dependency itself.
  • Exercised, not assumed: the full suite ran against the new version on this branch and is green. For a dependency bump that is the load-bearing evidence — the tests are what would surface an incompatible change.
  • Blast radius: a version bump's risk lives in the dependency's own behaviour, which the suite covers for the paths this repository uses. Paths it does not use are not a risk this repository carries.

No findings.

@cdeust

cdeust commented Aug 9, 2026

Copy link
Copy Markdown
Owner

ZETETIC-REVIEW: APPROVE

Reviewed 2026-08-10. Checks green (no failure, only conditional skips), diff read in full: it is a pin bump and nothing else — no source file, no workflow logic, no configuration semantics changed.

Actions are pinned by commit SHA with the version as a trailing comment, which is the form that survives a tag being moved; Python dependencies keep their --hash lines, so the lockfile stays hash-verified. The bump is exercised by the same required suite as any other change, and that suite passed on this head.

No further verification was warranted for a change of this shape, and none is claimed.

@cdeust
cdeust merged commit f5ff345 into main Aug 9, 2026
19 checks passed
@cdeust
cdeust deleted the dependabot/pip/uvicorn-0.52.0 branch August 9, 2026 22:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant