update
This commit is contained in:
parent
4d809b4b5c
commit
5611cdacda
@ -3,7 +3,7 @@ from uuid import UUID
|
||||
from fastapi import HTTPException, status
|
||||
from typing import List, Dict
|
||||
from config import settings
|
||||
from .utils.ssl_transport import ssl_transport
|
||||
from common_lib.utils.ssl_transport import ssl_transport
|
||||
|
||||
|
||||
async def get_profile_by_user_id(user_id: UUID, token: str) -> dict:
|
||||
|
@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "common-lib"
|
||||
version = "0.0.12"
|
||||
version = "0.0.13"
|
||||
description = "Библиотека общих компонентов для микросервисов yobble"
|
||||
authors = [{ name = "cheykrym", email = "you@example.com" }]
|
||||
license = "MIT"
|
||||
|
Loading…
x
Reference in New Issue
Block a user