aiteamutils 0.2.142__tar.gz → 0.2.143__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: aiteamutils
3
- Version: 0.2.142
3
+ Version: 0.2.143
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
@@ -253,7 +253,7 @@ class BaseService(Generic[ModelType]):
253
253
  raise CustomException(
254
254
  ErrorCode.INTERNAL_ERROR,
255
255
  detail=str(e),
256
- source_function=f"base_service.{self.__class__.__name__}.create",
256
+ source_function=f"base_service.{self.__class__.__name__}.create.exception",
257
257
  original_error=e
258
258
  )
259
259
 
@@ -0,0 +1,2 @@
1
+ """버전 정보"""
2
+ __version__ = "0.2.143"
@@ -1,2 +0,0 @@
1
- """버전 정보"""
2
- __version__ = "0.2.142"
File without changes
File without changes
File without changes