hatchet-sdk 1.16.1__py3-none-any.whl → 1.16.2__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 hatchet-sdk might be problematic. Click here for more details.

@@ -219,6 +219,10 @@ class BaseWorkflow(Generic[TWorkflowInput]):
219
219
  self.config.input_validator.model_validate(ctx.workflow_input),
220
220
  )
221
221
 
222
+ @property
223
+ def input_validator(self) -> type[TWorkflowInput]:
224
+ return cast(type[TWorkflowInput], self.config.input_validator)
225
+
222
226
  @property
223
227
  def tasks(self) -> list[Task[TWorkflowInput, Any]]:
224
228
  tasks = self._default_tasks + self._durable_tasks
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: hatchet-sdk
3
- Version: 1.16.1
3
+ Version: 1.16.2
4
4
  Summary:
5
5
  License: MIT
6
6
  Author: Alexander Belanger
@@ -285,7 +285,7 @@ hatchet_sdk/runnables/action.py,sha256=zrVHpyzIQ9XZgWwY69b_6uhZd53An4trRoLd9b3os
285
285
  hatchet_sdk/runnables/contextvars.py,sha256=jHrrewUlFPAT9f2u3VCsuSlDBtBoagEUtUzJOSmm4yk,1118
286
286
  hatchet_sdk/runnables/task.py,sha256=-5AeToJqIbpgGeyrol5VJaFGND4l_UY8k9VIhrUBXaw,12796
287
287
  hatchet_sdk/runnables/types.py,sha256=QFayOJ_Oi8tOYI6Sjl9bwjftM96QZh9XIlfFnSNgEXI,4359
288
- hatchet_sdk/runnables/workflow.py,sha256=GWFEk4Lz-xeA9HPkphCtghQcm3VPp3SAzNfPBcRqjF0,57372
288
+ hatchet_sdk/runnables/workflow.py,sha256=_F5XIeokfQxMgrFtVjdM3ArtCwfKj3u51dinA7ouyWI,57513
289
289
  hatchet_sdk/token.py,sha256=KjIiInwG5Kqd_FO4BSW1x_5Uc7PFbnzIVJqr50-ZldE,779
290
290
  hatchet_sdk/utils/aio.py,sha256=cu1rD_UZkShtfzi7iXMYwBBaCRdxJQTdUC0_mf8nU2E,499
291
291
  hatchet_sdk/utils/backoff.py,sha256=6B5Rb5nLKw_TqqgpJMYjIBV1PTTtbOMRZCveisVhg_I,353
@@ -523,7 +523,7 @@ hatchet_sdk/worker/runner/runner.py,sha256=L5J_dbwpz2P0rbDzpxW1udByQJHii28KEvzx-
523
523
  hatchet_sdk/worker/runner/utils/capture_logs.py,sha256=4n3iDhuxSMD18A8h6NlaxCMdIJ7Upy7CdqwOQOW08LU,4029
524
524
  hatchet_sdk/worker/worker.py,sha256=9EiESMMcS7voa4cAnmnHMx4rC-pqaTmP74bcTbFPqfQ,16435
525
525
  hatchet_sdk/workflow_run.py,sha256=KcylcqRwKADtnzOTjoiVr1vdr7qTZFtDeD5aRS6A4Y8,2823
526
- hatchet_sdk-1.16.1.dist-info/METADATA,sha256=sySr06PPtycfL6WNMtLX93AgO9oPLarEeGaLDbisPzo,3636
527
- hatchet_sdk-1.16.1.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
528
- hatchet_sdk-1.16.1.dist-info/entry_points.txt,sha256=Un_76pcLse-ZGBlwebhQpnTPyQrripeHW8J7qmEpGOk,1400
529
- hatchet_sdk-1.16.1.dist-info/RECORD,,
526
+ hatchet_sdk-1.16.2.dist-info/METADATA,sha256=A7zCOAign8t1cgVoxKENGtlU02zv8GfSx8jqiJ6hygI,3636
527
+ hatchet_sdk-1.16.2.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
528
+ hatchet_sdk-1.16.2.dist-info/entry_points.txt,sha256=Un_76pcLse-ZGBlwebhQpnTPyQrripeHW8J7qmEpGOk,1400
529
+ hatchet_sdk-1.16.2.dist-info/RECORD,,