From 74c0475c1a68f56656e06abdb84c713a1d3e41fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 23:08:21 +0000 Subject: [PATCH] chore(deps): Update tiktoken requirement in /apps/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.12.0...0.13.0) --- updated-dependencies: - dependency-name: tiktoken dependency-version: 0.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/backend/requirements.txt b/apps/backend/requirements.txt index 45a6e1920..50e6f4e0a 100644 --- a/apps/backend/requirements.txt +++ b/apps/backend/requirements.txt @@ -59,7 +59,7 @@ httpx>=0.28.1 aiohttp>=3.13.5 # tiktoken - Token counting for accurate context window estimation -tiktoken>=0.12.0 +tiktoken>=0.13.0 # Error tracking (optional - requires SENTRY_DSN environment variable) sentry-sdk>=2.59.0