From bd72fc447679660251d8aff67bbacbec4fc43563 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 23 Oct 2025 01:30:35 +0300 Subject: [PATCH] add bots token --- common_lib/utils/auth.py | 1 - pyproject.toml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/common_lib/utils/auth.py b/common_lib/utils/auth.py index a25c41d..7b0b32d 100644 --- a/common_lib/utils/auth.py +++ b/common_lib/utils/auth.py @@ -57,7 +57,6 @@ async def _fetch_current_user( return CurrentUser( token=token, - is_bot=data["is_bot"], user_id=data["user_id"], session_id=data["session_id"], permissions=data["permissions"] diff --git a/pyproject.toml b/pyproject.toml index f82843a..1e4d7ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "common-lib" -version = "0.0.32" +version = "0.0.33" description = "Библиотека общих компонентов для микросервисов yobble" authors = [{ name = "cheykrym", email = "you@example.com" }] license = "MIT"