aiteamutils 0.2.121__py3-none-any.whl → 0.2.122__py3-none-any.whl

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.
aiteamutils/validators.py CHANGED
@@ -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)
aiteamutils/version.py CHANGED
@@ -1,2 +1,2 @@
1
1
  """버전 정보"""
2
- __version__ = "0.2.121"
2
+ __version__ = "0.2.122"
@@ -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
@@ -8,8 +8,8 @@ aiteamutils/database.py,sha256=2D4YX8sfxZCvhKoqKSNbxyIZTb9Wc2-jsNBpLA7T7s0,19939
8
8
  aiteamutils/enums.py,sha256=7WLqlcJqQWtETAga2WAxNp3dJTQIAd2TW-4WzkoHHa8,2498
9
9
  aiteamutils/exceptions.py,sha256=pgf3ersezObyl17wAO3I2fb8m9t2OzWDX1mSjwAWm2Y,16035
10
10
  aiteamutils/security.py,sha256=McUl3t5Z5SyUDVUHymHdDkYyF4YSeg4g9fFMML4W6Kw,11630
11
- aiteamutils/validators.py,sha256=-m_pE23JCrdi5yDKwxc5OFcw0pf6jbtujNky2ufhaLQ,11956
12
- aiteamutils/version.py,sha256=z2NfUKoHGer5j9lhP6jj_rmeVY-BQBa0iR6oLwcLGsk,43
13
- aiteamutils-0.2.121.dist-info/METADATA,sha256=shRZAaJDZejWJNkzRI2aWsOpa5l7GFvYsSyHDR8NATk,1719
14
- aiteamutils-0.2.121.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
15
- aiteamutils-0.2.121.dist-info/RECORD,,
11
+ aiteamutils/validators.py,sha256=msOrha36xWsapm4VAh63YmFq1GVyC9tzZcjXYFCEZ_g,11949
12
+ aiteamutils/version.py,sha256=utTiYLL8voqxrlY91sDbDskcSQX0rHAljbfmbTfAdgg,43
13
+ aiteamutils-0.2.122.dist-info/METADATA,sha256=XnLKv0geHUFn5lVYuNIfjMQcgdK4IYxjXQC7ZkBqZ2Q,1719
14
+ aiteamutils-0.2.122.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
15
+ aiteamutils-0.2.122.dist-info/RECORD,,