build: replace "python-jose" with "python-jose[cryptography]"

Signed-off-by: Nathan Weinberg <nweinber@redhat.com>
This commit is contained in:
Nathan Weinberg 2025-07-09 13:16:55 -04:00
parent 1d8c00635c
commit a52a04a3a5
3 changed files with 1528 additions and 1482 deletions

View file

@ -32,7 +32,7 @@ dependencies = [
"openai>=1.66",
"prompt-toolkit",
"python-dotenv",
"python-jose",
"python-jose[cryptography]",
"pydantic>=2",
"rich",
"starlette",

View file

@ -28,6 +28,8 @@ certifi==2025.1.31
# httpcore
# httpx
# requests
cffi==1.17.1 ; platform_python_implementation != 'PyPy'
# via cryptography
charset-normalizer==3.4.1
# via requests
click==8.1.8
@ -38,6 +40,8 @@ colorama==0.4.6 ; sys_platform == 'win32'
# via
# click
# tqdm
cryptography==45.0.5
# via python-jose
deprecated==1.2.18
# via
# opentelemetry-api
@ -156,6 +160,8 @@ pyasn1==0.4.8
# via
# python-jose
# rsa
pycparser==2.22 ; platform_python_implementation != 'PyPy'
# via cffi
pydantic==2.10.6
# via
# fastapi

3002
uv.lock generated

File diff suppressed because it is too large Load diff