chore(deps): bump tiktoken from 0.6.0 to 0.7.0 in /apps/api

Bumps [tiktoken](https://github.com/openai/tiktoken) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/openai/tiktoken/releases)
- [Changelog](https://github.com/openai/tiktoken/blob/main/CHANGELOG.md)
- [Commits](https://github.com/openai/tiktoken/compare/0.6.0...0.7.0)

---
updated-dependencies:
- dependency-name: tiktoken
  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-21 16:43:03 +00:00 committed by GitHub
parent c39a5d0832
commit 9ea621fa3f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 39 additions and 39 deletions

View file

@ -34,7 +34,7 @@ requests = "^2.31.0"
resend = "^1.1.0"
sentry-sdk = {extras = ["fastapi"], version = "^2.2.0"}
sqlmodel = "^0.0.16"
tiktoken = "^0.6.0"
tiktoken = "^0.7.0"
uvicorn = "0.29.0"
typer = "^0.12.3"
chromadb = "^0.5.0"