chore(deps): bump sqlmodel from 0.0.16 to 0.0.19 in /apps/api

Bumps [sqlmodel](https://github.com/tiangolo/sqlmodel) from 0.0.16 to 0.0.19.
- [Release notes](https://github.com/tiangolo/sqlmodel/releases)
- [Changelog](https://github.com/tiangolo/sqlmodel/blob/main/docs/release-notes.md)
- [Commits](https://github.com/tiangolo/sqlmodel/compare/0.0.16...0.0.19)

---
updated-dependencies:
- dependency-name: sqlmodel
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-07-01 18:47:54 +00:00 committed by GitHub
parent f70c4bd41a
commit 6ac7feb78b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

View file

@ -33,7 +33,7 @@ redis = "^5.0.7"
requests = "^2.32.3"
resend = "^2.0.0"
sentry-sdk = {extras = ["fastapi"], version = "^2.3.1"}
sqlmodel = "^0.0.16"
sqlmodel = "^0.0.19"
tiktoken = "^0.7.0"
uvicorn = "0.30.1"
typer = "^0.12.3"