Skip to content

Commit ed31204

Browse files
committed
more pins
1 parent 94178bc commit ed31204

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

integrations/langfuse/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ classifiers = [
2222
"Programming Language :: Python :: Implementation :: CPython",
2323
"Programming Language :: Python :: Implementation :: PyPy",
2424
]
25-
dependencies = ["haystack-ai>=2.15.1", "langfuse>=3.3.0, <4.0.0"]
25+
dependencies = ["haystack-ai>=2.17.1", "langfuse>=3.3.0, <4.0.0"]
2626

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

integrations/ollama/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ classifiers = [
2727
"Programming Language :: Python :: Implementation :: CPython",
2828
"Programming Language :: Python :: Implementation :: PyPy",
2929
]
30-
dependencies = ["haystack-ai>=2.17.1", "ollama>=0.4.0", "pydantic"]
30+
dependencies = ["haystack-ai>=2.17.1", "ollama>=0.5.0", "pydantic"]
3131

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

0 commit comments

Comments
 (0)