From ee877903088d52e85e60bb02ee3cbdc7f3ecb3a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 20:55:56 +0000 Subject: [PATCH] Bump tiktoken from 0.6.0 to 0.7.0 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] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index c4998aed..642715b0 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -147,7 +147,7 @@ sqlalchemy[asyncio]==2.0.30 # via fastapi_app (pyproject.toml) starlette==0.37.2 # via fastapi -tiktoken==0.6.0 +tiktoken==0.7.0 # via # fastapi_app (pyproject.toml) # openai-messages-token-helper