Skip to content

Commit

Permalink
upgrade uvicorn
Browse files Browse the repository at this point in the history
  • Loading branch information
yunfeng-scale committed May 31, 2024
1 parent a970141 commit 34c3183
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 25 deletions.
2 changes: 1 addition & 1 deletion model-engine/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ tokenizers~=0.15.2
tqdm~=4.64
transformers==4.38.0
twine==3.7.1
uvicorn==0.17.6
uvicorn==0.30.0
uvloop==0.17.0
yarl~=1.4
31 changes: 7 additions & 24 deletions model-engine/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ anyio==3.7.1
# azure-core
# httpx
# starlette
asgiref==3.7.2
# via uvicorn
asn1crypto==1.5.1
# via scramp
async-timeout==4.0.2
Expand Down Expand Up @@ -76,9 +74,7 @@ boto3==1.28.1
# celery
# kombu
boto3-stubs[essential]==1.26.67
# via
# -r model-engine/requirements.in
# boto3-stubs
# via -r model-engine/requirements.in
botocore==1.31.1
# via
# -r model-engine/requirements.in
Expand All @@ -95,9 +91,7 @@ cachetools==5.3.1
cattrs==23.1.2
# via ddtrace
celery[redis,sqs,tblib]==5.3.6
# via
# -r model-engine/requirements.in
# celery
# via -r model-engine/requirements.in
certifi==2023.7.22
# via
# datadog-api-client
Expand Down Expand Up @@ -140,7 +134,6 @@ cryptography==42.0.5
# azure-storage-blob
# msal
# pyjwt
# secretstorage
dataclasses-json==0.5.9
# via -r model-engine/requirements.in
datadog==0.47.0
Expand All @@ -159,7 +152,7 @@ docutils==0.20.1
# via readme-renderer
envier==0.4.0
# via ddtrace
exceptiongroup==1.2.0
exceptiongroup==1.2.1
# via
# anyio
# cattrs
Expand Down Expand Up @@ -224,7 +217,7 @@ importlib-metadata==6.8.0
# keyring
# quart
# twine
importlib-resources==6.1.1
importlib-resources==6.4.0
# via
# alembic
# jsonschema
Expand All @@ -242,10 +235,6 @@ itsdangerous==2.1.2
# starlette
jaraco-classes==3.3.0
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.0.3
# via
# -r model-engine/requirements.in
Expand Down Expand Up @@ -371,9 +360,7 @@ pygments==2.15.1
# readme-renderer
# rich
pyjwt[crypto]==2.8.0
# via
# msal
# pyjwt
# via msal
pyproject-hooks==1.0.0
# via build
python-dateutil==2.8.2
Expand Down Expand Up @@ -445,8 +432,6 @@ safetensors==0.4.2
# via transformers
scramp==1.4.4
# via pg8000
secretstorage==3.3.3
# via keyring
sentencepiece==0.1.99
# via -r model-engine/requirements.in
sh==1.14.3
Expand Down Expand Up @@ -479,7 +464,6 @@ sqlalchemy[asyncio]==2.0.4
# via
# -r model-engine/requirements.in
# alembic
# sqlalchemy
sse-starlette==1.6.1
# via -r model-engine/requirements.in
sseclient-py==1.7.2
Expand All @@ -489,7 +473,6 @@ starlette[full]==0.36.3
# -r model-engine/requirements.in
# fastapi
# sse-starlette
# starlette
stringcase==1.2.0
# via -r model-engine/requirements.in
tblib==2.0.0
Expand Down Expand Up @@ -530,7 +513,6 @@ types-s3transfer==0.6.1
typing-extensions==4.10.0
# via
# aioredis
# asgiref
# azure-core
# azure-keyvault-secrets
# azure-servicebus
Expand All @@ -556,6 +538,7 @@ typing-extensions==4.10.0
# sqlalchemy
# starlette
# typing-inspect
# uvicorn
typing-inspect==0.9.0
# via dataclasses-json
tzdata==2023.3
Expand All @@ -572,7 +555,7 @@ urllib3==1.26.16
# kubernetes
# kubernetes-asyncio
# requests
uvicorn==0.17.6
uvicorn==0.30.0
# via -r model-engine/requirements.in
uvloop==0.17.0
# via -r model-engine/requirements.in
Expand Down

0 comments on commit 34c3183

Please sign in to comment.