mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-14 00:02:36 +00:00
fix: add support for TLS communication
Pass TLS certs to the PyJWKClient Signed-off-by: Sébastien Han <seb@redhat.com>
This commit is contained in:
parent
7fa2bae3e2
commit
f379c787ad
3 changed files with 18 additions and 7 deletions
|
|
@ -34,7 +34,7 @@ dependencies = [
|
|||
"openai>=1.107", # for expires_after support
|
||||
"prompt-toolkit",
|
||||
"python-dotenv",
|
||||
"PyJWT>=2.8.0",
|
||||
"pyjwt[crypto]>=2.8.0", # Pull crypto to support RS256 for jwt.
|
||||
"pydantic>=2.11.9",
|
||||
"rich",
|
||||
"starlette",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue