Skip to content

Commit

Permalink
Requirements: Pin uvicorn
Browse files Browse the repository at this point in the history
Pin uvicorn due to issues with request disconnection in the latest
version.

Signed-off-by: kingbri <[email protected]>
  • Loading branch information
bdashore3 committed Mar 10, 2024
1 parent a69ee97 commit e339718
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements-amd.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ fastapi
pydantic >= 2.0.0
PyYAML
rich
uvicorn
uvicorn <= 0.27.1
jinja2 >= 3.0.0
loguru
2 changes: 1 addition & 1 deletion requirements-cu118.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ fastapi
pydantic >= 2.0.0
PyYAML
rich
uvicorn
uvicorn <= 0.27.1
jinja2 >= 3.0.0
loguru

Expand Down
2 changes: 1 addition & 1 deletion requirements-nowheel.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ fastapi
pydantic >= 2.0.0
PyYAML
rich
uvicorn
uvicorn <= 0.27.1
jinja2 >= 3.0.0
loguru
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ fastapi
pydantic >= 2.0.0
PyYAML
rich
uvicorn
uvicorn <= 0.27.1
jinja2 >= 3.0.0
loguru

Expand Down

0 comments on commit e339718

Please sign in to comment.