aiteamutils 0.2.54__tar.gz → 0.2.55__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: aiteamutils
3
- Version: 0.2.54
3
+ Version: 0.2.55
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,11 +1,5 @@
1
1
  from .base_model import Base
2
- from .database import (
3
- DatabaseService,
4
- DatabaseServiceManager,
5
- get_db,
6
- get_database_service,
7
- lifespan
8
- )
2
+ from .database import DatabaseService
9
3
  from .exceptions import (
10
4
  CustomException,
11
5
  ErrorCode,
@@ -36,10 +30,6 @@ __all__ = [
36
30
 
37
31
  # Database
38
32
  "DatabaseService",
39
- "DatabaseServiceManager",
40
- "get_db",
41
- "get_database_service",
42
- "lifespan",
43
33
 
44
34
  # Exceptions
45
35
  "CustomException",
@@ -0,0 +1,2 @@
1
+ """버전 정보"""
2
+ __version__ = "0.2.55"
@@ -1,2 +0,0 @@
1
- """버전 정보"""
2
- __version__ = "0.2.54"
File without changes
File without changes
File without changes
File without changes