python3Packages.redisvl: fix build with redis 8.0.1 (#541076)

This commit is contained in:
Peder Bergebakken Sundt
2026-07-13 17:03:01 +00:00
committed by GitHub
@@ -27,6 +27,8 @@ buildPythonPackage (finalAttrs: {
build-system = [ hatchling ];
pythonRelaxDeps = [ "redis" ];
dependencies = [
numpy
pyyaml