hatchet-sdk 1.18.0__tar.gz → 1.19.0__tar.gz
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.
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/PKG-INFO +3 -4
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/pyproject.toml +3 -5
- hatchet_sdk-1.18.0/hatchet_sdk/v0/__init__.py +0 -251
- hatchet_sdk-1.18.0/hatchet_sdk/v0/client.py +0 -119
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/admin.py +0 -541
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/dispatcher/action_listener.py +0 -422
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/dispatcher/dispatcher.py +0 -204
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/event_ts.py +0 -28
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/events.py +0 -182
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/__init__.py +0 -307
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/api/__init__.py +0 -19
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/api/api_token_api.py +0 -858
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/api/default_api.py +0 -2259
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/api/event_api.py +0 -2548
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/api/github_api.py +0 -331
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/api/healthcheck_api.py +0 -483
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/api/log_api.py +0 -449
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/api/metadata_api.py +0 -728
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/api/rate_limits_api.py +0 -423
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/api/slack_api.py +0 -577
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/api/sns_api.py +0 -872
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/api/step_run_api.py +0 -2202
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/api/tenant_api.py +0 -4430
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/api/user_api.py +0 -2888
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/api/worker_api.py +0 -858
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/api/workflow_api.py +0 -6312
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/api/workflow_run_api.py +0 -1932
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/api/workflow_runs_api.py +0 -610
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/api_client.py +0 -759
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/api_response.py +0 -22
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/configuration.py +0 -611
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/exceptions.py +0 -200
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/__init__.py +0 -274
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/accept_invite_request.py +0 -83
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/api_error.py +0 -102
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/api_errors.py +0 -100
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/api_meta.py +0 -144
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/api_meta_auth.py +0 -85
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/api_meta_integration.py +0 -88
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/api_meta_posthog.py +0 -90
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/api_resource_meta.py +0 -98
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/api_token.py +0 -105
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/bulk_create_event_request.py +0 -100
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/bulk_create_event_response.py +0 -110
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/cancel_event_request.py +0 -85
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/cancel_step_run_request.py +0 -83
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/concurrency_limit_strategy.py +0 -39
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/create_api_token_request.py +0 -92
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/create_api_token_response.py +0 -83
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/create_cron_workflow_trigger_request.py +0 -98
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/create_event_request.py +0 -95
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/create_pull_request_from_step_run.py +0 -83
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/create_sns_integration_request.py +0 -85
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/create_tenant_alert_email_group_request.py +0 -83
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/create_tenant_invite_request.py +0 -86
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/create_tenant_request.py +0 -84
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/cron_workflows.py +0 -131
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/cron_workflows_list.py +0 -110
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/cron_workflows_method.py +0 -37
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/cron_workflows_order_by_field.py +0 -37
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/event.py +0 -143
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/event_data.py +0 -83
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/event_key_list.py +0 -98
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/event_list.py +0 -110
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/event_order_by_direction.py +0 -37
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/event_order_by_field.py +0 -36
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/event_update_cancel200_response.py +0 -85
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/event_workflow_run_summary.py +0 -116
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/events.py +0 -110
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/get_step_run_diff_response.py +0 -100
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/github_app_installation.py +0 -107
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/github_branch.py +0 -86
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/github_repo.py +0 -86
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/info_get_version200_response.py +0 -83
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/job.py +0 -132
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/job_run.py +0 -176
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/job_run_status.py +0 -41
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/link_github_repository_request.py +0 -106
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/list_api_tokens_response.py +0 -110
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/list_github_app_installations_response.py +0 -112
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/list_pull_requests_response.py +0 -100
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/list_slack_webhooks.py +0 -110
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/list_sns_integrations.py +0 -110
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/log_line.py +0 -94
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/log_line_level.py +0 -39
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/log_line_list.py +0 -110
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/log_line_order_by_direction.py +0 -37
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/log_line_order_by_field.py +0 -36
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/pagination_response.py +0 -95
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/pull_request.py +0 -112
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/pull_request_state.py +0 -37
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/queue_metrics.py +0 -97
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/rate_limit.py +0 -117
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/rate_limit_list.py +0 -110
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/rate_limit_order_by_direction.py +0 -37
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/rate_limit_order_by_field.py +0 -38
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/recent_step_runs.py +0 -118
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/reject_invite_request.py +0 -83
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/replay_event_request.py +0 -85
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/replay_workflow_runs_request.py +0 -85
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/replay_workflow_runs_response.py +0 -100
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/rerun_step_run_request.py +0 -83
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/schedule_workflow_run_request.py +0 -92
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/scheduled_run_status.py +0 -42
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/scheduled_workflows.py +0 -149
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/scheduled_workflows_list.py +0 -110
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/scheduled_workflows_method.py +0 -37
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/scheduled_workflows_order_by_field.py +0 -37
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/semaphore_slots.py +0 -113
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/slack_webhook.py +0 -127
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/sns_integration.py +0 -114
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/step.py +0 -123
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/step_run.py +0 -202
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/step_run_archive.py +0 -142
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/step_run_archive_list.py +0 -110
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/step_run_diff.py +0 -91
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/step_run_event.py +0 -122
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/step_run_event_list.py +0 -110
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/step_run_event_reason.py +0 -52
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/step_run_event_severity.py +0 -38
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/step_run_status.py +0 -44
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/tenant.py +0 -118
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/tenant_alert_email_group.py +0 -98
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/tenant_alert_email_group_list.py +0 -112
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/tenant_alerting_settings.py +0 -143
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/tenant_invite.py +0 -120
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/tenant_invite_list.py +0 -110
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/tenant_list.py +0 -110
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/tenant_member.py +0 -123
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/tenant_member_list.py +0 -110
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/tenant_member_role.py +0 -38
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/tenant_queue_metrics.py +0 -116
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/tenant_resource.py +0 -40
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/tenant_resource_limit.py +0 -135
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/tenant_resource_policy.py +0 -102
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/tenant_step_run_queue_metrics.py +0 -83
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/trigger_workflow_run_request.py +0 -91
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/update_tenant_alert_email_group_request.py +0 -83
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/update_tenant_invite_request.py +0 -85
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/update_tenant_request.py +0 -137
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/update_worker_request.py +0 -87
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/user.py +0 -126
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/user_change_password_request.py +0 -88
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/user_login_request.py +0 -86
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/user_register_request.py +0 -91
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/user_tenant_memberships_list.py +0 -110
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/user_tenant_public.py +0 -86
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/webhook_worker.py +0 -100
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/webhook_worker_create_request.py +0 -94
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/webhook_worker_create_response.py +0 -98
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/webhook_worker_created.py +0 -102
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/webhook_worker_list_response.py +0 -110
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/webhook_worker_request.py +0 -102
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/webhook_worker_request_list_response.py +0 -104
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/webhook_worker_request_method.py +0 -38
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/worker.py +0 -239
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/worker_label.py +0 -102
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/worker_list.py +0 -110
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/worker_runtime_info.py +0 -103
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/worker_runtime_sdks.py +0 -38
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/worker_type.py +0 -38
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/workflow.py +0 -165
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/workflow_concurrency.py +0 -107
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/workflow_deployment_config.py +0 -136
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/workflow_kind.py +0 -38
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/workflow_list.py +0 -120
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/workflow_metrics.py +0 -97
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/workflow_run.py +0 -188
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/workflow_run_cancel200_response.py +0 -85
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/workflow_run_list.py +0 -110
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/workflow_run_order_by_direction.py +0 -37
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/workflow_run_order_by_field.py +0 -39
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/workflow_run_shape.py +0 -186
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/workflow_run_status.py +0 -42
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/workflow_run_triggered_by.py +0 -112
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/workflow_runs_cancel_request.py +0 -85
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/workflow_runs_metrics.py +0 -94
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/workflow_runs_metrics_counts.py +0 -104
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/workflow_tag.py +0 -84
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/workflow_trigger_cron_ref.py +0 -86
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/workflow_trigger_event_ref.py +0 -86
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/workflow_triggers.py +0 -141
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/workflow_update_request.py +0 -85
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/workflow_version.py +0 -170
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/workflow_version_concurrency.py +0 -114
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/workflow_version_definition.py +0 -85
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/workflow_version_meta.py +0 -123
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/models/workflow_workers_count.py +0 -95
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/rest.py +0 -187
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest/tenacity_utils.py +0 -39
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/rest_client.py +0 -622
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/run_event_listener.py +0 -260
- hatchet_sdk-1.18.0/hatchet_sdk/v0/clients/workflow_listener.py +0 -277
- hatchet_sdk-1.18.0/hatchet_sdk/v0/connection.py +0 -63
- hatchet_sdk-1.18.0/hatchet_sdk/v0/context/__init__.py +0 -1
- hatchet_sdk-1.18.0/hatchet_sdk/v0/context/context.py +0 -446
- hatchet_sdk-1.18.0/hatchet_sdk/v0/context/worker_context.py +0 -28
- hatchet_sdk-1.18.0/hatchet_sdk/v0/features/cron.py +0 -286
- hatchet_sdk-1.18.0/hatchet_sdk/v0/features/scheduled.py +0 -248
- hatchet_sdk-1.18.0/hatchet_sdk/v0/hatchet.py +0 -310
- hatchet_sdk-1.18.0/hatchet_sdk/v0/labels.py +0 -10
- hatchet_sdk-1.18.0/hatchet_sdk/v0/loader.py +0 -244
- hatchet_sdk-1.18.0/hatchet_sdk/v0/metadata.py +0 -2
- hatchet_sdk-1.18.0/hatchet_sdk/v0/opentelemetry/instrumentor.py +0 -393
- hatchet_sdk-1.18.0/hatchet_sdk/v0/rate_limit.py +0 -126
- hatchet_sdk-1.18.0/hatchet_sdk/v0/semver.py +0 -30
- hatchet_sdk-1.18.0/hatchet_sdk/v0/token.py +0 -27
- hatchet_sdk-1.18.0/hatchet_sdk/v0/utils/aio_utils.py +0 -137
- hatchet_sdk-1.18.0/hatchet_sdk/v0/utils/backoff.py +0 -9
- hatchet_sdk-1.18.0/hatchet_sdk/v0/utils/types.py +0 -8
- hatchet_sdk-1.18.0/hatchet_sdk/v0/utils/typing.py +0 -12
- hatchet_sdk-1.18.0/hatchet_sdk/v0/v2/callable.py +0 -202
- hatchet_sdk-1.18.0/hatchet_sdk/v0/v2/concurrency.py +0 -47
- hatchet_sdk-1.18.0/hatchet_sdk/v0/v2/hatchet.py +0 -224
- hatchet_sdk-1.18.0/hatchet_sdk/v0/worker/__init__.py +0 -1
- hatchet_sdk-1.18.0/hatchet_sdk/v0/worker/action_listener_process.py +0 -294
- hatchet_sdk-1.18.0/hatchet_sdk/v0/worker/runner/run_loop_manager.py +0 -112
- hatchet_sdk-1.18.0/hatchet_sdk/v0/worker/runner/runner.py +0 -460
- hatchet_sdk-1.18.0/hatchet_sdk/v0/worker/runner/utils/capture_logs.py +0 -81
- hatchet_sdk-1.18.0/hatchet_sdk/v0/worker/runner/utils/error_with_traceback.py +0 -6
- hatchet_sdk-1.18.0/hatchet_sdk/v0/worker/worker.py +0 -391
- hatchet_sdk-1.18.0/hatchet_sdk/v0/workflow.py +0 -261
- hatchet_sdk-1.18.0/hatchet_sdk/v0/workflow_run.py +0 -59
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/README.md +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/__init__.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/client.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/admin.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/dispatcher/action_listener.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/dispatcher/dispatcher.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/event_ts.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/events.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/listeners/durable_event_listener.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/listeners/pooled_listener.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/listeners/run_event_listener.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/listeners/workflow_listener.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/__init__.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/api/__init__.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/api/api_token_api.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/api/cel_api.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/api/default_api.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/api/event_api.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/api/filter_api.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/api/github_api.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/api/healthcheck_api.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/api/log_api.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/api/metadata_api.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/api/rate_limits_api.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/api/slack_api.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/api/sns_api.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/api/step_run_api.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/api/task_api.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/api/tenant_api.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/api/user_api.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/api/webhook_api.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/api/worker_api.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/api/workflow_api.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/api/workflow_run_api.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/api/workflow_runs_api.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/api_client.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/api_response.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/configuration.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/exceptions.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/__init__.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/accept_invite_request.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/api_error.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/api_errors.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/api_meta.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/api_meta_auth.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/api_meta_integration.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/api_meta_posthog.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/api_resource_meta.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/api_token.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/bulk_create_event_request.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/bulk_create_event_response.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/cancel_event_request.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/cancel_step_run_request.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/concurrency_limit_strategy.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/create_api_token_request.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/create_api_token_response.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/create_cron_workflow_trigger_request.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/create_event_request.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/create_pull_request_from_step_run.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/create_sns_integration_request.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/create_tenant_alert_email_group_request.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/create_tenant_invite_request.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/create_tenant_request.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/cron_workflows.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/cron_workflows_list.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/cron_workflows_method.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/cron_workflows_order_by_field.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/event.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/event_data.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/event_key_list.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/event_list.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/event_order_by_direction.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/event_order_by_field.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/event_update_cancel200_response.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/event_workflow_run_summary.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/events.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/get_step_run_diff_response.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/github_app_installation.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/github_branch.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/github_repo.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/info_get_version200_response.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/job.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/job_run.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/job_run_status.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/link_github_repository_request.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/list_api_tokens_response.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/list_github_app_installations_response.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/list_pull_requests_response.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/list_slack_webhooks.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/list_sns_integrations.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/log_line.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/log_line_level.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/log_line_list.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/log_line_order_by_direction.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/log_line_order_by_field.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/pagination_response.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/pull_request.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/pull_request_state.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/queue_metrics.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/rate_limit.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/rate_limit_list.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/rate_limit_order_by_direction.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/rate_limit_order_by_field.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/recent_step_runs.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/reject_invite_request.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/replay_event_request.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/replay_workflow_runs_request.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/replay_workflow_runs_response.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/rerun_step_run_request.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/schedule_workflow_run_request.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/scheduled_run_status.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/scheduled_workflows.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/scheduled_workflows_list.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/scheduled_workflows_method.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/scheduled_workflows_order_by_field.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/semaphore_slots.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/slack_webhook.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/sns_integration.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/step.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/step_run.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/step_run_archive.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/step_run_archive_list.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/step_run_diff.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/step_run_event.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/step_run_event_list.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/step_run_event_reason.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/step_run_event_severity.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/step_run_status.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/tenant.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/tenant_alert_email_group.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/tenant_alert_email_group_list.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/tenant_alerting_settings.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/tenant_invite.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/tenant_invite_list.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/tenant_list.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/tenant_member.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/tenant_member_list.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/tenant_member_role.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/tenant_queue_metrics.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/tenant_resource.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/tenant_resource_limit.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/tenant_resource_policy.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/tenant_step_run_queue_metrics.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/tenant_ui_version.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/tenant_version.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/trigger_workflow_run_request.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/update_tenant_alert_email_group_request.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/update_tenant_invite_request.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/update_tenant_request.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/update_worker_request.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/user.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/user_change_password_request.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/user_login_request.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/user_register_request.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/user_tenant_memberships_list.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/user_tenant_public.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/v1_cancel_task_request.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/v1_cancelled_tasks.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/v1_cel_debug_error_response.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/v1_cel_debug_request.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/v1_cel_debug_response.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/v1_cel_debug_response_status.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/v1_cel_debug_success_response.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/v1_create_filter_request.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/v1_create_webhook_request.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/v1_create_webhook_request_api_key.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/v1_create_webhook_request_api_key_all_of_auth_type.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/v1_create_webhook_request_base.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/v1_create_webhook_request_basic_auth.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/v1_create_webhook_request_basic_auth_all_of_auth_type.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/v1_create_webhook_request_hmac.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/v1_create_webhook_request_hmac_all_of_auth_type.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/v1_dag_children.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/v1_event.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/v1_event_list.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/v1_event_triggered_run.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/v1_event_workflow_run_summary.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/v1_filter.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/v1_filter_list.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/v1_log_line.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/v1_log_line_level.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/v1_log_line_list.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/v1_replay_task_request.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/v1_replayed_tasks.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/v1_task.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/v1_task_event.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/v1_task_event_list.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/v1_task_event_type.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/v1_task_filter.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/v1_task_point_metric.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/v1_task_point_metrics.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/v1_task_run_metric.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/v1_task_run_status.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/v1_task_status.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/v1_task_summary.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/v1_task_summary_list.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/v1_task_timing.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/v1_task_timing_list.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/v1_trigger_workflow_run_request.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/v1_update_filter_request.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/v1_webhook.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/v1_webhook_api_key_auth.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/v1_webhook_auth_type.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/v1_webhook_basic_auth.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/v1_webhook_hmac_algorithm.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/v1_webhook_hmac_auth.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/v1_webhook_hmac_encoding.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/v1_webhook_list.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/v1_webhook_receive200_response.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/v1_webhook_source_name.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/v1_workflow_run.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/v1_workflow_run_details.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/v1_workflow_run_display_name.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/v1_workflow_run_display_name_list.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/v1_workflow_type.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/webhook_worker.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/webhook_worker_create_request.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/webhook_worker_create_response.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/webhook_worker_created.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/webhook_worker_list_response.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/webhook_worker_request.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/webhook_worker_request_list_response.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/webhook_worker_request_method.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/worker.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/worker_label.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/worker_list.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/worker_runtime_info.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/worker_runtime_sdks.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/worker_type.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/workflow.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/workflow_concurrency.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/workflow_deployment_config.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/workflow_kind.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/workflow_list.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/workflow_metrics.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/workflow_run.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/workflow_run_cancel200_response.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/workflow_run_list.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/workflow_run_order_by_direction.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/workflow_run_order_by_field.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/workflow_run_shape.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/workflow_run_shape_item_for_workflow_run_details.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/workflow_run_status.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/workflow_run_triggered_by.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/workflow_runs_cancel_request.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/workflow_runs_metrics.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/workflow_runs_metrics_counts.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/workflow_tag.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/workflow_trigger_cron_ref.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/workflow_trigger_event_ref.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/workflow_triggers.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/workflow_update_request.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/workflow_version.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/workflow_version_concurrency.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/workflow_version_definition.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/workflow_version_meta.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/models/workflow_workers_count.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/rest.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/rest/tenacity_utils.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/clients/v1/api_client.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/conditions.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/config.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/connection.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/context/__init__.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/context/context.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/context/worker_context.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/contracts/dispatcher_pb2.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/contracts/dispatcher_pb2.pyi +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/contracts/dispatcher_pb2_grpc.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/contracts/events_pb2.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/contracts/events_pb2.pyi +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/contracts/events_pb2_grpc.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/contracts/v1/dispatcher_pb2.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/contracts/v1/dispatcher_pb2.pyi +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/contracts/v1/dispatcher_pb2_grpc.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/contracts/v1/shared/condition_pb2.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/contracts/v1/shared/condition_pb2.pyi +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/contracts/v1/shared/condition_pb2_grpc.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/contracts/v1/workflows_pb2.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/contracts/v1/workflows_pb2.pyi +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/contracts/v1/workflows_pb2_grpc.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/contracts/workflows_pb2.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/contracts/workflows_pb2.pyi +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/contracts/workflows_pb2_grpc.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/exceptions.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/features/cel.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/features/cron.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/features/filters.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/features/logs.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/features/metrics.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/features/rate_limits.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/features/runs.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/features/scheduled.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/features/stubs.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/features/tenant.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/features/workers.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/features/workflows.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/hatchet.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/labels.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/logger.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/metadata.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/opentelemetry/instrumentor.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/py.typed +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/rate_limit.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/runnables/action.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/runnables/contextvars.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/runnables/task.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/runnables/types.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/runnables/workflow.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/token.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/utils/aio.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/utils/backoff.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/utils/datetimes.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/utils/opentelemetry.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/utils/proto_enums.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/utils/serde.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/utils/timedelta_to_expression.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/utils/typing.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/worker/__init__.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/worker/action_listener_process.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/worker/runner/run_loop_manager.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/worker/runner/runner.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/worker/runner/utils/capture_logs.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/worker/worker.py +0 -0
- {hatchet_sdk-1.18.0 → hatchet_sdk-1.19.0}/hatchet_sdk/workflow_run.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: hatchet-sdk
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.19.0
|
|
4
4
|
Summary:
|
|
5
5
|
License: MIT
|
|
6
6
|
Author: Alexander Belanger
|
|
@@ -12,9 +12,8 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
12
12
|
Classifier: Programming Language :: Python :: 3.11
|
|
13
13
|
Classifier: Programming Language :: Python :: 3.12
|
|
14
14
|
Provides-Extra: otel
|
|
15
|
-
Provides-Extra: v0
|
|
15
|
+
Provides-Extra: v0-sdk
|
|
16
16
|
Requires-Dist: aiohttp (>=3.10.5,<4.0.0)
|
|
17
|
-
Requires-Dist: cel-python (>=0.4.0,<0.5.0) ; extra == "v0"
|
|
18
17
|
Requires-Dist: grpcio (>=1.64.1,!=1.68.*) ; python_version < "3.13"
|
|
19
18
|
Requires-Dist: grpcio (>=1.69.0) ; python_version >= "3.13"
|
|
20
19
|
Requires-Dist: grpcio-tools (>=1.64.1,!=1.68.*) ; python_version < "3.13"
|
|
@@ -31,7 +30,7 @@ Requires-Dist: pydantic (>=2.6.3,<3.0.0)
|
|
|
31
30
|
Requires-Dist: pydantic-settings (>=2.7.1,<3.0.0)
|
|
32
31
|
Requires-Dist: python-dateutil (>=2.9.0.post0,<3.0.0)
|
|
33
32
|
Requires-Dist: tenacity (>=8.4.1)
|
|
34
|
-
Requires-Dist: urllib3 (>=
|
|
33
|
+
Requires-Dist: urllib3 (>=2.5.0,<3.0.0)
|
|
35
34
|
Description-Content-Type: text/markdown
|
|
36
35
|
|
|
37
36
|
# Hatchet Python SDK
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "hatchet-sdk"
|
|
3
|
-
version = "1.
|
|
3
|
+
version = "1.19.0"
|
|
4
4
|
description = ""
|
|
5
5
|
authors = ["Alexander Belanger <alexander@hatchet.run>"]
|
|
6
6
|
readme = "README.md"
|
|
@@ -20,7 +20,6 @@ grpcio-tools = [
|
|
|
20
20
|
protobuf = "^5.29.5"
|
|
21
21
|
pydantic = "^2.6.3"
|
|
22
22
|
python-dateutil = "^2.9.0.post0"
|
|
23
|
-
urllib3 = ">=1.26.20"
|
|
24
23
|
aiohttp = "^3.10.5"
|
|
25
24
|
tenacity = ">=8.4.1"
|
|
26
25
|
prometheus-client = ">=0.21.1"
|
|
@@ -33,9 +32,8 @@ opentelemetry-instrumentation = { version = ">=0.49b0", optional = true }
|
|
|
33
32
|
opentelemetry-distro = { version = ">=0.49b0", optional = true }
|
|
34
33
|
opentelemetry-exporter-otlp = { version = "^1.28.0", optional = true }
|
|
35
34
|
opentelemetry-exporter-otlp-proto-http = { version = "^1.28.0", optional = true }
|
|
35
|
+
urllib3 = "^2.5.0"
|
|
36
36
|
|
|
37
|
-
## CEL Extra (for v0 compatibility)
|
|
38
|
-
cel-python = { version = "^0.4.0", optional = true }
|
|
39
37
|
|
|
40
38
|
[tool.poetry.group.lint.dependencies]
|
|
41
39
|
mypy = "^1.14.0"
|
|
@@ -77,7 +75,7 @@ otel = [
|
|
|
77
75
|
"opentelemetry-exporter-otlp",
|
|
78
76
|
"opentelemetry-exporter-otlp-proto-http",
|
|
79
77
|
]
|
|
80
|
-
v0 = ["cel-python"]
|
|
78
|
+
v0-sdk = ["cel-python"]
|
|
81
79
|
|
|
82
80
|
[build-system]
|
|
83
81
|
requires = ["poetry-core"]
|
|
@@ -1,251 +0,0 @@
|
|
|
1
|
-
from hatchet_sdk.contracts.workflows_pb2 import (
|
|
2
|
-
ConcurrencyLimitStrategy,
|
|
3
|
-
CreateWorkflowVersionOpts,
|
|
4
|
-
RateLimitDuration,
|
|
5
|
-
StickyStrategy,
|
|
6
|
-
WorkerLabelComparator,
|
|
7
|
-
)
|
|
8
|
-
from hatchet_sdk.v0.clients.rest.models.accept_invite_request import AcceptInviteRequest
|
|
9
|
-
|
|
10
|
-
# import models into sdk package
|
|
11
|
-
from hatchet_sdk.v0.clients.rest.models.api_error import APIError
|
|
12
|
-
from hatchet_sdk.v0.clients.rest.models.api_errors import APIErrors
|
|
13
|
-
from hatchet_sdk.v0.clients.rest.models.api_meta import APIMeta
|
|
14
|
-
from hatchet_sdk.v0.clients.rest.models.api_meta_auth import APIMetaAuth
|
|
15
|
-
from hatchet_sdk.v0.clients.rest.models.api_meta_integration import APIMetaIntegration
|
|
16
|
-
from hatchet_sdk.v0.clients.rest.models.api_resource_meta import APIResourceMeta
|
|
17
|
-
from hatchet_sdk.v0.clients.rest.models.api_token import APIToken
|
|
18
|
-
from hatchet_sdk.v0.clients.rest.models.create_api_token_request import (
|
|
19
|
-
CreateAPITokenRequest,
|
|
20
|
-
)
|
|
21
|
-
from hatchet_sdk.v0.clients.rest.models.create_api_token_response import (
|
|
22
|
-
CreateAPITokenResponse,
|
|
23
|
-
)
|
|
24
|
-
from hatchet_sdk.v0.clients.rest.models.create_pull_request_from_step_run import (
|
|
25
|
-
CreatePullRequestFromStepRun,
|
|
26
|
-
)
|
|
27
|
-
from hatchet_sdk.v0.clients.rest.models.create_tenant_invite_request import (
|
|
28
|
-
CreateTenantInviteRequest,
|
|
29
|
-
)
|
|
30
|
-
from hatchet_sdk.v0.clients.rest.models.create_tenant_request import CreateTenantRequest
|
|
31
|
-
from hatchet_sdk.v0.clients.rest.models.event import Event
|
|
32
|
-
from hatchet_sdk.v0.clients.rest.models.event_data import EventData
|
|
33
|
-
from hatchet_sdk.v0.clients.rest.models.event_key_list import EventKeyList
|
|
34
|
-
from hatchet_sdk.v0.clients.rest.models.event_list import EventList
|
|
35
|
-
from hatchet_sdk.v0.clients.rest.models.event_order_by_direction import (
|
|
36
|
-
EventOrderByDirection,
|
|
37
|
-
)
|
|
38
|
-
from hatchet_sdk.v0.clients.rest.models.event_order_by_field import EventOrderByField
|
|
39
|
-
from hatchet_sdk.v0.clients.rest.models.event_workflow_run_summary import (
|
|
40
|
-
EventWorkflowRunSummary,
|
|
41
|
-
)
|
|
42
|
-
from hatchet_sdk.v0.clients.rest.models.get_step_run_diff_response import (
|
|
43
|
-
GetStepRunDiffResponse,
|
|
44
|
-
)
|
|
45
|
-
from hatchet_sdk.v0.clients.rest.models.github_app_installation import (
|
|
46
|
-
GithubAppInstallation,
|
|
47
|
-
)
|
|
48
|
-
from hatchet_sdk.v0.clients.rest.models.github_branch import GithubBranch
|
|
49
|
-
from hatchet_sdk.v0.clients.rest.models.github_repo import GithubRepo
|
|
50
|
-
from hatchet_sdk.v0.clients.rest.models.job import Job
|
|
51
|
-
from hatchet_sdk.v0.clients.rest.models.job_run import JobRun
|
|
52
|
-
from hatchet_sdk.v0.clients.rest.models.job_run_status import JobRunStatus
|
|
53
|
-
from hatchet_sdk.v0.clients.rest.models.link_github_repository_request import (
|
|
54
|
-
LinkGithubRepositoryRequest,
|
|
55
|
-
)
|
|
56
|
-
from hatchet_sdk.v0.clients.rest.models.list_api_tokens_response import (
|
|
57
|
-
ListAPITokensResponse,
|
|
58
|
-
)
|
|
59
|
-
from hatchet_sdk.v0.clients.rest.models.list_github_app_installations_response import (
|
|
60
|
-
ListGithubAppInstallationsResponse,
|
|
61
|
-
)
|
|
62
|
-
from hatchet_sdk.v0.clients.rest.models.list_pull_requests_response import (
|
|
63
|
-
ListPullRequestsResponse,
|
|
64
|
-
)
|
|
65
|
-
from hatchet_sdk.v0.clients.rest.models.log_line import LogLine
|
|
66
|
-
from hatchet_sdk.v0.clients.rest.models.log_line_level import LogLineLevel
|
|
67
|
-
from hatchet_sdk.v0.clients.rest.models.log_line_list import LogLineList
|
|
68
|
-
from hatchet_sdk.v0.clients.rest.models.log_line_order_by_direction import (
|
|
69
|
-
LogLineOrderByDirection,
|
|
70
|
-
)
|
|
71
|
-
from hatchet_sdk.v0.clients.rest.models.log_line_order_by_field import (
|
|
72
|
-
LogLineOrderByField,
|
|
73
|
-
)
|
|
74
|
-
from hatchet_sdk.v0.clients.rest.models.pagination_response import PaginationResponse
|
|
75
|
-
from hatchet_sdk.v0.clients.rest.models.pull_request import PullRequest
|
|
76
|
-
from hatchet_sdk.v0.clients.rest.models.pull_request_state import PullRequestState
|
|
77
|
-
from hatchet_sdk.v0.clients.rest.models.reject_invite_request import RejectInviteRequest
|
|
78
|
-
from hatchet_sdk.v0.clients.rest.models.replay_event_request import ReplayEventRequest
|
|
79
|
-
from hatchet_sdk.v0.clients.rest.models.rerun_step_run_request import (
|
|
80
|
-
RerunStepRunRequest,
|
|
81
|
-
)
|
|
82
|
-
from hatchet_sdk.v0.clients.rest.models.step import Step
|
|
83
|
-
from hatchet_sdk.v0.clients.rest.models.step_run import StepRun
|
|
84
|
-
from hatchet_sdk.v0.clients.rest.models.step_run_diff import StepRunDiff
|
|
85
|
-
from hatchet_sdk.v0.clients.rest.models.step_run_status import StepRunStatus
|
|
86
|
-
from hatchet_sdk.v0.clients.rest.models.tenant import Tenant
|
|
87
|
-
from hatchet_sdk.v0.clients.rest.models.tenant_invite import TenantInvite
|
|
88
|
-
from hatchet_sdk.v0.clients.rest.models.tenant_invite_list import TenantInviteList
|
|
89
|
-
from hatchet_sdk.v0.clients.rest.models.tenant_list import TenantList
|
|
90
|
-
from hatchet_sdk.v0.clients.rest.models.tenant_member import TenantMember
|
|
91
|
-
from hatchet_sdk.v0.clients.rest.models.tenant_member_list import TenantMemberList
|
|
92
|
-
from hatchet_sdk.v0.clients.rest.models.tenant_member_role import TenantMemberRole
|
|
93
|
-
from hatchet_sdk.v0.clients.rest.models.trigger_workflow_run_request import (
|
|
94
|
-
TriggerWorkflowRunRequest,
|
|
95
|
-
)
|
|
96
|
-
from hatchet_sdk.v0.clients.rest.models.update_tenant_invite_request import (
|
|
97
|
-
UpdateTenantInviteRequest,
|
|
98
|
-
)
|
|
99
|
-
from hatchet_sdk.v0.clients.rest.models.user import User
|
|
100
|
-
from hatchet_sdk.v0.clients.rest.models.user_login_request import UserLoginRequest
|
|
101
|
-
from hatchet_sdk.v0.clients.rest.models.user_register_request import UserRegisterRequest
|
|
102
|
-
from hatchet_sdk.v0.clients.rest.models.user_tenant_memberships_list import (
|
|
103
|
-
UserTenantMembershipsList,
|
|
104
|
-
)
|
|
105
|
-
from hatchet_sdk.v0.clients.rest.models.user_tenant_public import UserTenantPublic
|
|
106
|
-
from hatchet_sdk.v0.clients.rest.models.worker_list import WorkerList
|
|
107
|
-
from hatchet_sdk.v0.clients.rest.models.workflow import Workflow
|
|
108
|
-
from hatchet_sdk.v0.clients.rest.models.workflow_deployment_config import (
|
|
109
|
-
WorkflowDeploymentConfig,
|
|
110
|
-
)
|
|
111
|
-
from hatchet_sdk.v0.clients.rest.models.workflow_list import WorkflowList
|
|
112
|
-
from hatchet_sdk.v0.clients.rest.models.workflow_run import WorkflowRun
|
|
113
|
-
from hatchet_sdk.v0.clients.rest.models.workflow_run_list import WorkflowRunList
|
|
114
|
-
from hatchet_sdk.v0.clients.rest.models.workflow_run_status import WorkflowRunStatus
|
|
115
|
-
from hatchet_sdk.v0.clients.rest.models.workflow_run_triggered_by import (
|
|
116
|
-
WorkflowRunTriggeredBy,
|
|
117
|
-
)
|
|
118
|
-
from hatchet_sdk.v0.clients.rest.models.workflow_tag import WorkflowTag
|
|
119
|
-
from hatchet_sdk.v0.clients.rest.models.workflow_trigger_cron_ref import (
|
|
120
|
-
WorkflowTriggerCronRef,
|
|
121
|
-
)
|
|
122
|
-
from hatchet_sdk.v0.clients.rest.models.workflow_trigger_event_ref import (
|
|
123
|
-
WorkflowTriggerEventRef,
|
|
124
|
-
)
|
|
125
|
-
from hatchet_sdk.v0.clients.rest.models.workflow_triggers import WorkflowTriggers
|
|
126
|
-
from hatchet_sdk.v0.clients.rest.models.workflow_version import WorkflowVersion
|
|
127
|
-
from hatchet_sdk.v0.clients.rest.models.workflow_version_definition import (
|
|
128
|
-
WorkflowVersionDefinition,
|
|
129
|
-
)
|
|
130
|
-
from hatchet_sdk.v0.clients.rest.models.workflow_version_meta import WorkflowVersionMeta
|
|
131
|
-
from hatchet_sdk.v0.utils.aio_utils import sync_to_async
|
|
132
|
-
|
|
133
|
-
from .client import new_client
|
|
134
|
-
from .clients.admin import (
|
|
135
|
-
ChildTriggerWorkflowOptions,
|
|
136
|
-
DedupeViolationErr,
|
|
137
|
-
ScheduleTriggerWorkflowOptions,
|
|
138
|
-
TriggerWorkflowOptions,
|
|
139
|
-
)
|
|
140
|
-
from .clients.events import PushEventOptions
|
|
141
|
-
from .clients.run_event_listener import StepRunEventType, WorkflowRunEventType
|
|
142
|
-
from .context.context import Context
|
|
143
|
-
from .context.worker_context import WorkerContext
|
|
144
|
-
from .hatchet import ClientConfig, Hatchet, concurrency, on_failure_step, step, workflow
|
|
145
|
-
from .worker import Worker, WorkerStartOptions, WorkerStatus
|
|
146
|
-
from .workflow import ConcurrencyExpression
|
|
147
|
-
|
|
148
|
-
__all__ = [
|
|
149
|
-
"AcceptInviteRequest",
|
|
150
|
-
"APIError",
|
|
151
|
-
"APIErrors",
|
|
152
|
-
"APIMeta",
|
|
153
|
-
"APIMetaAuth",
|
|
154
|
-
"APIMetaIntegration",
|
|
155
|
-
"APIResourceMeta",
|
|
156
|
-
"APIToken",
|
|
157
|
-
"CreateAPITokenRequest",
|
|
158
|
-
"CreateAPITokenResponse",
|
|
159
|
-
"CreatePullRequestFromStepRun",
|
|
160
|
-
"CreateTenantInviteRequest",
|
|
161
|
-
"CreateTenantRequest",
|
|
162
|
-
"Event",
|
|
163
|
-
"EventData",
|
|
164
|
-
"EventKeyList",
|
|
165
|
-
"EventList",
|
|
166
|
-
"EventOrderByDirection",
|
|
167
|
-
"EventOrderByField",
|
|
168
|
-
"EventWorkflowRunSummary",
|
|
169
|
-
"GetStepRunDiffResponse",
|
|
170
|
-
"GithubAppInstallation",
|
|
171
|
-
"GithubBranch",
|
|
172
|
-
"GithubRepo",
|
|
173
|
-
"Job",
|
|
174
|
-
"JobRun",
|
|
175
|
-
"JobRunStatus",
|
|
176
|
-
"LinkGithubRepositoryRequest",
|
|
177
|
-
"ListAPITokensResponse",
|
|
178
|
-
"ListGithubAppInstallationsResponse",
|
|
179
|
-
"ListPullRequestsResponse",
|
|
180
|
-
"LogLine",
|
|
181
|
-
"LogLineLevel",
|
|
182
|
-
"LogLineList",
|
|
183
|
-
"LogLineOrderByDirection",
|
|
184
|
-
"LogLineOrderByField",
|
|
185
|
-
"PaginationResponse",
|
|
186
|
-
"PullRequest",
|
|
187
|
-
"PullRequestState",
|
|
188
|
-
"RejectInviteRequest",
|
|
189
|
-
"ReplayEventRequest",
|
|
190
|
-
"RerunStepRunRequest",
|
|
191
|
-
"Step",
|
|
192
|
-
"StepRun",
|
|
193
|
-
"StepRunDiff",
|
|
194
|
-
"StepRunStatus",
|
|
195
|
-
"sync_to_async",
|
|
196
|
-
"Tenant",
|
|
197
|
-
"TenantInvite",
|
|
198
|
-
"TenantInviteList",
|
|
199
|
-
"TenantList",
|
|
200
|
-
"TenantMember",
|
|
201
|
-
"TenantMemberList",
|
|
202
|
-
"TenantMemberRole",
|
|
203
|
-
"TriggerWorkflowRunRequest",
|
|
204
|
-
"UpdateTenantInviteRequest",
|
|
205
|
-
"User",
|
|
206
|
-
"UserLoginRequest",
|
|
207
|
-
"UserRegisterRequest",
|
|
208
|
-
"UserTenantMembershipsList",
|
|
209
|
-
"UserTenantPublic",
|
|
210
|
-
"Worker",
|
|
211
|
-
"WorkerLabelComparator",
|
|
212
|
-
"WorkerList",
|
|
213
|
-
"Workflow",
|
|
214
|
-
"WorkflowDeploymentConfig",
|
|
215
|
-
"WorkflowList",
|
|
216
|
-
"WorkflowRun",
|
|
217
|
-
"WorkflowRunList",
|
|
218
|
-
"WorkflowRunStatus",
|
|
219
|
-
"WorkflowRunTriggeredBy",
|
|
220
|
-
"WorkflowTag",
|
|
221
|
-
"WorkflowTriggerCronRef",
|
|
222
|
-
"WorkflowTriggerEventRef",
|
|
223
|
-
"WorkflowTriggers",
|
|
224
|
-
"WorkflowVersion",
|
|
225
|
-
"WorkflowVersionDefinition",
|
|
226
|
-
"WorkflowVersionMeta",
|
|
227
|
-
"ConcurrencyLimitStrategy",
|
|
228
|
-
"CreateWorkflowVersionOpts",
|
|
229
|
-
"RateLimitDuration",
|
|
230
|
-
"StickyStrategy",
|
|
231
|
-
"new_client",
|
|
232
|
-
"ChildTriggerWorkflowOptions",
|
|
233
|
-
"DedupeViolationErr",
|
|
234
|
-
"ScheduleTriggerWorkflowOptions",
|
|
235
|
-
"TriggerWorkflowOptions",
|
|
236
|
-
"PushEventOptions",
|
|
237
|
-
"StepRunEventType",
|
|
238
|
-
"WorkflowRunEventType",
|
|
239
|
-
"Context",
|
|
240
|
-
"WorkerContext",
|
|
241
|
-
"ClientConfig",
|
|
242
|
-
"Hatchet",
|
|
243
|
-
"concurrency",
|
|
244
|
-
"on_failure_step",
|
|
245
|
-
"step",
|
|
246
|
-
"workflow",
|
|
247
|
-
"Worker",
|
|
248
|
-
"WorkerStartOptions",
|
|
249
|
-
"WorkerStatus",
|
|
250
|
-
"ConcurrencyExpression",
|
|
251
|
-
]
|
|
@@ -1,119 +0,0 @@
|
|
|
1
|
-
import asyncio
|
|
2
|
-
from logging import Logger
|
|
3
|
-
from typing import Callable
|
|
4
|
-
|
|
5
|
-
import grpc
|
|
6
|
-
|
|
7
|
-
from hatchet_sdk.v0.clients.run_event_listener import RunEventListenerClient
|
|
8
|
-
from hatchet_sdk.v0.clients.workflow_listener import PooledWorkflowRunListener
|
|
9
|
-
from hatchet_sdk.v0.connection import new_conn
|
|
10
|
-
|
|
11
|
-
from .clients.admin import AdminClient, new_admin
|
|
12
|
-
from .clients.dispatcher.dispatcher import DispatcherClient, new_dispatcher
|
|
13
|
-
from .clients.events import EventClient, new_event
|
|
14
|
-
from .clients.rest_client import RestApi
|
|
15
|
-
from .loader import ClientConfig, ConfigLoader
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
class Client:
|
|
19
|
-
admin: AdminClient
|
|
20
|
-
dispatcher: DispatcherClient
|
|
21
|
-
event: EventClient
|
|
22
|
-
rest: RestApi
|
|
23
|
-
workflow_listener: PooledWorkflowRunListener
|
|
24
|
-
logInterceptor: Logger
|
|
25
|
-
debug: bool = False
|
|
26
|
-
|
|
27
|
-
@classmethod
|
|
28
|
-
def from_environment(
|
|
29
|
-
cls,
|
|
30
|
-
defaults: ClientConfig = ClientConfig(),
|
|
31
|
-
debug: bool = False,
|
|
32
|
-
*opts_functions: Callable[[ClientConfig], None],
|
|
33
|
-
):
|
|
34
|
-
try:
|
|
35
|
-
loop = asyncio.get_running_loop()
|
|
36
|
-
except RuntimeError:
|
|
37
|
-
loop = asyncio.new_event_loop()
|
|
38
|
-
asyncio.set_event_loop(loop)
|
|
39
|
-
|
|
40
|
-
config: ClientConfig = ConfigLoader(".").load_client_config(defaults)
|
|
41
|
-
for opt_function in opts_functions:
|
|
42
|
-
opt_function(config)
|
|
43
|
-
|
|
44
|
-
return cls.from_config(config, debug)
|
|
45
|
-
|
|
46
|
-
@classmethod
|
|
47
|
-
def from_config(
|
|
48
|
-
cls,
|
|
49
|
-
config: ClientConfig = ClientConfig(),
|
|
50
|
-
debug: bool = False,
|
|
51
|
-
):
|
|
52
|
-
try:
|
|
53
|
-
loop = asyncio.get_running_loop()
|
|
54
|
-
except RuntimeError:
|
|
55
|
-
loop = asyncio.new_event_loop()
|
|
56
|
-
asyncio.set_event_loop(loop)
|
|
57
|
-
|
|
58
|
-
if config.tls_config is None:
|
|
59
|
-
raise ValueError("TLS config is required")
|
|
60
|
-
|
|
61
|
-
if config.host_port is None:
|
|
62
|
-
raise ValueError("Host and port are required")
|
|
63
|
-
|
|
64
|
-
conn: grpc.Channel = new_conn(config)
|
|
65
|
-
|
|
66
|
-
# Instantiate clients
|
|
67
|
-
event_client = new_event(conn, config)
|
|
68
|
-
admin_client = new_admin(config)
|
|
69
|
-
dispatcher_client = new_dispatcher(config)
|
|
70
|
-
rest_client = RestApi(config.server_url, config.token, config.tenant_id)
|
|
71
|
-
workflow_listener = None # Initialize this if needed
|
|
72
|
-
|
|
73
|
-
return cls(
|
|
74
|
-
event_client,
|
|
75
|
-
admin_client,
|
|
76
|
-
dispatcher_client,
|
|
77
|
-
workflow_listener,
|
|
78
|
-
rest_client,
|
|
79
|
-
config,
|
|
80
|
-
debug,
|
|
81
|
-
)
|
|
82
|
-
|
|
83
|
-
def __init__(
|
|
84
|
-
self,
|
|
85
|
-
event_client: EventClient,
|
|
86
|
-
admin_client: AdminClient,
|
|
87
|
-
dispatcher_client: DispatcherClient,
|
|
88
|
-
workflow_listener: PooledWorkflowRunListener,
|
|
89
|
-
rest_client: RestApi,
|
|
90
|
-
config: ClientConfig,
|
|
91
|
-
debug: bool = False,
|
|
92
|
-
):
|
|
93
|
-
try:
|
|
94
|
-
loop = asyncio.get_running_loop()
|
|
95
|
-
except RuntimeError:
|
|
96
|
-
loop = asyncio.new_event_loop()
|
|
97
|
-
asyncio.set_event_loop(loop)
|
|
98
|
-
|
|
99
|
-
self.admin = admin_client
|
|
100
|
-
self.dispatcher = dispatcher_client
|
|
101
|
-
self.event = event_client
|
|
102
|
-
self.rest = rest_client
|
|
103
|
-
self.config = config
|
|
104
|
-
self.listener = RunEventListenerClient(config)
|
|
105
|
-
self.workflow_listener = workflow_listener
|
|
106
|
-
self.logInterceptor = config.logInterceptor
|
|
107
|
-
self.debug = debug
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
def with_host_port(host: str, port: int):
|
|
111
|
-
def with_host_port_impl(config: ClientConfig):
|
|
112
|
-
config.host = host
|
|
113
|
-
config.port = port
|
|
114
|
-
|
|
115
|
-
return with_host_port_impl
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
new_client = Client.from_environment
|
|
119
|
-
new_client_raw = Client.from_config
|