aiteamutils 0.2.21__tar.gz → 0.2.22__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.21
3
+ Version: 0.2.22
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
@@ -4,7 +4,7 @@ from fastapi.security import OAuth2PasswordBearer
4
4
  from jose import JWTError, jwt
5
5
  from sqlalchemy.ext.asyncio import AsyncSession
6
6
 
7
- from .database import DatabaseService, get_database_service
7
+ from .database import DatabaseService, get_database_service, get_db
8
8
  from .exceptions import CustomException, ErrorCode
9
9
  from .config import get_settings
10
10
 
@@ -0,0 +1,2 @@
1
+ """버전 정보"""
2
+ __version__ = "0.2.22"
@@ -1,2 +0,0 @@
1
- """버전 정보"""
2
- __version__ = "0.2.21"
File without changes
File without changes
File without changes