aiteamutils 0.2.118__py3-none-any.whl → 0.2.119__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
@@ -282,7 +282,7 @@ def date_validator(*field_names: str):
|
|
282
282
|
field_names=field_names,
|
283
283
|
validate_func=Validator.validate_date,
|
284
284
|
field_type=date,
|
285
|
-
error_code=ErrorCode.
|
285
|
+
error_code=ErrorCode.INVALID_DATE_FORMAT,
|
286
286
|
source_prefix="date_validator"
|
287
287
|
)
|
288
288
|
|
@@ -292,6 +292,6 @@ def datetime_validator(*field_names: str):
|
|
292
292
|
field_names=field_names,
|
293
293
|
validate_func=Validator.validate_datetime,
|
294
294
|
field_type=datetime,
|
295
|
-
error_code=ErrorCode.
|
295
|
+
error_code=ErrorCode.INVALID_DATETIME_FORMAT,
|
296
296
|
source_prefix="datetime_validator"
|
297
|
-
)
|
297
|
+
)
|
aiteamutils/version.py
CHANGED
@@ -1,2 +1,2 @@
|
|
1
1
|
"""버전 정보"""
|
2
|
-
__version__ = "0.2.
|
2
|
+
__version__ = "0.2.119"
|
@@ -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=zRwtEAhb6HcruZ2pFyraxdpo5YWtBTLPIWtz6lKUVU0,16287
|
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=aDhXM8ZPK7IxnSf1RDaHpbbIY-e_YAhWMZckXYnKqok,11969
|
12
|
+
aiteamutils/version.py,sha256=g4tVi7vagAwEGrphlw-Bv2ejNTs6cxcsIkNU_2umSiw,43
|
13
|
+
aiteamutils-0.2.119.dist-info/METADATA,sha256=pjZU6rT-rIWp02pSB8BFlBlRP8cTXb1SuEZ59ZwwWQM,1719
|
14
|
+
aiteamutils-0.2.119.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
15
|
+
aiteamutils-0.2.119.dist-info/RECORD,,
|
File without changes
|