add <= for the pinned version

This commit is contained in:
Swapna Lekkala 2025-08-28 11:01:41 -07:00
parent 5822ab4d13
commit f9bb306229

View file

@ -116,7 +116,7 @@ def available_providers() -> list[ProviderSpec]:
adapter=AdapterSpec(
adapter_type="fireworks",
pip_packages=[
"fireworks-ai==0.17.16",
"fireworks-ai<=0.18.0",
],
module="llama_stack.providers.remote.inference.fireworks",
config_class="llama_stack.providers.remote.inference.fireworks.FireworksImplConfig",