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:
Sébastien Han 2025-10-10 12:03:53 +02:00
parent 7fa2bae3e2
commit f379c787ad
No known key found for this signature in database
3 changed files with 18 additions and 7 deletions

View file

@ -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",