From b4c7878dbbf7cad341ed91a0548d8af0b5862d34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 03:32:40 +0000 Subject: [PATCH] chore(deps): update tiktoken requirement in /backend 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.8.0...0.12.0) --- updated-dependencies: - dependency-name: tiktoken dependency-version: 0.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 10c7477..03baa57 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -23,7 +23,7 @@ tree-sitter-typescript>=0.23.0 # AI/ML openai>=1.54.0 pinecone>=5.0.0 -tiktoken>=0.8.0 +tiktoken>=0.12.0 # Utils gitpython>=3.1.0