Skip to content

Commit 8ebfa9c

Browse files
authored
fix: Pin openai to <=1.99.2 avoid errors in Llama Stack integration (#2169)
* Pin openai to avoid errors * Update pin
1 parent 76beaeb commit 8ebfa9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.14"]
23+
dependencies = ["haystack-ai>=2.14", "llama-stack==0.2.14", "openai<=1.99.1"]
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)