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

Closes https://github.com/llamastack/llama-stack/issues/4058
This commit is contained in:
Ashwin Bharambe 2025-11-05 08:07:07 -08:00 committed by GitHub
parent d941abc662
commit 61448e0664
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 34 additions and 34 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",