Skip to content

Commit 930ac0d

Browse files
tholorclaude
andcommitted
fix(e2b): bump minimum haystack-ai to >=2.19.0 for Toolset support
Toolset was introduced in haystack-ai 2.19.0. The previous lower bound of 2.12.0 caused an ImportError on the "lowest direct dependencies" CI run. This matches the floor already used by the mcp integration. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 9ce9ae2 commit 930ac0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integrations/e2b/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ classifiers = [
2323
"Programming Language :: Python :: Implementation :: CPython",
2424
"Programming Language :: Python :: Implementation :: PyPy",
2525
]
26-
dependencies = ["haystack-ai>=2.12.0", "e2b>=1.0.0"]
26+
dependencies = ["haystack-ai>=2.19.0", "e2b>=1.0.0"]
2727

2828
[project.urls]
2929
Documentation = "https://github.com/deepset-ai/haystack-core-integrations/tree/main/integrations/e2b#readme"

0 commit comments

Comments
 (0)