From 7401d4de2d759d220b18d9b304f450ae7e0ce7aa Mon Sep 17 00:00:00 2001 From: Randy SL Date: Sat, 14 Feb 2026 05:48:09 +0700 Subject: [PATCH 1/4] Test --- userbot_auth/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userbot_auth/__version__.py b/userbot_auth/__version__.py index 6f4f139..71f04db 100644 --- a/userbot_auth/__version__.py +++ b/userbot_auth/__version__.py @@ -1,4 +1,4 @@ -__version__ = "1.0.14" +__version__ = "1.0.15" __author__ = "TeamKillerX" __title__ = "Ryzenth UBT | Enterprise Security Framework" __description__ = "Enterprise-grade authentication and authorization platform built for scale. Secure your applications with zero-trust architecture and real-time threat detection." From ea27f8c2b80e3e08680c31f9a809c397de51c919 Mon Sep 17 00:00:00 2001 From: Randy SL Date: Sat, 14 Feb 2026 05:58:28 +0700 Subject: [PATCH 2/4] Update client_youtube.py --- userbot_auth/client_youtube.py | 1 + 1 file changed, 1 insertion(+) diff --git a/userbot_auth/client_youtube.py b/userbot_auth/client_youtube.py index 057b266..062edfd 100644 --- a/userbot_auth/client_youtube.py +++ b/userbot_auth/client_youtube.py @@ -19,6 +19,7 @@ import re import time +import json import urllib.parse from urllib.parse import quote_plus From e219139c78465e7d0603df08de89f0630b4ab6e2 Mon Sep 17 00:00:00 2001 From: Randy SL Date: Sat, 14 Feb 2026 05:59:14 +0700 Subject: [PATCH 3/4] Update __version__.py --- userbot_auth/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userbot_auth/__version__.py b/userbot_auth/__version__.py index 71f04db..707d187 100644 --- a/userbot_auth/__version__.py +++ b/userbot_auth/__version__.py @@ -1,4 +1,4 @@ -__version__ = "1.0.15" +__version__ = "1.0.16" __author__ = "TeamKillerX" __title__ = "Ryzenth UBT | Enterprise Security Framework" __description__ = "Enterprise-grade authentication and authorization platform built for scale. Secure your applications with zero-trust architecture and real-time threat detection." From 2e0824220e4c0f5b8c55901a4cb37e26519e80f7 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 22:59:48 +0000 Subject: [PATCH 4/4] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- userbot_auth/client_youtube.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userbot_auth/client_youtube.py b/userbot_auth/client_youtube.py index 062edfd..86394a8 100644 --- a/userbot_auth/client_youtube.py +++ b/userbot_auth/client_youtube.py @@ -17,9 +17,9 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . +import json import re import time -import json import urllib.parse from urllib.parse import quote_plus