Skip to content

Commit

Permalink
Add version constraint to uvicorn
Browse files Browse the repository at this point in the history
  • Loading branch information
sarayourfriend committed Sep 14, 2023
1 parent 10a4c47 commit 0b00b43
Show file tree
Hide file tree
Showing 2 changed files with 237 additions and 214 deletions.
2 changes: 1 addition & 1 deletion api/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ python-decouple = "~=3.8"
python-xmp-toolkit = "~=2.0"
sentry-sdk = "~=1.30"
django-split-settings = "*"
uvicorn = {extras = ["standard"], version = "*"}
uvicorn = {extras = ["standard"], version = "~=0.23"}

[requires]
python_version = "3.11"
Loading

0 comments on commit 0b00b43

Please sign in to comment.