From 0af2dc8f8964180a911f5a07e399de0b83bb7eff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 09:26:27 +0000 Subject: [PATCH] deps(deps): update tiktoken requirement from >=0.5.0 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.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 b19b6c4..a504a4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ dependencies = [ "requests>=2.28.0", "rich>=13.0.0", "openai>=1.0.0", - "tiktoken>=0.5.0", + "tiktoken>=0.12.0", "pygithub>=1.59.0", "psutil>=5.9.0", "jinja2>=3.0.0",