python3Packages.uvicorn: 0.38.0 -> 0.40.0

https://github.com/encode/uvicorn/blob/0.40.0/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2026-02-01 16:40:30 +01:00
parent b55475e739
commit 569864d263
@@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "uvicorn";
version = "0.38.0";
version = "0.40.0";
pyproject = true;
src = fetchFromGitHub {
owner = "encode";
repo = "uvicorn";
tag = version;
hash = "sha256-A0YpFA/Oug5a37+33ac8++lh30jzRl48IhC8pflZ0S0=";
hash = "sha256-YpmvMZJxxpMdwbhFQSu+0fo7kcM6w3zJ7jI5LVamV1E=";
};
outputs = [