Merge pull request #321 from learnhouse/dependabot/pip/apps/api/fastapi-0.115.0

chore(deps): bump fastapi from 0.112.2 to 0.115.0 in /apps/api
This commit is contained in:
Badr B. 2024-10-01 11:39:33 +02:00 committed by GitHub
commit 10440611d8
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

@ -678,13 +678,13 @@ typing-extensions = "*"
[[package]]
name = "fastapi"
version = "0.112.2"
version = "0.115.0"
description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production"
optional = false
python-versions = ">=3.8"
files = [
{file = "fastapi-0.112.2-py3-none-any.whl", hash = "sha256:db84b470bd0e2b1075942231e90e3577e12a903c4dc8696f0d206a7904a7af1c"},
{file = "fastapi-0.112.2.tar.gz", hash = "sha256:3d4729c038414d5193840706907a41839d839523da6ed0c2811f1168cac1798c"},
{file = "fastapi-0.115.0-py3-none-any.whl", hash = "sha256:17ea427674467486e997206a5ab25760f6b09e069f099b96f5b55a32fb6f1631"},
{file = "fastapi-0.115.0.tar.gz", hash = "sha256:f93b4ca3529a8ebc6fc3fcf710e5efa8de3df9b41570958abf1d97d843138004"},
]
[package.dependencies]
@ -3897,4 +3897,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools",
[metadata]
lock-version = "2.0"
python-versions = "^3.12"
content-hash = "5ffe57fa9c442d8db03054aa663c9a96fa9640ddc570d5bca6c56ada91221145"
content-hash = "3f522747280f1c8354b8384c76c5436a5595d9400099db4f832b0ea67055cf37"

View file

@ -13,7 +13,7 @@ version = "0.1.0"
boto3 = "^1.34.79"
botocore = "^1.34.93"
faker = "^30.1.0"
fastapi = "^0.112.2"
fastapi = "^0.115.0"
fastapi-jwt-auth = "^0.5.0"
httpx = "^0.27.0"
langchain = "^0.1.7"