ipulse-shared-core-ftredge 2.36__py3-none-any.whl → 2.37__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.

Potentially problematic release.


This version of ipulse-shared-core-ftredge might be problematic. Click here for more details.

@@ -81,7 +81,7 @@ def handle_date_fields(field_name, value):
81
81
  elif isinstance(value, str):
82
82
  try:
83
83
  datetime.datetime.strptime(value, "%Y-%m-%d")
84
- return value
84
+ return value, None
85
85
  except ValueError:
86
86
  return None, create_data_check_notice(NoticeSeverity.WARNING_ACTION_REQUIRED,
87
87
  field_name,
@@ -99,7 +99,7 @@ def handle_timestamp_fields(field_name, value):
99
99
  elif isinstance(value, str):
100
100
  try:
101
101
  datetime.datetime.fromisoformat(value)
102
- return value
102
+ return value, None
103
103
  except ValueError:
104
104
  return None, create_data_check_notice(NoticeSeverity.WARNING_ACTION_REQUIRED,
105
105
  field_name,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ipulse_shared_core_ftredge
3
- Version: 2.36
3
+ Version: 2.37
4
4
  Summary: Shared Core models and Logger util for the Pulse platform project. Using AI for financial advisory and investment management.
5
5
  Home-page: https://github.com/TheFutureEdge/ipulse_shared_core
6
6
  Author: Russlan Ramdowar
@@ -1,6 +1,6 @@
1
1
  ipulse_shared_core_ftredge/__init__.py,sha256=snLFrVzGmYy6TmXM6-D7Yq4dkcJDRP3g9DeuJQDFPMc,895
2
2
  ipulse_shared_core_ftredge/utils_gcp.py,sha256=E8TvZ05fTjNr-VQXxSZNCiqT9PwPhtqeKOifIGhb2sg,6289
3
- ipulse_shared_core_ftredge/utils_templates_and_schemas.py,sha256=UxRZnTOmV0VfjtrA-0YrTcKgJOMpa6kFiuLSdSUD_XA,6513
3
+ ipulse_shared_core_ftredge/utils_templates_and_schemas.py,sha256=m5h8oWzmQhfFLjDNIg0-BAdxguR8Y-yqkBt91dXdLGw,6525
4
4
  ipulse_shared_core_ftredge/enums/__init__.py,sha256=PjxJiUConI2TuaG_Ushe2BaFVjBDw1rbq1E9Vt9nXvE,801
5
5
  ipulse_shared_core_ftredge/enums/enums_common_utils.py,sha256=ukChcm8R2QwlK4NAfM291mWryCAZvfg7bMpdScQQfok,4360
6
6
  ipulse_shared_core_ftredge/enums/enums_data_eng.py,sha256=A8_uiGGacd-_AZP09Zft-DX3rF8aVqqFzFak8s4MsfY,1801
@@ -17,8 +17,8 @@ ipulse_shared_core_ftredge/models/user_profile_update.py,sha256=oKK0XsQDKkgDvjFP
17
17
  ipulse_shared_core_ftredge/models/user_status.py,sha256=8TyRd8tBK9_xb0MPKbI5pn9-lX7ovKbeiuWYYPtIOiw,3202
18
18
  ipulse_shared_core_ftredge/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
19
19
  ipulse_shared_core_ftredge/tests/test.py,sha256=0lS8HP5Quo_BqNoscU40qOH9aJRaa1Pfam5VUBmdld8,682
20
- ipulse_shared_core_ftredge-2.36.dist-info/LICENCE,sha256=YBtYAXNqCCOo9Mr2hfkbSPAM9CeAr2j1VZBSwQTrNwE,1060
21
- ipulse_shared_core_ftredge-2.36.dist-info/METADATA,sha256=vYm8146CUjDdbz9XOZGikiH2wfd29iIthI6zq608ShI,561
22
- ipulse_shared_core_ftredge-2.36.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
23
- ipulse_shared_core_ftredge-2.36.dist-info/top_level.txt,sha256=8sgYrptpexkA_6_HyGvho26cVFH9kmtGvaK8tHbsGHk,27
24
- ipulse_shared_core_ftredge-2.36.dist-info/RECORD,,
20
+ ipulse_shared_core_ftredge-2.37.dist-info/LICENCE,sha256=YBtYAXNqCCOo9Mr2hfkbSPAM9CeAr2j1VZBSwQTrNwE,1060
21
+ ipulse_shared_core_ftredge-2.37.dist-info/METADATA,sha256=oG6P3XWAjyNWhGxICc7AAMYd4iYop4oK48JDmkkdGCI,561
22
+ ipulse_shared_core_ftredge-2.37.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
23
+ ipulse_shared_core_ftredge-2.37.dist-info/top_level.txt,sha256=8sgYrptpexkA_6_HyGvho26cVFH9kmtGvaK8tHbsGHk,27
24
+ ipulse_shared_core_ftredge-2.37.dist-info/RECORD,,