From 627e34f091f8681a867f47906bf295fb8de6a78c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 07:30:47 +0000 Subject: [PATCH] Update tiktoken requirement from >=0.5.1 to >=0.12.0 Updates the requirements on [tiktoken](https://github.com/openai/tiktoken) to permit the latest version. - [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.5.1...0.12.0) --- updated-dependencies: - dependency-name: tiktoken dependency-version: 0.12.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c84af8b..c607dbd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dev = [ ] train = [ "torch>=2.2.2", - "tiktoken>=0.5.1", + "tiktoken>=0.12.0", "matplotlib>=3.7.1", "numpy>=1.26", "pandas>=2.2.1",