Skip to content

Commit af9892a

Browse files
chore(deps): update haystack-ai requirement in /integrations/cohere
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.23.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 af9892a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integrations/cohere/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.23.0", "cohere>=5.17.0", "pydantic>=2.12.0"]
26+
dependencies = ["haystack-ai>=2.29.0", "cohere>=5.17.0", "pydantic>=2.12.0"]
2727

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

0 commit comments

Comments
 (0)