fusesell 1.3.3__py3-none-any.whl → 1.3.4__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 fusesell might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fusesell
3
- Version: 1.3.3
3
+ Version: 1.3.4
4
4
  Summary: Local implementation of FuseSell AI sales automation pipeline
5
5
  Author-email: FuseSell Team <team@fusesell.ai>
6
6
  License-Expression: MIT
@@ -22,7 +22,6 @@ License-File: LICENSE
22
22
  Requires-Dist: openai>=1.0.0
23
23
  Requires-Dist: requests>=2.25.0
24
24
  Requires-Dist: beautifulsoup4>=4.9.0
25
- Requires-Dist: lxml>=4.6.0
26
25
  Requires-Dist: python-dateutil>=2.8.0
27
26
  Requires-Dist: pytz>=2021.1
28
27
  Provides-Extra: ocr
@@ -1,5 +1,5 @@
1
1
  fusesell.py,sha256=t5PjkhWEJGINp4k517u0EX0ge7lzuHOUHHro-BE1mGk,596
2
- fusesell-1.3.3.dist-info/licenses/LICENSE,sha256=GDz1ZoC4lB0kwjERpzqc_OdA_awYVso2aBnUH-ErW_w,1070
2
+ fusesell-1.3.4.dist-info/licenses/LICENSE,sha256=GDz1ZoC4lB0kwjERpzqc_OdA_awYVso2aBnUH-ErW_w,1070
3
3
  fusesell_local/__init__.py,sha256=Q6pGa5zMldeiz9JEKEbO3rcIJphGt8qmZBl03G7wMMM,966
4
4
  fusesell_local/api.py,sha256=SABxRr0TsB1Xfhl_OlL2IiMKYLG0jxbsaBKVNsMh-Qo,10972
5
5
  fusesell_local/cli.py,sha256=MYnVxuEf5KTR4VcO3sc-VtP9NkWlSixJsYfOWST2Ds0,65859
@@ -23,13 +23,13 @@ fusesell_local/tests/test_data_manager_teams.py,sha256=kjk4V4r9ja4EVREIiQMxkuZd4
23
23
  fusesell_local/utils/__init__.py,sha256=onCrMaFAr_RepjhilcATvo2VBsSwglbaDSS7M5UVNQ0,374
24
24
  fusesell_local/utils/birthday_email_manager.py,sha256=NKLoUyzPedyhewZPma21SOoU8p9wPquehloer7TRA9U,20478
25
25
  fusesell_local/utils/data_manager.py,sha256=FHW9nvLXDgf-HYNFwxZlegZp0OgB3altszW6INIgyLM,188910
26
- fusesell_local/utils/event_scheduler.py,sha256=TDk1v19cNgLhn2aJriQfpvZnwBcRpOWyHLDvkefW110,39834
26
+ fusesell_local/utils/event_scheduler.py,sha256=9hKobxMwHipZCn5ZyPZr7wrH3a2StMHdEOXKfQvoIE8,39977
27
27
  fusesell_local/utils/llm_client.py,sha256=eNfbZBcyawBvZGLDPuyeectwBUVi5fjeD5GeLkEqWXI,12271
28
28
  fusesell_local/utils/logger.py,sha256=sWlV8Tjyz_Z8J4zXKOnNalh8_iD6ytfrwPZpD-wcEOs,6259
29
29
  fusesell_local/utils/timezone_detector.py,sha256=0cAE4c8ZXqCA8AvxRKm6PrFKmAmsbq3HOHR6w-mW3KQ,39997
30
30
  fusesell_local/utils/validators.py,sha256=Z1VzeoxFsnuzlIA_ZaMWoy-0Cgyqupd47kIdljlMDbs,15438
31
- fusesell-1.3.3.dist-info/METADATA,sha256=KtGJ5IyUrdyBtlS2QwMsspFdzf61sJMSxzmZY-TO2t0,35074
32
- fusesell-1.3.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
33
- fusesell-1.3.3.dist-info/entry_points.txt,sha256=Vqek7tbiX7iF4rQkCRBZvT5WrB0HUduqKTsI2ZjhsXo,53
34
- fusesell-1.3.3.dist-info/top_level.txt,sha256=VP9y1K6DEq6gNq2UgLd7ChujxViF6OzeAVCK7IUBXPA,24
35
- fusesell-1.3.3.dist-info/RECORD,,
31
+ fusesell-1.3.4.dist-info/METADATA,sha256=Dt8C1y9fo4rpPwZElI9-l-Qckkm62o7smXKlibjn8gQ,35046
32
+ fusesell-1.3.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
33
+ fusesell-1.3.4.dist-info/entry_points.txt,sha256=Vqek7tbiX7iF4rQkCRBZvT5WrB0HUduqKTsI2ZjhsXo,53
34
+ fusesell-1.3.4.dist-info/top_level.txt,sha256=VP9y1K6DEq6gNq2UgLd7ChujxViF6OzeAVCK7IUBXPA,24
35
+ fusesell-1.3.4.dist-info/RECORD,,
@@ -183,17 +183,17 @@ class EventScheduler:
183
183
  ISO 8601 formatted string.
184
184
  """
185
185
  if isinstance(value, datetime):
186
- return value.isoformat()
186
+ return value.replace(second=0, microsecond=0).isoformat()
187
187
  if value is None:
188
- return datetime.utcnow().isoformat()
188
+ return datetime.utcnow().replace(second=0, microsecond=0).isoformat()
189
189
 
190
190
  value_str = str(value).strip()
191
191
  if not value_str:
192
- return datetime.utcnow().isoformat()
192
+ return datetime.utcnow().replace(second=0, microsecond=0).isoformat()
193
193
 
194
194
  try:
195
195
  parsed = datetime.fromisoformat(value_str)
196
- return parsed.isoformat()
196
+ return parsed.replace(second=0, microsecond=0).isoformat()
197
197
  except ValueError:
198
198
  return value_str
199
199
 
@@ -283,7 +283,7 @@ class EventScheduler:
283
283
  customextra.setdefault('recipient_name', recipient_name)
284
284
  customextra.setdefault('draft_id', draft_id)
285
285
  customextra.setdefault('customer_timezone', customer_timezone)
286
- customextra.setdefault('scheduled_time_utc', send_time.isoformat())
286
+ customextra.setdefault('scheduled_time_utc', self._format_datetime(send_time))
287
287
 
288
288
  if team_id and 'team_id' not in customextra:
289
289
  customextra['team_id'] = team_id