aiteamutils 0.2.121__tar.gz → 0.2.122__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.121
3
+ Version: 0.2.122
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
@@ -229,7 +229,7 @@ class Validator:
229
229
  return datetime.strptime(str(value), '%Y-%m-%d %H:%M:%S')
230
230
  except Exception as e:
231
231
  raise CustomException(
232
- error_code=ErrorCode.INVALID_DATETIME_FORMAT,
232
+ error_code=ErrorCode.VALIDATION_ERROR,
233
233
  detail=f"{field_name}|{value}",
234
234
  source_function="Validator.validate_datetime",
235
235
  original_error=str(e)
@@ -0,0 +1,2 @@
1
+ """버전 정보"""
2
+ __version__ = "0.2.122"
@@ -1,2 +0,0 @@
1
- """버전 정보"""
2
- __version__ = "0.2.121"
File without changes
File without changes
File without changes