mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-22 12:36:17 +00:00
fix(misc): pin openai dependency to < 1.100.0
This commit is contained in:
parent
739b18edf8
commit
ac1943216e
4 changed files with 27 additions and 8 deletions
2
uv.lock
generated
2
uv.lock
generated
|
|
@ -1856,7 +1856,7 @@ requires-dist = [
|
|||
{ name = "llama-api-client", specifier = ">=0.1.2" },
|
||||
{ name = "llama-stack-client", specifier = ">=0.2.17" },
|
||||
{ name = "llama-stack-client", marker = "extra == 'ui'", specifier = ">=0.2.17" },
|
||||
{ name = "openai", specifier = ">=1.99.6" },
|
||||
{ name = "openai", specifier = ">=1.99.6,<1.100.0" },
|
||||
{ name = "opentelemetry-exporter-otlp-proto-http", specifier = ">=1.30.0" },
|
||||
{ name = "opentelemetry-sdk", specifier = ">=1.30.0" },
|
||||
{ name = "pandas", marker = "extra == 'ui'" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue