add push service

This commit is contained in:
unknown 2025-12-03 00:51:41 +03:00
parent 7ba1d5a717
commit 4543cb9493
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ async def send_internal_message(
sender: str, sender: str,
user_id: UUID, user_id: UUID,
content: str, content: str,
broker_customization_msg: str, broker_customization_msg: str = None,
with_httpexception = False with_httpexception = False
) -> dict: ) -> dict:
try: try:

View File

@ -1,6 +1,6 @@
[project] [project]
name = "common-lib" name = "common-lib"
version = "0.0.38" version = "0.0.39"
description = "Библиотека общих компонентов для микросервисов yobble" description = "Библиотека общих компонентов для микросервисов yobble"
authors = [{ name = "cheykrym", email = "you@example.com" }] authors = [{ name = "cheykrym", email = "you@example.com" }]
license = "MIT" license = "MIT"