Merge pull request #174 from learnhouse/dependabot/pip/apps/api/uvicorn-0.29.0

chore(deps): bump uvicorn from 0.27.1 to 0.29.0 in /apps/api
This commit is contained in:
Badr B 2024-03-31 01:29:36 +01:00 committed by GitHub
commit 7c8f888899
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

@ -3117,13 +3117,13 @@ zstd = ["zstandard (>=0.18.0)"]
[[package]] [[package]]
name = "uvicorn" name = "uvicorn"
version = "0.27.1" version = "0.29.0"
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.27.1-py3-none-any.whl", hash = "sha256:5c89da2f3895767472a35556e539fd59f7edbe9b1e9c0e1c99eebeadc61838e4"}, {file = "uvicorn-0.29.0-py3-none-any.whl", hash = "sha256:2c2aac7ff4f4365c206fd773a39bf4ebd1047c238f8b8268ad996829323473de"},
{file = "uvicorn-0.27.1.tar.gz", hash = "sha256:3d9a267296243532db80c83a959a3400502165ade2c1338dea4e67915fd4745a"}, {file = "uvicorn-0.29.0.tar.gz", hash = "sha256:6a69214c0b6a087462412670b3ef21224fa48cae0e452b5883e8e8bdfdd11dd0"},
] ]
[package.dependencies] [package.dependencies]
@ -3568,4 +3568,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 = "131199388c3b68b386595badc15beaaf5e247b401fe3f9262bf44d8bbfacad85" content-hash = "c43e2732024e7978fb0e9adc1b8f4b834a4b5e9080f0794d2bd8020705608266"

View file

@ -35,7 +35,7 @@ resend = "^0.7.2"
sentry-sdk = {extras = ["fastapi"], version = "^1.39.2"} sentry-sdk = {extras = ["fastapi"], version = "^1.39.2"}
sqlmodel = "0.0.16" sqlmodel = "0.0.16"
tiktoken = "^0.5.2" tiktoken = "^0.5.2"
uvicorn = "0.27.1" uvicorn = "0.29.0"
[build-system] [build-system]
build-backend = "poetry.core.masonry.api" build-backend = "poetry.core.masonry.api"