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

Bumps [sqlmodel](https://github.com/tiangolo/sqlmodel) from 0.0.10 to 0.0.16.
- [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.10...0.0.16)

---
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-04-01 09:06:37 +00:00 committed by GitHub
parent d7eb9c19ea
commit 938c3a2349
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 71 additions and 78 deletions

View file

@ -34,7 +34,7 @@ redis = "^5.0.1"
requests = "^2.31.0"
resend = "^0.8.0"
sentry-sdk = {extras = ["fastapi"], version = "^1.39.2"}
sqlmodel = "^0.0.10"
sqlmodel = "^0.0.16"
tiktoken = "^0.5.2"
uvicorn = "0.29.0"