python3Packages.starlette: 0.52.1 -> 1.1.0 (#524412)

This commit is contained in:
Martin Weinelt 2026-05-26 14:23:01 +00:00 committed by GitHub
commit 1716d7bdb9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -45,14 +45,14 @@
buildPythonPackage rec {
pname = "fastapi";
version = "0.135.3";
version = "0.136.3";
pyproject = true;
src = fetchFromGitHub {
owner = "tiangolo";
repo = "fastapi";
tag = version;
hash = "sha256-sE5d+MgmP9L+MUosRBsR+KSJkcC9i2EOOtKHq0sXjRM=";
hash = "sha256-lfmk8ZveKPukEEfwWq2mKtWmOHAtVzGuE5BsOskDzh0=";
};
build-system = [ pdm-backend ];

View file

@ -27,14 +27,14 @@
buildPythonPackage rec {
pname = "starlette";
version = "0.52.1";
version = "1.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "encode";
repo = "starlette";
tag = version;
hash = "sha256-XPAeRnh9a0A1/5VGZzzGQBhlBsih1VR8QmFdkxG5cQE=";
hash = "sha256-9iQXlpA1VDGw1c7X1zJPmJ3Dub46PwqrVIX1+fWOZ7M=";
};
build-system = [ hatchling ];