Merge pull request #264 from learnhouse/dependabot/pip/apps/api/uvicorn-0.30.1

chore(deps): bump uvicorn from 0.29.0 to 0.30.1 in /apps/api
This commit is contained in:
Badr B 2024-06-02 12:16:59 +01:00 committed by GitHub
commit 09b03fc316
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
apps/api/poetry.lock generated
View file

@ -3362,13 +3362,13 @@ zstd = ["zstandard (>=0.18.0)"]
[[package]] [[package]]
name = "uvicorn" name = "uvicorn"
version = "0.29.0" version = "0.30.1"
description = "The lightning-fast ASGI server." description = "The lightning-fast ASGI server."
optional = false optional = false
python-versions = ">=3.8" python-versions = ">=3.8"
files = [ files = [
{file = "uvicorn-0.29.0-py3-none-any.whl", hash = "sha256:2c2aac7ff4f4365c206fd773a39bf4ebd1047c238f8b8268ad996829323473de"}, {file = "uvicorn-0.30.1-py3-none-any.whl", hash = "sha256:cd17daa7f3b9d7a24de3617820e634d0933b69eed8e33a516071174427238c81"},
{file = "uvicorn-0.29.0.tar.gz", hash = "sha256:6a69214c0b6a087462412670b3ef21224fa48cae0e452b5883e8e8bdfdd11dd0"}, {file = "uvicorn-0.30.1.tar.gz", hash = "sha256:d46cd8e0fd80240baffbcd9ec1012a712938754afcf81bce56c024c1656aece8"},
] ]
[package.dependencies] [package.dependencies]
@ -3813,4 +3813,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.12" python-versions = "^3.12"
content-hash = "d2316c84fe008dc34f353ae7a0756115d7186018e650e2594069e161b1158da0" content-hash = "9c2f7331dc02ed419be792477440cddd46f1be2baca4ade7f42b4dc6a3c552ee"

View file

@ -35,7 +35,7 @@ resend = "^2.0.0"
sentry-sdk = {extras = ["fastapi"], version = "^2.3.1"} sentry-sdk = {extras = ["fastapi"], version = "^2.3.1"}
sqlmodel = "^0.0.16" sqlmodel = "^0.0.16"
tiktoken = "^0.7.0" tiktoken = "^0.7.0"
uvicorn = "0.29.0" uvicorn = "0.30.1"
typer = "^0.12.3" typer = "^0.12.3"
chromadb = "^0.5.0" chromadb = "^0.5.0"