python3Packages.haystack-ai: 2.9.0 -> 2.16.1

https://github.com/deepset-ai/haystack/releases/tag/v2.16.1

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 18:59:47 +02:00
parent 30c90446fb
commit e6741cc344
@@ -91,14 +91,14 @@
buildPythonPackage rec {
pname = "haystack-ai";
version = "2.9.0";
version = "2.16.1";
pyproject = true;
src = fetchFromGitHub {
owner = "deepset-ai";
repo = "haystack";
tag = "v${version}";
hash = "sha256-h/4KskpzO3+e6aLQlBb8yitmfdbdc+J6Hz6TMs8bnr8=";
hash = "sha256-Z5T5X92Hig7nW1fUc8b+LuegJlIZbMfyjJ0PnVudPew=";
};
nativeBuildInputs = [