Skip to content

Commit 542eb98

Browse files
authored
remove openai pin (#2210)
1 parent 96e1acd commit 542eb98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrations/llama_stack/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ classifiers = [
2020
"Programming Language :: Python :: Implementation :: CPython",
2121
"Programming Language :: Python :: Implementation :: PyPy",
2222
]
23-
dependencies = ["haystack-ai>=2.14", "llama-stack>=0.2.17", "openai<=1.99.1"]
23+
dependencies = ["haystack-ai>=2.14", "llama-stack>=0.2.17"]
2424

2525
[project.urls]
2626
Documentation = "https://github.com/deepset-ai/haystack-core-integrations/tree/main/integrations/llama-stack#readme"

0 commit comments

Comments
 (0)