Skip to content

chore(deps): Update dependency uvicorn to v0.52.4 - #162

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

chore(deps): Update dependency uvicorn to v0.52.4#162
renovate[bot] wants to merge 1 commit into
developfrom
deps/uvicorn-0.x

Conversation

@renovate

@renovate renovate Bot commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
uvicorn (changelog) ==0.51.0==0.52.4 age confidence

Release Notes

Kludex/uvicorn (uvicorn)

v0.52.4: Version 0.52.4

Compare Source

Fixed
  • Remove duplicate Date headers from accepted WebSocket handshakes with websockets-sansio (#​3078)

Full Changelog: Kludex/uvicorn@0.52.3...0.52.4

v0.52.3: Version 0.52.3

Compare Source

Changed
  • Update zttp to 0.0.24 and use its combined receive path, improving HTTP/1.1 request parsing performance (#​3067)

Full Changelog: Kludex/uvicorn@0.52.2...0.52.3

v0.52.2: Version 0.52.2

Compare Source

Fixed
  • Update zttp to 0.0.22, fixing bodyless request receives and improving HTTP/1 request parsing performance (#​3063)

Full Changelog: Kludex/uvicorn@0.52.1...0.52.2

v0.52.1: Version 0.52.1

Compare Source

Fixed
  • Complete the closing handshake on server-initiated WebSocket closes in the websockets-sansio and wsproto implementations, waiting for the client's close reply with a 10 second timeout instead of resetting the connection (#​3053)
  • Add missing write flow control to the websockets-sansio implementation, preventing data truncation on server-initiated closes with large in-flight payloads (#​3048)
  • Handle connection loss while a WebSocket write is waiting on backpressure (#​3050)
  • Remove duplicate Content-Type and Content-Length headers from WebSocket denial responses on the websockets-sansio implementation, and deliver non-UTF-8 denial bodies intact (#​3041)

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

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


Configuration

📅 Schedule: (UTC)

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 the dependencies label Aug 1, 2026
@renovate
renovate Bot force-pushed the deps/uvicorn-0.x branch from 73751eb to bfbf2e5 Compare August 4, 2026 22:42
@renovate renovate Bot changed the title chore(deps): Update dependency uvicorn to v0.52.0 chore(deps): Update dependency uvicorn to v0.52.1 Aug 4, 2026
@renovate
renovate Bot force-pushed the deps/uvicorn-0.x branch 2 times, most recently from 7cfa674 to 198af96 Compare August 16, 2026 09:13
@renovate renovate Bot changed the title chore(deps): Update dependency uvicorn to v0.52.1 chore(deps): Update dependency uvicorn to v0.52.2 Aug 16, 2026
@renovate
renovate Bot force-pushed the deps/uvicorn-0.x branch from 198af96 to d7095c8 Compare August 16, 2026 16:59
@renovate renovate Bot changed the title chore(deps): Update dependency uvicorn to v0.52.2 chore(deps): Update dependency uvicorn to v0.52.3 Aug 16, 2026
@renovate
renovate Bot force-pushed the deps/uvicorn-0.x branch from d7095c8 to 648250c Compare August 22, 2026 09:32
@renovate renovate Bot changed the title chore(deps): Update dependency uvicorn to v0.52.3 chore(deps): Update dependency uvicorn to v0.52.4 Aug 22, 2026
@renovate
renovate Bot force-pushed the deps/uvicorn-0.x branch from 648250c to 097c42c Compare August 26, 2026 21:36
@sonarqubecloud

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants