Skip to content

Commit

Permalink
Bump uvicorn to 0.15.0 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex authored Dec 26, 2024
1 parent 9105065 commit 162312b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
uvicorn-version: ["0.14.0", ""]
uvicorn-version: ["0.15.0", ""]
gunicorn-version: ["20.1.0", ""]
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ classifiers = [
]
license = "BSD-3-Clause"
requires-python = ">=3.8"
dependencies = ["uvicorn>=0.14.0", "gunicorn>=20.1.0"]
dependencies = ["uvicorn>=0.15.0", "gunicorn>=20.1.0"]
optional-dependencies = {}
dynamic = ["version"]

Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
-e .

# Packaging
build==1.0.3
twine==4.0.2
build==1.2.2.post1
twine==6.0.1

# Testing
ruff==0.3.4
Expand Down

0 comments on commit 162312b

Please sign in to comment.