add socket_internal

This commit is contained in:
unknown 2025-10-20 22:32:31 +03:00
parent ca6be252ab
commit c2405f1326
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ async def send_internal_socket_msg(
return response.status_code, f"socket_service: {response.text}"
wrapped = response.json()
return wrapped["data"]
return 200, wrapped
except httpx.RequestError as e:
if with_httpexception:

View File

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