mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-29 07:14:20 +00:00
build: replace "python-jose" with "python-jose[cryptography]"
Signed-off-by: Nathan Weinberg <nweinber@redhat.com>
This commit is contained in:
parent
1d8c00635c
commit
a52a04a3a5
3 changed files with 1528 additions and 1482 deletions
|
@ -32,7 +32,7 @@ dependencies = [
|
||||||
"openai>=1.66",
|
"openai>=1.66",
|
||||||
"prompt-toolkit",
|
"prompt-toolkit",
|
||||||
"python-dotenv",
|
"python-dotenv",
|
||||||
"python-jose",
|
"python-jose[cryptography]",
|
||||||
"pydantic>=2",
|
"pydantic>=2",
|
||||||
"rich",
|
"rich",
|
||||||
"starlette",
|
"starlette",
|
||||||
|
|
|
@ -28,6 +28,8 @@ certifi==2025.1.31
|
||||||
# httpcore
|
# httpcore
|
||||||
# httpx
|
# httpx
|
||||||
# requests
|
# requests
|
||||||
|
cffi==1.17.1 ; platform_python_implementation != 'PyPy'
|
||||||
|
# via cryptography
|
||||||
charset-normalizer==3.4.1
|
charset-normalizer==3.4.1
|
||||||
# via requests
|
# via requests
|
||||||
click==8.1.8
|
click==8.1.8
|
||||||
|
@ -38,6 +40,8 @@ colorama==0.4.6 ; sys_platform == 'win32'
|
||||||
# via
|
# via
|
||||||
# click
|
# click
|
||||||
# tqdm
|
# tqdm
|
||||||
|
cryptography==45.0.5
|
||||||
|
# via python-jose
|
||||||
deprecated==1.2.18
|
deprecated==1.2.18
|
||||||
# via
|
# via
|
||||||
# opentelemetry-api
|
# opentelemetry-api
|
||||||
|
@ -156,6 +160,8 @@ pyasn1==0.4.8
|
||||||
# via
|
# via
|
||||||
# python-jose
|
# python-jose
|
||||||
# rsa
|
# rsa
|
||||||
|
pycparser==2.22 ; platform_python_implementation != 'PyPy'
|
||||||
|
# via cffi
|
||||||
pydantic==2.10.6
|
pydantic==2.10.6
|
||||||
# via
|
# via
|
||||||
# fastapi
|
# fastapi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue