From b0c8f678a057852fed19f8013166d01c6bd0404b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 16:56:55 +0000 Subject: [PATCH] Bump tiktoken from 0.6.0 to 0.8.0 Bumps [tiktoken](https://github.com/openai/tiktoken) from 0.6.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.6.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 bbcc98c0..74f8dabb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ beartype>=0.15.0,<0.16.0 vector-quantize-pytorch>=1.12.0,<1.13.0 loguru rich==13.7.1 -tiktoken==0.6.0 +tiktoken==0.8.0 transformers==4.44.2 tqdm==4.66.5 mkdocs