From e5cbb9a70f7b36572fb9047a736ee5830ea4f23b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 13:38:19 +0000 Subject: [PATCH] Update tiktoken requirement from <0.10 to <0.11 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/commits) --- updated-dependencies: - dependency-name: tiktoken dependency-version: 0.10.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..db47187 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.11", ] optional-dependencies.all = [ "cratedb-about[manyio,llm]",