Skip to content

Commit

Permalink
Pin uvicorn < 0.31
Browse files Browse the repository at this point in the history
  • Loading branch information
mrharpo committed Oct 9, 2024
1 parent 0b86813 commit a1620e5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies = [

[project.optional-dependencies]
production = [
"uvicorn[standard]~=0.31",
"uvicorn[standard]<0.31",
"gunicorn~=23.0",
]
test = [
Expand Down Expand Up @@ -103,7 +103,7 @@ includes = []

[tool.pdm.dev-dependencies]
dev = [
"uvicorn~=0.31",
"uvicorn<0.31",
"black~=24.8",
"ruff~=0.6",
"pre-commit~=3.5",
Expand Down

0 comments on commit a1620e5

Please sign in to comment.