From 24f61347a5b4b9d13c034f3cfc2ce53a585f75a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 09:36:53 +0000 Subject: [PATCH] chore(deps): bump tiktoken from 0.5.2 to 0.12.0 Bumps [tiktoken](https://github.com/openai/tiktoken) from 0.5.2 to 0.12.0. - [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.2...0.12.0) --- updated-dependencies: - dependency-name: tiktoken dependency-version: 0.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- python-sdk/requirements-ml.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-sdk/requirements-ml.txt b/python-sdk/requirements-ml.txt index 510019a6..080027dd 100644 --- a/python-sdk/requirements-ml.txt +++ b/python-sdk/requirements-ml.txt @@ -17,7 +17,7 @@ langsmith==0.6.7 # Vector Stores and Embeddings chromadb==1.4.1 faiss-cpu==1.7.4 -tiktoken==0.5.2 +tiktoken==0.12.0 openai==1.7.1 # Data Processing