Robert Schütz
2024-11-23 09:47:46 -08:00
parent 04f0c72e59
commit bb803f62ea
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