python3Packages.uvicorn: 0.34.2 -> 0.35.0

https://github.com/encode/uvicorn/blob/0.35.0/CHANGELOG.md

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:04:43 +02:00
parent 805ed7ca3f
commit f4bb2187c9
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "uvicorn";
version = "0.34.2";
version = "0.35.0";
disabled = pythonOlder "3.8";
pyproject = true;
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "encode";
repo = "uvicorn";
tag = version;
hash = "sha256-r5G3Z2sMFCs5HlUpVQ05Vip+3MjlSy+3Dkv6FO52uh4=";
hash = "sha256-6tuLL0KMggujYI97HSSBHjiLrePwEkxFHjq2HWl8kqE=";
};
outputs = [