Skip to content

Update dependency uvicorn to ^0.52.0 - #20

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

Update dependency uvicorn to ^0.52.0#20
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/uvicorn-0.x

Conversation

@renovate

@renovaterenovateBot commented Sep 20, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

PackageChangeAgeConfidence
uvicorn (changelog)^0.35.0^0.52.0ageconfidence

Release Notes

Kludex/uvicorn (uvicorn)

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

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

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

v0.46.0: Version 0.46.0

Compare Source

What's Changed

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

v0.45.0: Version 0.45.0

Compare Source

What's Changed

New Contributors

Full Changelog: Kludex/uvicorn@0.44.0...0.45.0

v0.44.0: Version 0.44.0

Compare Source

What's Changed

Full Changelog: Kludex/uvicorn@0.43.0...0.44.0

v0.43.0: Version 0.43.0

Compare Source

Changed

  • Emit http.disconnect ASGI receive() event on server shutting down for streaming responses (#​2829)
  • Use native context parameter for create_task on Python 3.11+ (#​2859)
  • Drop cast in ASGI types (#​2875)

Full Changelog: Kludex/uvicorn@0.42.0...0.43.0

v0.42.0: Version 0.42.0

Compare Source

Changed

  • Use bytearray for request body accumulation to avoid O(n^2) allocation on fragmented bodies (#​2845)

Fixed

  • Escape brackets and backslash in httptools HEADER_RE regex (#​2824)
  • Fix multiple issues in websockets sans-io implementation (#​2825)

New Contributors


Full Changelog: Kludex/uvicorn@0.41.0...0.42.0

v0.41.0: Version 0.41.0

Compare Source

Added

  • Add --limit-max-requests-jitter to stagger worker restarts (#​2707)
  • Add socket path to scope["server"] (#​2561)

Changed

  • Rename LifespanOn.error_occured to error_occurred (#​2776)

Fixed

  • Ignore permission denied errors in watchfiles reloader (#​2817)
  • Ensure lifespan shutdown runs when should_exit is set during startup (#​2812)
  • Reduce the log level of 'request limit exceeded' messages (#​2788)

New Contributors


Full Changelog: Kludex/uvicorn@0.40.0...0.41.0

v0.40.0: Version 0.40.0

Compare Source

What's Changed

Full Changelog: Kludex/uvicorn@0.39.0...0.40.0

v0.39.0: Version 0.39.0

Compare Source

What's Changed

New Contributors

Full Changelog: Kludex/uvicorn@0.38.0...0.39.0

v0.38.0: Version 0.38.0

Compare Source

What's Changed


New Contributors

Full Changelog: Kludex/uvicorn@0.37.0...0.38.0

v0.37.0: Version 0.37.0

Compare Source

What's Changed

New Contributors

Full Changelog: Kludex/uvicorn@0.36.1...0.37.0

v0.36.1: Version 0.36.1

Compare Source

What's Changed

  • Raise an exception when calling removed Config.setup_event_loop() by @​Kludex in #​2709

Full Changelog: Kludex/uvicorn@0.36.0...0.36.1

v0.36.0: Version 0.36.0

Compare Source

Added


New Contributors

Full Changelog: Kludex/uvicorn@0.35.0...0.36.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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
renovateBotforce-pushed the renovate/uvicorn-0.x branch from cfedd37 to 0f60752CompareSeptember 23, 2025 13:00
@renovaterenovateBot changed the title Update dependency uvicorn to ^0.36.0Update dependency uvicorn to ^0.37.0Sep 23, 2025
@renovate
renovateBotforce-pushed the renovate/uvicorn-0.x branch from 0f60752 to db952e2CompareSeptember 23, 2025 17:56
@renovate
renovateBotforce-pushed the renovate/uvicorn-0.x branch from db952e2 to 8794764CompareOctober 18, 2025 14:10
@renovaterenovateBot changed the title Update dependency uvicorn to ^0.37.0Update dependency uvicorn to ^0.38.0Oct 18, 2025
@renovaterenovateBot changed the title Update dependency uvicorn to ^0.38.0Update dependency uvicorn to ^0.39.0Dec 21, 2025
@renovate
renovateBotforce-pushed the renovate/uvicorn-0.x branch 2 times, most recently from a679197 to 9130403CompareDecember 21, 2025 16:46
@renovaterenovateBot changed the title Update dependency uvicorn to ^0.39.0Update dependency uvicorn to ^0.40.0Dec 21, 2025
@renovaterenovateBot changed the title Update dependency uvicorn to ^0.40.0Update dependency uvicorn to ^0.41.0Feb 17, 2026
@renovate
renovateBotforce-pushed the renovate/uvicorn-0.x branch from 9130403 to 2230e8eCompareFebruary 17, 2026 01:55
@renovaterenovateBot changed the title Update dependency uvicorn to ^0.41.0Update dependency uvicorn to ^0.42.0Mar 16, 2026
@renovate
renovateBotforce-pushed the renovate/uvicorn-0.x branch from 2230e8e to 0a81908CompareMarch 16, 2026 10:02
@renovaterenovateBot changed the title Update dependency uvicorn to ^0.42.0Update dependency uvicorn to ^0.43.0Apr 3, 2026
@renovate
renovateBotforce-pushed the renovate/uvicorn-0.x branch 2 times, most recently from 955f2a9 to f5111b3CompareApril 6, 2026 12:45
@renovaterenovateBot changed the title Update dependency uvicorn to ^0.43.0Update dependency uvicorn to ^0.44.0Apr 6, 2026
@renovaterenovateBot changed the title Update dependency uvicorn to ^0.44.0Update dependency uvicorn to ^0.45.0Apr 21, 2026
@renovate
renovateBotforce-pushed the renovate/uvicorn-0.x branch 2 times, most recently from 7e9c88d to 6b0d3d6CompareApril 23, 2026 10:32
@renovaterenovateBot changed the title Update dependency uvicorn to ^0.45.0Update dependency uvicorn to ^0.46.0Apr 23, 2026
@renovaterenovateBot changed the title Update dependency uvicorn to ^0.46.0Update dependency uvicorn to ^0.47.0May 14, 2026
@renovate
renovateBotforce-pushed the renovate/uvicorn-0.x branch from 6b0d3d6 to 4a253aaCompareMay 14, 2026 18:44
@renovaterenovateBot changed the title Update dependency uvicorn to ^0.47.0Update dependency uvicorn to ^0.48.0May 24, 2026
@renovate
renovateBotforce-pushed the renovate/uvicorn-0.x branch from 4a253aa to a65aac6CompareMay 24, 2026 13:02
@renovate
renovateBotforce-pushed the renovate/uvicorn-0.x branch from a65aac6 to b3f5464CompareJune 4, 2026 01:44
@renovaterenovateBot changed the title Update dependency uvicorn to ^0.48.0Update dependency uvicorn to ^0.49.0Jun 4, 2026
@renovate
renovateBotforce-pushed the renovate/uvicorn-0.x branch from b3f5464 to cb8b1e4CompareJuly 4, 2026 05:08
@renovaterenovateBot changed the title Update dependency uvicorn to ^0.49.0Update dependency uvicorn to ^0.50.0Jul 4, 2026
@renovate
renovateBotforce-pushed the renovate/uvicorn-0.x branch from cb8b1e4 to 48587a5CompareJuly 6, 2026 10:55
@renovate
renovateBotforce-pushed the renovate/uvicorn-0.x branch from 48587a5 to 4fe439dCompareJuly 8, 2026 12:50
@renovaterenovateBot changed the title Update dependency uvicorn to ^0.50.0Update dependency uvicorn to ^0.51.0Jul 8, 2026
@renovate
renovateBotforce-pushed the renovate/uvicorn-0.x branch from 4fe439d to 872bf3dCompareJuly 29, 2026 14:55
@renovaterenovateBot changed the title Update dependency uvicorn to ^0.51.0Update dependency uvicorn to ^0.52.0Jul 29, 2026
@renovate
renovateBotforce-pushed the renovate/uvicorn-0.x branch from 872bf3d to 4b15258CompareAugust 1, 2026 22:37
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants