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.
|
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.
|
2
|
+
__version__ = "0.2.122"
|
@@ -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
|
12
|
-
aiteamutils/version.py,sha256=
|
13
|
-
aiteamutils-0.2.
|
14
|
-
aiteamutils-0.2.
|
15
|
-
aiteamutils-0.2.
|
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,,
|
File without changes
|