Skip to content

Commit

Permalink
Update uvicorn requirement from 0.30.6 to 0.31.0 in /backend
Browse files Browse the repository at this point in the history
Updates the requirements on [uvicorn](https://github.com/encode/uvicorn) to permit the latest version.
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](encode/uvicorn@0.30.6...0.31.0)

---
updated-dependencies:
- dependency-name: uvicorn
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent 7ee7526 commit ecba338
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ PyJWT= "2.8.0"
python-multipart = "0.0.9"
python-slugify = "8.0.4"
trio = "0.25.0"
uvicorn = "0.30.6"
uvicorn = "0.31.0"
openai = "1.43.0"
datasets = "2.21.0"
lancedb = "^0.12.0"
Expand Down Expand Up @@ -56,7 +56,7 @@ PyJWT= "2.8.0"
python-multipart = "0.0.9"
python-slugify = "8.0.4"
trio = "0.25.0"
uvicorn = "0.30.6"
uvicorn = "0.31.0"
openai = "1.43.0"
pre-commit="3.7.0"
pytest="8.1.1"
Expand Down

0 comments on commit ecba338

Please sign in to comment.