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"