From 0cdd887e63b9eac34c45c3e0774909f56a93be58 Mon Sep 17 00:00:00 2001 From: Profitroll Date: Tue, 13 Jun 2023 11:53:56 +0300 Subject: [PATCH] Dump ujson to ~=5.8.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 349bfb0..1a21f8b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = ["aiofiles~=23.1.0"] [project.optional-dependencies] pycord = ["py-cord>=2.0.0"] pyrogram = ["pyrogram>=2.0.0"] -speed = ["ujson==5.7.0"] +speed = ["ujson~=5.8.0"] [project.urls] Source = "https://git.end-play.xyz/profitroll/LibBotUniversal"