From 7314bc383068db590662bf7e512f799529308991 Mon Sep 17 00:00:00 2001 From: Federico Aguzzi <62149513+f-aguzzi@users.noreply.github.com> Date: Thu, 18 Jul 2024 10:56:25 +0200 Subject: [PATCH] chore: upgrade tiktoken --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 369113c5..f77bb185 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "beautifulsoup4==4.12.3", "pandas==2.2.2", "python-dotenv==1.0.1", - "tiktoken==0.6.0", + "tiktoken==0.7", "tqdm==4.66.4", "graphviz==0.20.3", "minify-html==0.15.0",