aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuraj Lutter <otis@FreeBSD.org>2025-10-14 08:19:53 +0000
committerJuraj Lutter <otis@FreeBSD.org>2025-10-14 08:22:04 +0000
commit0e84fbeaf216583628286f15d95204e6b5f2b7f6 (patch)
tree781c4225563af4830b35c006e22a0ea844d68187
parentb618fef5a42fa3d117f244c257510075b4c9bc2d (diff)
misc/py-haystack_ai: Update to 2.18.1
- Enhancement Notes: - Added tools to agent run parameters to enhance the agent's flexibility. Users can now choose a subset of tools for the agent at runtime by providing a list of tool names, or supply an entirely new set by passing Tool objects or a Toolset. - Bug Fixes - Fix Agent run_async method to correctly handle async streaming callbacks. This previously triggered errors due to a bug. - Prevent duplication of the last assistant message in the chat history when initializing from an AgentSnapshot. - We were setting response_format to None in OpenAIChatGenerator by default which doesn't follow the API spec. We now omit the variable if response_format is not passed by the user. Sponsored by: resulta.tech
-rw-r--r--misc/py-haystack_ai/Makefile2
-rw-r--r--misc/py-haystack_ai/distinfo6
2 files changed, 4 insertions, 4 deletions
diff --git a/misc/py-haystack_ai/Makefile b/misc/py-haystack_ai/Makefile
index 5ffd5a5be3e9..9c91c1659368 100644
--- a/misc/py-haystack_ai/Makefile
+++ b/misc/py-haystack_ai/Makefile
@@ -1,5 +1,5 @@
PORTNAME= haystack_ai
-PORTVERSION= 2.17.1
+PORTVERSION= 2.18.1
CATEGORIES= misc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/misc/py-haystack_ai/distinfo b/misc/py-haystack_ai/distinfo
index 39e350d72c24..efc1aba04d3e 100644
--- a/misc/py-haystack_ai/distinfo
+++ b/misc/py-haystack_ai/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1757594976
-SHA256 (haystack_ai-2.17.1.tar.gz) = dffd79c2202a93a95dbf31bbb888027f8e78791902ef984974f0409059a9eb30
-SIZE (haystack_ai-2.17.1.tar.gz) = 394779
+TIMESTAMP = 1760378404
+SHA256 (haystack_ai-2.18.1.tar.gz) = e734369ae5064b4f1647f1001e1a28584955be08df673a32cd36877126dbcc77
+SIZE (haystack_ai-2.18.1.tar.gz) = 403143