python3Packages.starlette-context: 0.4.0 -> 0.5.1

Changelog: https://github.com/tomwojcik/starlette-context/releases/tag/v0.5.1
This commit is contained in:
Fabian Affolter
2026-03-04 21:32:01 +01:00
parent c1a2799bef
commit 0bf27e47e1
@@ -3,7 +3,7 @@
buildPythonPackage,
fetchFromGitHub,
httpx,
poetry-core,
hatchling,
pytest-asyncio,
pytestCheckHook,
starlette,
@@ -11,17 +11,17 @@
buildPythonPackage rec {
pname = "starlette-context";
version = "0.4.0";
version = "0.5.1";
pyproject = true;
src = fetchFromGitHub {
owner = "tomwojcik";
repo = "starlette-context";
tag = "v${version}";
hash = "sha256-PzVZ458TdBLdbFJDN+X8hVU5zsRxcesihoDB+jRaKAg=";
hash = "sha256-cxhTrLLIjlqaR07VVgHmvYctk7+7fDjbGb39PbJbGgk=";
};
build-system = [ poetry-core ];
build-system = [ hatchling ];
dependencies = [ starlette ];