add bots token

This commit is contained in:
unknown 2025-10-23 01:30:35 +03:00
parent d472348bc7
commit bd72fc4476
2 changed files with 1 additions and 2 deletions

View File

@ -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"]

View File

@ -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"