chore(deps): bump fastapi from 0.112.2 to 0.115.0 in /apps/api

Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.112.2 to 0.115.0.
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](https://github.com/fastapi/fastapi/compare/0.112.2...0.115.0)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-10-01 09:38:43 +00:00 committed by GitHub
parent b40f693f36
commit a8aa8fc745
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]] [[package]]
name = "fastapi" name = "fastapi"
version = "0.112.2" version = "0.115.0"
description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production" description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production"
optional = false optional = false
python-versions = ">=3.8" python-versions = ">=3.8"
files = [ files = [
{file = "fastapi-0.112.2-py3-none-any.whl", hash = "sha256:db84b470bd0e2b1075942231e90e3577e12a903c4dc8696f0d206a7904a7af1c"}, {file = "fastapi-0.115.0-py3-none-any.whl", hash = "sha256:17ea427674467486e997206a5ab25760f6b09e069f099b96f5b55a32fb6f1631"},
{file = "fastapi-0.112.2.tar.gz", hash = "sha256:3d4729c038414d5193840706907a41839d839523da6ed0c2811f1168cac1798c"}, {file = "fastapi-0.115.0.tar.gz", hash = "sha256:f93b4ca3529a8ebc6fc3fcf710e5efa8de3df9b41570958abf1d97d843138004"},
] ]
[package.dependencies] [package.dependencies]
@ -3897,4 +3897,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools",
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.12" python-versions = "^3.12"
content-hash = "5ffe57fa9c442d8db03054aa663c9a96fa9640ddc570d5bca6c56ada91221145" content-hash = "3f522747280f1c8354b8384c76c5436a5595d9400099db4f832b0ea67055cf37"

View file

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