From 044640401d9cb5187e091d6c2c7f05cbbcfd68a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 18:45:39 +0000 Subject: [PATCH] Update tiktoken requirement from <0.10 to <0.12 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.2.0...0.11.0) --- updated-dependencies: - dependency-name: tiktoken dependency-version: 0.11.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 09c9b60..a42b964 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,7 @@ dependencies = [ "platformdirs<5", "pueblo==0.0.11", "requests<3", - "tiktoken<0.10", + "tiktoken<0.12", ] optional-dependencies.all = [ "cratedb-about[manyio,llm]",