From 1e30885e1ac2d0179c6b3715b08e2d9912cee943 Mon Sep 17 00:00:00 2001 From: Power BI Dev Date: Thu, 4 Jun 2026 09:19:08 +0700 Subject: [PATCH] fix: upgrade python-telegram-bot to 21.3 to resolve httpx conflict with chromadb --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 60a533a..c83f8ec 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -python-telegram-bot==20.7 +python-telegram-bot==21.3 openai==1.30.0 python-dotenv==1.0.1 chromadb==0.5.3