From 79ed9586c842ac5c0ebb6bfd3a4849e4ae3fbc1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 18:44:58 +0000 Subject: [PATCH] Bump tiktoken from 0.6.0 to 0.12.0 Bumps [tiktoken](https://github.com/openai/tiktoken) from 0.6.0 to 0.12.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.12.0) --- updated-dependencies: - dependency-name: tiktoken dependency-version: 0.12.0 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 e094a665..7d8a53c9 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.12.0 transformers>=4.20.0,<5.0.0 tqdm mkdocs