From 15cd3164d5cec24590f9173ac194d29fd4960933 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 15:27:03 +0000 Subject: [PATCH] :arrow_up: Bump tiktoken from 0.7.0 to 0.8.0 Bumps [tiktoken](https://github.com/openai/tiktoken) from 0.7.0 to 0.8.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.7.0...0.8.0) --- updated-dependencies: - dependency-name: tiktoken dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4cc7b1c1..eb25e08f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -44,7 +44,7 @@ regex==2024.7.24 ; python_full_version >= "3.8.1" and python_version < "4.0" requests==2.32.3 ; python_full_version >= "3.8.1" and python_version < "4.0" rpds-py==0.20.0 ; python_full_version >= "3.8.1" and python_version < "4.0" sniffio==1.3.1 ; python_full_version >= "3.8.1" and python_version < "4.0" -tiktoken==0.7.0 ; python_full_version >= "3.8.1" and python_version < "4.0" +tiktoken==0.8.0 ; python_full_version >= "3.8.1" and python_version < "4.0" tokenizers==0.20.0 ; python_full_version >= "3.8.1" and python_version < "4.0" tqdm==4.66.5 ; python_full_version >= "3.8.1" and python_version < "4.0" typing-extensions==4.12.2 ; python_full_version >= "3.8.1" and python_version < "4.0"