aiteamutils 0.2.4__py3-none-any.whl → 0.2.6__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
aiteamutils/__init__.py CHANGED
@@ -20,7 +20,6 @@ from .base_service import BaseService
20
20
  from .base_repository import BaseRepository
21
21
  from .validators import validate_with
22
22
  from .enums import ActivityType
23
- from .cache import CacheManager
24
23
  from .version import __version__
25
24
 
26
25
  __all__ = [
@@ -52,8 +51,5 @@ __all__ = [
52
51
  "validate_with",
53
52
 
54
53
  # Enums
55
- "ActivityType",
56
-
57
- # Cache
58
- "CacheManager"
54
+ "ActivityType"
59
55
  ]
@@ -4,7 +4,7 @@ from fastapi import Depends, status
4
4
  from fastapi.security import OAuth2PasswordBearer
5
5
  from jose import JWTError, jwt
6
6
 
7
- from .database import get_db, DatabaseService
7
+ from .database import DatabaseService
8
8
  from .exceptions import CustomException, ErrorCode
9
9
 
10
10
  class Settings:
@@ -81,7 +81,7 @@ class ServiceRegistry:
81
81
  # ServiceRegistry 초기화
82
82
  service_registry = ServiceRegistry()
83
83
 
84
- def get_database_service(db: AsyncSession = Depends(get_db)) -> DatabaseService:
84
+ async def get_database_service(db: AsyncSession) -> DatabaseService:
85
85
  """DatabaseService 의존성
86
86
 
87
87
  Args:
aiteamutils/version.py CHANGED
@@ -1,2 +1,2 @@
1
1
  """버전 정보"""
2
- __version__ = "0.2.4"
2
+ __version__ = "0.2.6"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: aiteamutils
3
- Version: 0.2.4
3
+ Version: 0.2.6
4
4
  Summary: AI Team Utilities
5
5
  Project-URL: Homepage, https://github.com/yourusername/aiteamutils
6
6
  Project-URL: Issues, https://github.com/yourusername/aiteamutils/issues
@@ -1,16 +1,16 @@
1
- aiteamutils/__init__.py,sha256=-pgR1RkjBjcIgfkKSeEy65G6jsDStFM4DdiQU8Fwcmg,1239
1
+ aiteamutils/__init__.py,sha256=h7iFifWvRlaComsk4VPapRr16YhD19Kp1LuBzLHqdgQ,1170
2
2
  aiteamutils/base_model.py,sha256=ODEnjvUVoxQ1RPCfq8-uZTfTADIA4c7Z3E6G4EVsSX0,2708
3
3
  aiteamutils/base_repository.py,sha256=qdwQ7Sj2fUqxpDg6cWM48n_QbwPK_VUlG9zTSem8iCk,18968
4
4
  aiteamutils/base_service.py,sha256=E4dHGE0DvhmRyFplh46SwKJOSF_nUL7OAsCkf_ZJF_8,24733
5
5
  aiteamutils/cache.py,sha256=tr0Yn8VPYA9QHiKCUzciVlQ2J1RAwNo2K9lGMH4rY3s,1334
6
6
  aiteamutils/config.py,sha256=vC6k6E2-Y4mD0E0kw6WVgSatCl9K_BtTwrVFhLrhCzs,665
7
7
  aiteamutils/database.py,sha256=U71cexPsSmMTKgp098I574PupqnuPltujI4QKHBG2Cc,29952
8
- aiteamutils/dependencies.py,sha256=EJeVtq_lACuoheVhkX23N9xiak9bGD-t3-2JtlgBki0,4850
8
+ aiteamutils/dependencies.py,sha256=siTxeyEwzOYf5hPrLevVjQ9XsvOSAXO1vCkrxWellr8,4830
9
9
  aiteamutils/enums.py,sha256=ipZi6k_QD5-3QV7Yzv7bnL0MjDz-vqfO9I5L77biMKs,632
10
10
  aiteamutils/exceptions.py,sha256=YV-ISya4wQlHk4twvGo16I5r8h22-tXpn9wa-b3WwDM,15231
11
11
  aiteamutils/security.py,sha256=AZszaTxVEGi1jU1sX3QXHGgshp1lVvd0xXvZejXvs_w,12643
12
12
  aiteamutils/validators.py,sha256=9BHm9Zy9paHLArWXbXYjXBQYjOs4XEvM7kAaGEFvz7Q,7747
13
- aiteamutils/version.py,sha256=qj505TIaEPXVKdETV9MIkFSGabI0IySNMFg-Ms5MO48,42
14
- aiteamutils-0.2.4.dist-info/METADATA,sha256=nCAT9SdxKDTxRGaO9nxKZs5bhCKzG8C09uo0-ahDgT0,1717
15
- aiteamutils-0.2.4.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
16
- aiteamutils-0.2.4.dist-info/RECORD,,
13
+ aiteamutils/version.py,sha256=Bu7Ge4O9cLfZcW0V-NEF0GoGQnCPTmuQ4narjswC79k,42
14
+ aiteamutils-0.2.6.dist-info/METADATA,sha256=5GHoUpVHO-EwXiFsFztRFvx5aLUJv6LqyjQJeEfmtck,1717
15
+ aiteamutils-0.2.6.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
16
+ aiteamutils-0.2.6.dist-info/RECORD,,