aiteamutils 0.2.43__py3-none-any.whl → 0.2.44__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
aiteamutils/dependencies.py
CHANGED
@@ -47,7 +47,7 @@ class ServiceRegistry:
|
|
47
47
|
# ServiceRegistry 초기화
|
48
48
|
service_registry = ServiceRegistry()
|
49
49
|
|
50
|
-
|
50
|
+
def get_service(name: str):
|
51
51
|
"""등록된 서비스를 가져오는 의존성 함수
|
52
52
|
|
53
53
|
Args:
|
@@ -55,9 +55,6 @@ async def get_service(name: str):
|
|
55
55
|
|
56
56
|
Returns:
|
57
57
|
Callable: 서비스 인스턴스를 반환하는 의존성 함수
|
58
|
-
|
59
|
-
Raises:
|
60
|
-
CustomException: 서비스 생성 실패 시
|
61
58
|
"""
|
62
59
|
async def _get_service(db_service = Depends(get_database_service)):
|
63
60
|
try:
|
aiteamutils/version.py
CHANGED
@@ -1,2 +1,2 @@
|
|
1
1
|
"""버전 정보"""
|
2
|
-
__version__ = "0.2.
|
2
|
+
__version__ = "0.2.44"
|
@@ -5,12 +5,12 @@ aiteamutils/base_service.py,sha256=E4dHGE0DvhmRyFplh46SwKJOSF_nUL7OAsCkf_ZJF_8,2
|
|
5
5
|
aiteamutils/cache.py,sha256=07xBGlgAwOTAdY5mnMOQJ5EBxVwe8glVD7DkGEkxCtw,1373
|
6
6
|
aiteamutils/config.py,sha256=OM_b7g8sqZ3zY_DSF9ry-zn5wn4dlXdx5OhjfTGr0TE,2876
|
7
7
|
aiteamutils/database.py,sha256=PZOggFB8KfkoCxzHhP5GGeBjee-FM6Hr_no8c7uhAMU,40129
|
8
|
-
aiteamutils/dependencies.py,sha256=
|
8
|
+
aiteamutils/dependencies.py,sha256=WwUNcz398PQ7oFcsfuaXZdeHJV6omSW-7Bt3r2ZdTco,4305
|
9
9
|
aiteamutils/enums.py,sha256=ipZi6k_QD5-3QV7Yzv7bnL0MjDz-vqfO9I5L77biMKs,632
|
10
10
|
aiteamutils/exceptions.py,sha256=_lKWXq_ujNj41xN6LDE149PwsecAP7lgYWbOBbLOntg,15368
|
11
11
|
aiteamutils/security.py,sha256=9gvEqDtE3RJaoCWqELPCjkg-IsSqZVrpMP6XPZaodWU,16024
|
12
12
|
aiteamutils/validators.py,sha256=3N245cZFjgwtW_KzjESkizx5BBUDaJLbbxfNO4WOFZ0,7764
|
13
|
-
aiteamutils/version.py,sha256=
|
14
|
-
aiteamutils-0.2.
|
15
|
-
aiteamutils-0.2.
|
16
|
-
aiteamutils-0.2.
|
13
|
+
aiteamutils/version.py,sha256=XXelCwUn4TsiJo205h37OxloPizgitNoswitDw9Ocus,42
|
14
|
+
aiteamutils-0.2.44.dist-info/METADATA,sha256=iAQc_R6o5urlOgHm1ZZHDUoTX-Y7uFpd01G66pZHol0,1718
|
15
|
+
aiteamutils-0.2.44.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
16
|
+
aiteamutils-0.2.44.dist-info/RECORD,,
|
File without changes
|