From 7b1a10c915fdd2dc9699f642d224b201d0ea9099 Mon Sep 17 00:00:00 2001 From: cheykrym Date: Sun, 29 Jun 2025 06:18:16 +0300 Subject: [PATCH] patch --- common_lib/services/profile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common_lib/services/profile.py b/common_lib/services/profile.py index fb5285f..4f80f20 100644 --- a/common_lib/services/profile.py +++ b/common_lib/services/profile.py @@ -25,7 +25,7 @@ async def get_profile_by_user_id(user_id: UUID, token: str) -> dict: raise HTTPException(status_code=status.HTTP_503_SERVICE_UNAVAILABLE, detail=f"profile_service unreachable: {str(e)}") -async def get_profiles_by_user_ids(user_ids: List[UUID], token: str, user_id: UUID) -> Dict[str, dict]: +async def get_profiles_by_user_ids(user_ids: List[UUID], token: str, user_id: str) -> Dict[str, dict]: try: async with httpx.AsyncClient(timeout=5.0, verify=False) as client: response = await client.post(