zapyataya

This commit is contained in:
cheykrym 2026-04-03 01:40:07 +03:00
parent 61bf1919a5
commit 170ff621db
2 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ async def get_profiles_by_user_ids(user_ids: List[UUID], user_id: UUID, full_pro
json={"user_ids": [str(uid) for uid in user_ids], json={"user_ids": [str(uid) for uid in user_ids],
"user_id": str(user_id), "user_id": str(user_id),
"full_profile": full_profile, "full_profile": full_profile,
"with_permissions": with_permissions "with_permissions": with_permissions,
"need_rating": need_rating "need_rating": need_rating
}) })

View File

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