From c7ee83dc6a227a6af57c1a463da477c858acdf0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 14:13:51 +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] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9f20bc4c1..c12804698 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ "click==8.1.7", "xlrd==2.0.2", "asyncio==3.4.3", - "tiktoken==0.6.0", + "tiktoken==0.12.0", "requests==2.31.0", "pypdf==4.3.1", "python-docx==1.1.2",