From db7d6a5048ec0c663fd65ba38c89eab6cc80442c Mon Sep 17 00:00:00 2001 From: yym68686 Date: Sun, 19 May 2024 01:55:15 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Bug:=20Fix=20the=20bug=20of=20ex?= =?UTF-8?q?tra=20request=20body=20fields=20when=20all=20function=20calls?= =?UTF-8?q?=20are=20turned=20off.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 💻 Code: Upgrade ModelMerge version to 0.4.7 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 715587b8..08e9a6ec 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ pytz python-dotenv md2tgmd==0.1.9 -ModelMerge==0.4.6 +ModelMerge==0.4.7 fake_useragent oauth2client==3.0.0 python-telegram-bot[webhooks,rate-limiter]==21.0.1 \ No newline at end of file