From 561b14e7723e23764d39015965c2eba1c35f20f8 Mon Sep 17 00:00:00 2001 From: Shrimadhav U K Date: Fri, 22 Mar 2024 11:44:53 +0530 Subject: [PATCH 01/10] Begin Updateing --- loader/core/__init__.py | 2 +- requirements.txt | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/loader/core/__init__.py b/loader/core/__init__.py index 208b645..82f33f3 100644 --- a/loader/core/__init__.py +++ b/loader/core/__init__.py @@ -1,7 +1,7 @@ from os import environ MIN_PY = "3.8" -MAX_PY = "3.10" +MAX_PY = "3.11" CONF_PATH = "config.env" diff --git a/requirements.txt b/requirements.txt index 1786dc1..a3e43b8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -dnspython -gitpython -motor -pyrogram>=2.0.30 -python-dotenv +dnspython==2.2.0 +gitpython==3.1.26 +motor==3.3.2 # 2.5.1 +https://github.com/TelegramPlayGround/pyrogram/archive/ffbce0c.zip +python-dotenv==0.19.2 From a564a5021f2be1abe5be2af55cf19722d994b2fb Mon Sep 17 00:00:00 2001 From: Shrimadhav U K Date: Tue, 26 Mar 2024 12:16:11 +0530 Subject: [PATCH 02/10] update pyrogram dependancy --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a3e43b8..28c0fd3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ dnspython==2.2.0 gitpython==3.1.26 motor==3.3.2 # 2.5.1 -https://github.com/TelegramPlayGround/pyrogram/archive/ffbce0c.zip +https://github.com/TelegramPlayGround/pyrogram/archive/d56b41042b.zip python-dotenv==0.19.2 From 4683668bb84b30e8ff9c6e41780ddc7948902d6e Mon Sep 17 00:00:00 2001 From: Shrimadhav U K Date: Sun, 14 Apr 2024 20:35:34 +0530 Subject: [PATCH 03/10] Update pyrogram --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 28c0fd3..74d4f26 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ dnspython==2.2.0 gitpython==3.1.26 motor==3.3.2 # 2.5.1 -https://github.com/TelegramPlayGround/pyrogram/archive/d56b41042b.zip +https://github.com/TelegramPlayGround/pyrogram/archive/19436a9.zip python-dotenv==0.19.2 From 1efa4156078429833b6c48dd965ab738a6e321f1 Mon Sep 17 00:00:00 2001 From: Shrimadhav U K Date: Sun, 21 Apr 2024 09:14:57 +0530 Subject: [PATCH 04/10] Update Pyrogram --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 74d4f26..fc084b1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ dnspython==2.2.0 gitpython==3.1.26 motor==3.3.2 # 2.5.1 -https://github.com/TelegramPlayGround/pyrogram/archive/19436a9.zip +pyrotgfork==2.1.22 python-dotenv==0.19.2 From b9f85c87704db736ed571c9ee6abf7497109369e Mon Sep 17 00:00:00 2001 From: Shrimadhav U K Date: Wed, 24 Apr 2024 08:48:01 +0530 Subject: [PATCH 05/10] Update Pyrogram --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fc084b1..6c074d7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ dnspython==2.2.0 gitpython==3.1.26 motor==3.3.2 # 2.5.1 -pyrotgfork==2.1.22 +pyrotgfork==2.1.25 python-dotenv==0.19.2 From 56dd403f10a963f37ec1c5ba92fabc20e5d9dab1 Mon Sep 17 00:00:00 2001 From: Shrimadhav U K Date: Mon, 6 May 2024 01:40:04 +0530 Subject: [PATCH 06/10] Update Pyrogram --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6c074d7..0e4fe5e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ dnspython==2.2.0 gitpython==3.1.26 motor==3.3.2 # 2.5.1 -pyrotgfork==2.1.25 +pyrotgfork==2.1.29 python-dotenv==0.19.2 From e9a9e0aa8938e9a0ea7f3e451b3bb9559865593a Mon Sep 17 00:00:00 2001 From: Shrimadhav U K Date: Sun, 26 May 2024 13:04:38 +0530 Subject: [PATCH 07/10] Update Pyrogram --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0e4fe5e..224c759 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ dnspython==2.2.0 gitpython==3.1.26 motor==3.3.2 # 2.5.1 -pyrotgfork==2.1.29 +pyrotgfork==2.1.32.1 python-dotenv==0.19.2 From b6db76e8fb6925d2955ada9104227cedfa15e2c9 Mon Sep 17 00:00:00 2001 From: Shrimadhav U K Date: Wed, 29 May 2024 18:42:23 +0530 Subject: [PATCH 08/10] Update Pyrogram --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 224c759..e3660a0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ dnspython==2.2.0 gitpython==3.1.26 motor==3.3.2 # 2.5.1 -pyrotgfork==2.1.32.1 +pyrotgfork==2.1.32.2 python-dotenv==0.19.2 From 89ab3b231cab6911b94e35be5e1fbbda22852edc Mon Sep 17 00:00:00 2001 From: Shrimadhav U K Date: Sat, 19 Oct 2024 20:05:14 +0530 Subject: [PATCH 09/10] Update Pyrogram --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e3660a0..b2326ac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ dnspython==2.2.0 gitpython==3.1.26 motor==3.3.2 # 2.5.1 -pyrotgfork==2.1.32.2 +pyrotgfork==2.1.33.11 python-dotenv==0.19.2 From 1003f78d1c90b533d1161575a3232ffdb6de3f48 Mon Sep 17 00:00:00 2001 From: Shrimadhav U K Date: Tue, 18 Mar 2025 19:03:27 +0530 Subject: [PATCH 10/10] Update Pyrogram --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b2326ac..17ea88e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,6 @@ dnspython==2.2.0 gitpython==3.1.26 motor==3.3.2 # 2.5.1 -pyrotgfork==2.1.33.11 +pyrotgfork==2.2.9 +TgCrypto==1.2.5 python-dotenv==0.19.2