From f8096576c74810aca5719765c0a8741342484dbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 03:53:46 +0000 Subject: [PATCH] chore(deps): update tiktoken requirement from >=0.5.0 to >=0.13.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.13.0) --- updated-dependencies: - dependency-name: tiktoken dependency-version: 0.13.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aa9459c..d7f9750 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dev = [ "ruff>=0.15.14", "pre-commit>=4.6.0", "pyyaml>=6.0.3", - "tiktoken>=0.5.0", + "tiktoken>=0.13.0", ] docs = [ "mkdocs>=1.6.1",