Skip to content

Bump uvicorn from 0.51.0 to 0.52.0 - #3363

Merged
liquidsec merged 1 commit into
devfrom
dependabot/uv/dev/uvicorn-0.52.0
Aug 5, 2026
Merged

Bump uvicorn from 0.51.0 to 0.52.0#3363
liquidsec merged 1 commit into
devfrom
dependabot/uv/dev/uvicorn-0.52.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 2, 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:development
  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:uv Pull requests that update python:uv code labels Aug 2, 2026
@github-actions

github-actions Bot commented Aug 2, 2026

Copy link
Copy Markdown
Contributor

📊 Performance Benchmark Report

Comparing dev (baseline) vs dependabot/uv/dev/uvicorn-0.52.0 (current)

📈 Detailed Results (All Benchmarks)

📋 Complete results for all benchmarks - includes both significant and insignificant changes

🧪 Test Name 📏 Base 📏 Current 📈 Change 🎯 Status
Bloom Filter Dns Mutation Tracking Performance 4.33ms 4.19ms -3.1%
Bloom Filter Large Scale Dns Brute Force 18.61ms 18.23ms -2.0%
Large Closest Match Lookup 358.87ms 363.57ms +1.3%
Realistic Closest Match Workload 196.07ms 195.73ms -0.2%
Event Memory Medium Scan 1403 B/event 1402 B/event -0.1%
Event Memory Large Scan 1527 B/event 1527 B/event +0.0%
Event Validation Full Scan Startup Small Batch 413.18ms 412.38ms -0.2%
Event Validation Full Scan Startup Large Batch 553.78ms 548.78ms -0.9%
Make Event Autodetection Small 27.05ms 26.08ms -3.6%
Make Event Autodetection Large 273.39ms 268.70ms -1.7%
Make Event Explicit Types 11.81ms 11.77ms -0.3%
Excavate Single Thread Small 4.582s 4.234s -7.6%
Excavate Single Thread Large 10.546s 10.023s -5.0%
Excavate Parallel Tasks Small 4.756s 4.370s -8.1%
Excavate Parallel Tasks Large 6.935s 6.555s -5.5%
Intercept Throughput Small 898.08ms 889.94ms -0.9%
Intercept Throughput Medium 882.42ms 878.76ms -0.4%
Dns Throughput Quiet 2.891s 2.835s -1.9%
Dns Throughput Loaded 1.875s 1.881s +0.4%
Dns Throughput Inherited 2.570s 2.427s -5.6%
Is Ip Performance 2.24ms 2.36ms +5.3%
Make Ip Type Performance 228.93µs 239.69µs +4.7%
Mixed Ip Operations 2.33ms 2.49ms +6.6%
Memory Use Web Crawl 1.0 MB 1.0 MB -1.0%
Memory Use Subdomain Enum 28.3 MB 28.3 MB -0.0%
Memory Use Deep Chain 5.0 MB 5.0 MB +0.0%
Memory Use Parallel Chains 10.7 MB 11.0 MB +2.5%
Scan Throughput 100 3.139s 3.053s -2.7%
Scan Throughput 1000 22.198s 21.112s -4.9%
Typical Queue Shuffle 5.44µs 5.43µs -0.1%
Priority Queue Shuffle 26.28µs 26.15µs -0.5%

🎯 Performance Summary

No significant performance changes detected (all changes <10%)


🐍 Python Version 3.11.15

@liquidsec
liquidsec merged commit 0c0f95a into dev Aug 5, 2026
19 checks passed
@dependabot
dependabot Bot deleted the dependabot/uv/dev/uvicorn-0.52.0 branch August 5, 2026 01:57
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:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant