Skip to content

Commit 681f7d8

Browse files
authored
chore: Cohere - set lower bound pin for Pydantic (#3284)
1 parent 9f9a63f commit 681f7d8

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"]
26+
dependencies = ["haystack-ai>=2.23.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)