From 57dc9e1a8ca8fcbbf14aad8c75578fbe8d6ca599 Mon Sep 17 00:00:00 2001 From: yym68686 Date: Tue, 18 Jun 2024 18:18:31 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Bug:=20Replace=20deprecated=20fi?= =?UTF-8?q?elds=20in=20the=20OpenAI=20API.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 💻 Code: Upgrade ModelMerge version to 0.7.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e877b491..2f766485 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ --index-url https://pypi.python.org/simple/ python-dotenv md2tgmd==0.2.3 -ModelMerge==0.6.11 +ModelMerge==0.7.0 python-telegram-bot[webhooks,rate-limiter]==21.0.1 \ No newline at end of file