Skip to content

⬆️ Update uvicorn to v0.52.0 - #635

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/uvicorn-0.x
Open

⬆️ Update uvicorn to v0.52.0#635
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/uvicorn-0.x

Conversation

@renovate

@renovate renovate Bot commented May 16, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
uvicorn (changelog) ==0.46.0==0.52.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

Kludex/uvicorn (uvicorn)

v0.52.0: Version 0.52.0

Compare Source

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

v0.51.0: Version 0.51.0

Compare Source

What's Changed

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

v0.50.2: Version 0.50.2

Compare Source

What's Changed

  • Require websockets>=13.0 for the default sansio implementation by @​Kludex in #​3021

Full Changelog: Kludex/uvicorn@0.50.1...0.50.2

v0.50.1: Version 0.50.1

Compare Source

What's Changed

  • Split comma-separated Sec-WebSocket-Protocol values in the websockets-sansio implementation by @​Aayush7352 in #​3019

New Contributors

Full Changelog: Kludex/uvicorn@0.50.0...0.50.1

v0.50.0: Version 0.50.0

Compare Source

What's Changed
  • Memoize trusted host checks to avoid re-parsing the client IP per request by @​Kludex in #​2970
  • Cache the asgi scope sub-dict per connection by @​Kludex in #​2976
  • Build a fresh asgi scope dict per request by @​Kludex in #​2977
  • Replace click.style with an internal ANSI style helper by @​Kludex in #​2981
  • Avoid copying single-frame WebSocket payloads in websockets-sansio by @​Kludex in #​2983
  • Deprecate the legacy websockets implementation and default auto to websockets-sansio by @​Kludex in #​2985
  • Exit with a dedicated code on startup failure and stop the supervisor when a worker can't boot by @​Kludex in #​3001
  • Skip the eager app import in the parent when spawning workers by @​Kludex in #​3012

Full Changelog: Kludex/uvicorn@0.49.0...0.50.0

v0.49.0: Version 0.49.0

Compare Source

What's Changed

  • Bump httptools minimum version to 0.8.0 by @​Kludex in #​2962
  • Consume duplicate forwarding headers in ProxyHeadersMiddleware (reverses the 0.48.0 behavior of ignoring them) by @​Kludex in #​2971

Full Changelog: Kludex/uvicorn@0.48.0...0.49.0

v0.48.0: Version 0.48.0

Compare Source

What's Changed

Full Changelog: Kludex/uvicorn@0.47.0...0.48.0

v0.47.0: Version 0.47.0

Compare Source

What's Changed

Full Changelog: Kludex/uvicorn@0.46.0...0.47.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added dependencies Upgrade or downgrade of project dependencies. no-stale This issue or PR is exempted from the stable bot. python labels May 16, 2026
@github-actions github-actions Bot removed the python label May 17, 2026
@renovate
renovate Bot force-pushed the renovate/uvicorn-0.x branch from c7c4326 to 07b1d1a Compare May 25, 2026 23:44
@renovate renovate Bot changed the title ⬆️ Update uvicorn to v0.47.0 ⬆️ Update uvicorn to v0.48.0 May 25, 2026
@renovate
renovate Bot force-pushed the renovate/uvicorn-0.x branch from 07b1d1a to 373d488 Compare June 7, 2026 19:10
@renovate renovate Bot changed the title ⬆️ Update uvicorn to v0.48.0 ⬆️ Update uvicorn to v0.49.0 Jun 7, 2026
@renovate
renovate Bot force-pushed the renovate/uvicorn-0.x branch from 373d488 to ad1e163 Compare July 5, 2026 00:03
@renovate renovate Bot changed the title ⬆️ Update uvicorn to v0.49.0 ⬆️ Update uvicorn to v0.50.0 Jul 5, 2026
@renovate
renovate Bot force-pushed the renovate/uvicorn-0.x branch from ad1e163 to 801454d Compare July 7, 2026 09:51
@renovate renovate Bot changed the title ⬆️ Update uvicorn to v0.50.0 ⬆️ Update uvicorn to v0.50.2 Jul 7, 2026
@renovate
renovate Bot force-pushed the renovate/uvicorn-0.x branch from 801454d to 30b2f68 Compare July 16, 2026 07:12
@renovate renovate Bot changed the title ⬆️ Update uvicorn to v0.50.2 ⬆️ Update uvicorn to v0.51.0 Jul 16, 2026
@renovate
renovate Bot force-pushed the renovate/uvicorn-0.x branch from 30b2f68 to 7de3ca0 Compare July 29, 2026 10:46
@renovate renovate Bot changed the title ⬆️ Update uvicorn to v0.51.0 ⬆️ Update uvicorn to v0.52.0 Jul 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Upgrade or downgrade of project dependencies. no-stale This issue or PR is exempted from the stable bot.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants