chore(deps): bump uvicorn from 0.29.0 to 0.30.1 in /apps/api

Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.29.0 to 0.30.1.
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/encode/uvicorn/compare/0.29.0...0.30.1)

---
updated-dependencies:
- dependency-name: uvicorn
  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-06-02 11:16:11 +00:00 committed by GitHub
parent 8ad14e8f5d
commit d2ce09423a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -35,7 +35,7 @@ resend = "^2.0.0"
sentry-sdk = {extras = ["fastapi"], version = "^2.3.1"}
sqlmodel = "^0.0.16"
tiktoken = "^0.7.0"
uvicorn = "0.29.0"
uvicorn = "0.30.1"
typer = "^0.12.3"
chromadb = "^0.5.0"