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

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

---
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-09-01 04:06:47 +00:00 committed by GitHub
parent 3ee33b5c5a
commit 01edbf9409
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 48 deletions

View file

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