zapyataya
This commit is contained in:
parent
61bf1919a5
commit
170ff621db
@ -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
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
@ -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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user