From 735ffb0929f987f030688fde1d1475bc89e76b09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 14:35:48 +0000 Subject: [PATCH] Update tiktoken requirement from ~=0.7.0 to ~=0.8.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.7.0...0.8.0) --- updated-dependencies: - dependency-name: tiktoken dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5dc2632..57fe84a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,4 +14,4 @@ spacy~=3.7.5 streamlit~=1.38.0 pyvis~=0.3.2 python-dateutil~=2.9.0.post0 -tiktoken~=0.7.0 +tiktoken~=0.8.0