chore(deps): bump fastapi from 0.110.2 to 0.111.0 in /apps/api

Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.110.2 to 0.111.0.
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](https://github.com/tiangolo/fastapi/compare/0.110.2...0.111.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-05-06 12:26:07 +00:00 committed by GitHub
parent d739f2e8a3
commit 384705114c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 190 additions and 6 deletions

View file

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