python312Packages.uvicorn: 0.32.0 -> 0.32.1 (#358517)

This commit is contained in:
Martin Weinelt
2024-12-04 14:51:02 +01:00
committed by GitHub
2 changed files with 4 additions and 2 deletions
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "uvicorn";
version = "0.32.0";
version = "0.32.1";
disabled = pythonOlder "3.8";
pyproject = true;
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "encode";
repo = "uvicorn";
rev = "refs/tags/${version}";
hash = "sha256-LTioJNDq1zsy/FO6lBgRW8Ow5qyxUD8NjNCj4nIrVDM=";
hash = "sha256-Kx5OwIMqstiFCkqE2wunKSkttd9C8gM+a2KWJuhBN1c=";
};
outputs = [
@@ -7,6 +7,7 @@
pytestCheckHook,
pytest-mock,
trustme,
typing-extensions,
watchgod,
wsproto,
}:
@@ -27,6 +28,7 @@ buildPythonPackage {
pytestCheckHook
pytest-mock
trustme
typing-extensions
# strictly optional dependencies
a2wsgi