From 3992c1c66e561a77428b04788834bf9763ee63bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 20:34:55 +0000 Subject: [PATCH] deps(deps): update tiktoken requirement from ^0.5 to ^0.12 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.0...0.12.0) --- updated-dependencies: - dependency-name: tiktoken dependency-version: 0.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0b1c976..be92d54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ sentence-transformers = "^2.3" numpy = "^1.26" # Token Counting -tiktoken = "^0.5" +tiktoken = "^0.12" # API fastapi = "^0.109"