python312Packages.sse-starlette: 2.1.0 -> 2.1.0

Diff: https://github.com/sysid/sse-starlette/compare/refs/tags/v2.1.0...v2.1.0

Changelog: https://github.com/sysid/sse-starlette/blob/2.1.0/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2024-04-06 12:25:24 +02:00
parent c58702222e
commit c3dedbee6f
1 changed files with 4 additions and 2 deletions

View File

@ -10,13 +10,14 @@
, pytest-asyncio
, pytestCheckHook
, pythonOlder
, requests
, starlette
, uvicorn
}:
buildPythonPackage rec {
pname = "sse-starlette";
version = "2.0.0";
version = "2.1.0";
pyproject = true;
disabled = pythonOlder "3.8";
@ -25,7 +26,7 @@ buildPythonPackage rec {
owner = "sysid";
repo = "sse-starlette";
rev = "refs/tags/v${version}";
hash = "sha256-kDcSG/3foP7fMZKYrkKx6FHvT9c9rSzxyv2EHjQ2WSA=";
hash = "sha256-gBkEs1jSKIOme2rbLf+pM3jFDgJkxyU92q+GsUsp8Eo=";
};
build-system = [
@ -45,6 +46,7 @@ buildPythonPackage rec {
psutil
pytest-asyncio
pytestCheckHook
requests
];
pythonImportsCheck = [