From 9a01f91ea0f1e81ad5d4ea6d7de04710a3cc6d15 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 3 Dec 2025 03:05:16 +0300 Subject: [PATCH] add push service --- common_lib/services/chat_internal.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common_lib/services/chat_internal.py b/common_lib/services/chat_internal.py index 41eeb11..6b4bd2a 100644 --- a/common_lib/services/chat_internal.py +++ b/common_lib/services/chat_internal.py @@ -18,7 +18,7 @@ async def send_internal_message( json={"sender": str(sender), "user_id": str(user_id), "content": str(content), - "broker_customization_msg": str(broker_customization_msg), + "broker_customization_msg": broker_customization_msg, }) if response.status_code != 200: diff --git a/pyproject.toml b/pyproject.toml index 721b3de..4cd4ea6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "common-lib" -version = "0.0.39" +version = "0.0.40" description = "Библиотека общих компонентов для микросервисов yobble" authors = [{ name = "cheykrym", email = "you@example.com" }] license = "MIT"