Skip to content

Commit 94178bc

Browse files
committed
lower bound pins
1 parent be875e3 commit 94178bc

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

integrations/chroma/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.11.0", "chromadb>=1.0.0"]
26+
dependencies = ["haystack-ai>=2.11.0", "chromadb>=1.0.2"]
2727

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

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.17.1", "cohere>=5.16.0"]
26+
dependencies = ["haystack-ai>=2.17.1", "cohere>=5.17.0"]
2727

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

integrations/deepeval/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", "deepeval"]
26+
dependencies = ["haystack-ai", "deepeval>=2.9.0"]
2727

2828
[project.urls]
2929
Source = "https://github.com/deepset-ai/haystack-core-integrations/tree/main/integrations/deepeval"

integrations/google_genai/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 = ["haystack-ai>=2.17.1", "google-genai[aiohttp]>=1.17.0", "jsonref>=1.0.0"]
29+
dependencies = ["haystack-ai>=2.17.1", "google-genai[aiohttp]>=1.18.0", "jsonref>=1.0.0"]
3030

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

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.0.0, <4.0.0"]
25+
dependencies = ["haystack-ai>=2.15.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/openrouter/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.13.1"]
26+
dependencies = ["haystack-ai>=2.14.3"]
2727

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

integrations/pinecone/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ classifiers = [
2525
]
2626
dependencies = [
2727
"haystack-ai>=2.11.0",
28-
"pinecone[asyncio]>=6.0.0", # asyncio extra was added in 6.0.0,
28+
"pinecone[asyncio]>=7.0.0",
2929
]
3030

3131
[project.urls]

0 commit comments

Comments
 (0)