From 9d8a165de3f6936c5b122ca3bdc9cda7c215c555 Mon Sep 17 00:00:00 2001 From: sufubao Date: Tue, 4 Aug 2026 22:15:27 +0800 Subject: [PATCH] fix: bump tiktoken to 0.8.0 for litellm 1.84.8 litellm 1.84.8 requires tiktoken>=0.8.0,<1.0, but requirements.txt still pinned tiktoken==0.7.0 from before the litellm floor was raised in #1427. This makes pip resolution fail with ResolutionImpossible when building images that install requirements.txt from a clean index. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d69146679..09b45cf31 100644 --- a/requirements.txt +++ b/requirements.txt @@ -70,7 +70,7 @@ wheel==0.40.0 zstandard==0.23.0 safetensors==0.4.5 Pillow==10.4.0 -tiktoken==0.7.0 +tiktoken==0.8.0 matplotlib==3.10.0 psutil==5.9.4 prometheus_client==0.20.0