fix(azure): apply correct transformations on credentials from provider data

Closes https://github.com/llamastack/llama-stack/issues/4058
This commit is contained in:
Ashwin Bharambe 2025-11-04 13:29:30 -08:00
parent d941abc662
commit 191de04a61
3 changed files with 30 additions and 30 deletions

View file

@ -31,7 +31,7 @@ dependencies = [
"huggingface-hub>=0.34.0,<1.0",
"jinja2>=3.1.6",
"jsonschema",
"llama-stack-client>=0.2.23",
"llama-stack-client==0.2.23",
"openai>=1.100.0", # for expires_after support
"prompt-toolkit",
"python-dotenv",