From 23b340e6dd38d8dee374f8bf644899bf317f4eae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 03:10:27 +0000 Subject: [PATCH] chore(deps): bump tiktoken from 0.8.0 to 0.12.0 Bumps [tiktoken](https://github.com/openai/tiktoken) from 0.8.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.8.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 127c1fc..91b2480 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ fastapi==0.115.6 uvicorn[standard]==0.34.0 httpx==0.28.1 redis[hiredis]==5.2.1 -tiktoken==0.8.0 +tiktoken==0.12.0 pydantic==2.10.4 sentence-transformers==3.3.1 psycopg2-binary==2.9.10