Skip to content

Commit eb6329d

Browse files
chore(deps): update haystack-ai requirement in /integrations/jina
Updates the requirements on [haystack-ai](https://github.com/deepset-ai/haystack) to permit the latest version. - [Release notes](https://github.com/deepset-ai/haystack/releases) - [Commits](deepset-ai/haystack@v2.22.0...v2.29.0) --- updated-dependencies: - dependency-name: haystack-ai dependency-version: 2.29.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ec7b468 commit eb6329d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integrations/jina/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
"Programming Language :: Python :: Implementation :: CPython",
2727
"Programming Language :: Python :: Implementation :: PyPy",
2828
]
29-
dependencies = ["httpx>=0.28.0", "haystack-ai>=2.22.0"]
29+
dependencies = ["httpx>=0.28.0", "haystack-ai>=2.29.0"]
3030

3131
[project.urls]
3232
Documentation = "https://github.com/deepset-ai/haystack-core-integrations/tree/main/integrations/jina#readme"

0 commit comments

Comments
 (0)