python3Packages.strawberry-django: 0.65.1 -> 0.74.1

https://github.com/strawberry-graphql/strawberry-django/blob/0.74.1/CHANGELOG.md

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:39:00 +01:00
parent 7b80e25470
commit 69e4961e5e
@@ -4,8 +4,7 @@
fetchFromGitHub,
# build-system
poetry-core,
setuptools,
hatchling,
# dependencies
asgiref,
@@ -35,14 +34,14 @@
buildPythonPackage rec {
pname = "strawberry-django";
version = "0.65.1";
version = "0.74.1";
pyproject = true;
src = fetchFromGitHub {
owner = "strawberry-graphql";
repo = "strawberry-django";
tag = "v${version}";
hash = "sha256-cX/eG6qWe/h9U4p1pMhhI+bZ5pLmiwGeYxNthKvdI6o=";
tag = version;
hash = "sha256-8T5lYM5JrxbeDCgvSGvBsimsF+tMwjS1hroqw2Gf7aA=";
};
postPatch = ''
@@ -51,8 +50,7 @@ buildPythonPackage rec {
'';
build-system = [
poetry-core
setuptools
hatchling
];
dependencies = [