hatchet-sdk 1.0.1__tar.gz → 1.0.3__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.0.1 → hatchet_sdk-1.0.3}/PKG-INFO +2 -1
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/admin.py +7 -1
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/dispatcher/action_listener.py +5 -5
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/durable_event_listener.py +6 -3
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/events.py +1 -2
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/run_event_listener.py +7 -26
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/workflow_listener.py +6 -3
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/context/context.py +9 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/worker/runner/runner.py +4 -5
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/worker/runner/utils/capture_logs.py +0 -3
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/worker/worker.py +30 -21
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/pyproject.toml +9 -1
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/README.md +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/__init__.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/client.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/dispatcher/dispatcher.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/event_ts.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/__init__.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/api/__init__.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/api/api_token_api.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/api/default_api.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/api/event_api.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/api/github_api.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/api/healthcheck_api.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/api/log_api.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/api/metadata_api.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/api/rate_limits_api.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/api/slack_api.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/api/sns_api.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/api/step_run_api.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/api/task_api.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/api/tenant_api.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/api/user_api.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/api/worker_api.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/api/workflow_api.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/api/workflow_run_api.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/api/workflow_runs_api.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/api_client.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/api_response.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/configuration.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/exceptions.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/__init__.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/accept_invite_request.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/api_error.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/api_errors.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/api_meta.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/api_meta_auth.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/api_meta_integration.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/api_meta_posthog.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/api_resource_meta.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/api_token.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/bulk_create_event_request.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/bulk_create_event_response.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/cancel_event_request.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/cancel_step_run_request.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/concurrency_limit_strategy.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/create_api_token_request.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/create_api_token_response.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/create_cron_workflow_trigger_request.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/create_event_request.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/create_pull_request_from_step_run.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/create_sns_integration_request.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/create_tenant_alert_email_group_request.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/create_tenant_invite_request.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/create_tenant_request.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/cron_workflows.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/cron_workflows_list.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/cron_workflows_method.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/cron_workflows_order_by_field.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/event.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/event_data.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/event_key_list.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/event_list.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/event_order_by_direction.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/event_order_by_field.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/event_update_cancel200_response.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/event_workflow_run_summary.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/events.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/get_step_run_diff_response.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/github_app_installation.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/github_branch.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/github_repo.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/info_get_version200_response.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/job.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/job_run.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/job_run_status.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/link_github_repository_request.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/list_api_tokens_response.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/list_github_app_installations_response.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/list_pull_requests_response.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/list_slack_webhooks.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/list_sns_integrations.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/log_line.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/log_line_level.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/log_line_list.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/log_line_order_by_direction.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/log_line_order_by_field.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/pagination_response.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/pull_request.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/pull_request_state.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/queue_metrics.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/rate_limit.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/rate_limit_list.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/rate_limit_order_by_direction.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/rate_limit_order_by_field.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/recent_step_runs.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/reject_invite_request.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/replay_event_request.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/replay_workflow_runs_request.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/replay_workflow_runs_response.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/rerun_step_run_request.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/schedule_workflow_run_request.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/scheduled_run_status.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/scheduled_workflows.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/scheduled_workflows_list.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/scheduled_workflows_method.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/scheduled_workflows_order_by_field.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/semaphore_slots.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/slack_webhook.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/sns_integration.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/step.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/step_run.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/step_run_archive.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/step_run_archive_list.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/step_run_diff.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/step_run_event.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/step_run_event_list.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/step_run_event_reason.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/step_run_event_severity.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/step_run_status.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/tenant.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/tenant_alert_email_group.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/tenant_alert_email_group_list.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/tenant_alerting_settings.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/tenant_invite.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/tenant_invite_list.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/tenant_list.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/tenant_member.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/tenant_member_list.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/tenant_member_role.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/tenant_queue_metrics.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/tenant_resource.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/tenant_resource_limit.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/tenant_resource_policy.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/tenant_step_run_queue_metrics.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/tenant_version.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/trigger_workflow_run_request.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/update_tenant_alert_email_group_request.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/update_tenant_invite_request.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/update_tenant_request.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/update_worker_request.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/user.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/user_change_password_request.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/user_login_request.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/user_register_request.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/user_tenant_memberships_list.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/user_tenant_public.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/v1_cancel_task_request.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/v1_dag_children.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/v1_log_line.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/v1_log_line_level.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/v1_log_line_list.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/v1_replay_task_request.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/v1_task.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/v1_task_event.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/v1_task_event_list.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/v1_task_event_type.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/v1_task_filter.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/v1_task_point_metric.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/v1_task_point_metrics.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/v1_task_run_metric.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/v1_task_run_status.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/v1_task_status.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/v1_task_summary.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/v1_task_summary_list.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/v1_trigger_workflow_run_request.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/v1_workflow_run.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/v1_workflow_run_details.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/v1_workflow_run_display_name.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/v1_workflow_run_display_name_list.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/v1_workflow_type.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/webhook_worker.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/webhook_worker_create_request.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/webhook_worker_create_response.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/webhook_worker_created.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/webhook_worker_list_response.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/webhook_worker_request.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/webhook_worker_request_list_response.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/webhook_worker_request_method.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/worker.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/worker_label.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/worker_list.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/worker_runtime_info.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/worker_runtime_sdks.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/worker_type.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/workflow.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/workflow_concurrency.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/workflow_deployment_config.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/workflow_kind.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/workflow_list.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/workflow_metrics.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/workflow_run.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/workflow_run_cancel200_response.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/workflow_run_list.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/workflow_run_order_by_direction.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/workflow_run_order_by_field.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/workflow_run_shape.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/workflow_run_shape_item_for_workflow_run_details.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/workflow_run_status.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/workflow_run_triggered_by.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/workflow_runs_cancel_request.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/workflow_runs_metrics.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/workflow_runs_metrics_counts.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/workflow_tag.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/workflow_trigger_cron_ref.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/workflow_trigger_event_ref.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/workflow_triggers.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/workflow_update_request.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/workflow_version.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/workflow_version_concurrency.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/workflow_version_definition.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/workflow_version_meta.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/workflow_workers_count.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/rest.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/tenacity_utils.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/v1/api_client.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/config.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/connection.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/context/__init__.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/context/worker_context.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/contracts/dispatcher_pb2.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/contracts/dispatcher_pb2.pyi +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/contracts/dispatcher_pb2_grpc.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/contracts/events_pb2.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/contracts/events_pb2.pyi +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/contracts/events_pb2_grpc.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/contracts/v1/dispatcher_pb2.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/contracts/v1/dispatcher_pb2.pyi +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/contracts/v1/dispatcher_pb2_grpc.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/contracts/v1/shared/condition_pb2.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/contracts/v1/shared/condition_pb2.pyi +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/contracts/v1/shared/condition_pb2_grpc.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/contracts/v1/workflows_pb2.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/contracts/v1/workflows_pb2.pyi +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/contracts/v1/workflows_pb2_grpc.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/contracts/workflows_pb2.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/contracts/workflows_pb2.pyi +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/contracts/workflows_pb2_grpc.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/features/cron.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/features/logs.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/features/metrics.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/features/rate_limits.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/features/runs.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/features/scheduled.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/features/workers.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/features/workflows.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/hatchet.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/labels.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/logger.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/metadata.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/opentelemetry/instrumentor.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/py.typed +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/rate_limit.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/runnables/contextvars.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/runnables/standalone.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/runnables/task.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/runnables/types.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/runnables/workflow.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/token.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/utils/aio_utils.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/utils/backoff.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/utils/proto_enums.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/utils/timedelta_to_expression.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/utils/typing.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/__init__.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/client.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/admin.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/dispatcher/action_listener.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/dispatcher/dispatcher.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/event_ts.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/events.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/__init__.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/api/__init__.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/api/api_token_api.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/api/default_api.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/api/event_api.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/api/github_api.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/api/healthcheck_api.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/api/log_api.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/api/metadata_api.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/api/rate_limits_api.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/api/slack_api.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/api/sns_api.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/api/step_run_api.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/api/tenant_api.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/api/user_api.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/api/worker_api.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/api/workflow_api.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/api/workflow_run_api.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/api/workflow_runs_api.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/api_client.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/api_response.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/configuration.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/exceptions.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/__init__.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/accept_invite_request.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/api_error.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/api_errors.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/api_meta.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/api_meta_auth.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/api_meta_integration.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/api_meta_posthog.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/api_resource_meta.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/api_token.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/bulk_create_event_request.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/bulk_create_event_response.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/cancel_event_request.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/cancel_step_run_request.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/concurrency_limit_strategy.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/create_api_token_request.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/create_api_token_response.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/create_cron_workflow_trigger_request.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/create_event_request.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/create_pull_request_from_step_run.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/create_sns_integration_request.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/create_tenant_alert_email_group_request.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/create_tenant_invite_request.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/create_tenant_request.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/cron_workflows.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/cron_workflows_list.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/cron_workflows_method.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/cron_workflows_order_by_field.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/event.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/event_data.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/event_key_list.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/event_list.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/event_order_by_direction.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/event_order_by_field.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/event_update_cancel200_response.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/event_workflow_run_summary.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/events.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/get_step_run_diff_response.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/github_app_installation.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/github_branch.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/github_repo.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/info_get_version200_response.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/job.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/job_run.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/job_run_status.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/link_github_repository_request.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/list_api_tokens_response.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/list_github_app_installations_response.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/list_pull_requests_response.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/list_slack_webhooks.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/list_sns_integrations.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/log_line.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/log_line_level.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/log_line_list.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/log_line_order_by_direction.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/log_line_order_by_field.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/pagination_response.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/pull_request.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/pull_request_state.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/queue_metrics.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/rate_limit.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/rate_limit_list.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/rate_limit_order_by_direction.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/rate_limit_order_by_field.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/recent_step_runs.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/reject_invite_request.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/replay_event_request.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/replay_workflow_runs_request.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/replay_workflow_runs_response.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/rerun_step_run_request.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/schedule_workflow_run_request.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/scheduled_run_status.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/scheduled_workflows.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/scheduled_workflows_list.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/scheduled_workflows_method.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/scheduled_workflows_order_by_field.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/semaphore_slots.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/slack_webhook.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/sns_integration.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/step.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/step_run.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/step_run_archive.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/step_run_archive_list.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/step_run_diff.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/step_run_event.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/step_run_event_list.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/step_run_event_reason.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/step_run_event_severity.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/step_run_status.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/tenant.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/tenant_alert_email_group.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/tenant_alert_email_group_list.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/tenant_alerting_settings.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/tenant_invite.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/tenant_invite_list.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/tenant_list.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/tenant_member.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/tenant_member_list.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/tenant_member_role.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/tenant_queue_metrics.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/tenant_resource.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/tenant_resource_limit.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/tenant_resource_policy.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/tenant_step_run_queue_metrics.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/trigger_workflow_run_request.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/update_tenant_alert_email_group_request.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/update_tenant_invite_request.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/update_tenant_request.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/update_worker_request.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/user.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/user_change_password_request.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/user_login_request.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/user_register_request.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/user_tenant_memberships_list.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/user_tenant_public.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/webhook_worker.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/webhook_worker_create_request.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/webhook_worker_create_response.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/webhook_worker_created.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/webhook_worker_list_response.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/webhook_worker_request.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/webhook_worker_request_list_response.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/webhook_worker_request_method.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/worker.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/worker_label.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/worker_list.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/worker_runtime_info.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/worker_runtime_sdks.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/worker_type.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/workflow.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/workflow_concurrency.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/workflow_deployment_config.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/workflow_kind.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/workflow_list.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/workflow_metrics.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/workflow_run.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/workflow_run_cancel200_response.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/workflow_run_list.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/workflow_run_order_by_direction.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/workflow_run_order_by_field.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/workflow_run_shape.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/workflow_run_status.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/workflow_run_triggered_by.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/workflow_runs_cancel_request.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/workflow_runs_metrics.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/workflow_runs_metrics_counts.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/workflow_tag.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/workflow_trigger_cron_ref.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/workflow_trigger_event_ref.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/workflow_triggers.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/workflow_update_request.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/workflow_version.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/workflow_version_concurrency.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/workflow_version_definition.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/workflow_version_meta.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/models/workflow_workers_count.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/rest.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest/tenacity_utils.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/rest_client.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/run_event_listener.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/clients/workflow_listener.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/connection.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/context/__init__.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/context/context.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/context/worker_context.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/contracts/dispatcher_pb2.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/contracts/dispatcher_pb2.pyi +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/contracts/dispatcher_pb2_grpc.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/contracts/events_pb2.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/contracts/events_pb2.pyi +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/contracts/events_pb2_grpc.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/contracts/workflows_pb2.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/contracts/workflows_pb2.pyi +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/contracts/workflows_pb2_grpc.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/features/cron.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/features/scheduled.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/hatchet.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/labels.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/loader.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/logger.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/metadata.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/opentelemetry/instrumentor.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/rate_limit.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/semver.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/token.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/utils/aio_utils.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/utils/backoff.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/utils/types.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/utils/typing.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/v2/callable.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/v2/concurrency.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/v2/hatchet.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/worker/__init__.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/worker/action_listener_process.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/worker/runner/run_loop_manager.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/worker/runner/runner.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/worker/runner/utils/capture_logs.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/worker/runner/utils/error_with_traceback.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/worker/worker.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/workflow.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/v0/workflow_run.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/waits.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/worker/__init__.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/worker/action_listener_process.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/worker/runner/run_loop_manager.py +0 -0
- {hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/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.0.
|
|
3
|
+
Version: 1.0.3
|
|
4
4
|
Summary:
|
|
5
5
|
Author: Alexander Belanger
|
|
6
6
|
Author-email: alexander@hatchet.run
|
|
@@ -29,6 +29,7 @@ Requires-Dist: prometheus-client (>=0.21.1,<0.22.0)
|
|
|
29
29
|
Requires-Dist: protobuf (>=5.29.1,<6.0.0)
|
|
30
30
|
Requires-Dist: pydantic (>=2.6.3,<3.0.0)
|
|
31
31
|
Requires-Dist: pydantic-settings (>=2.7.1,<3.0.0)
|
|
32
|
+
Requires-Dist: pytest-timeout (>=2.3.1,<3.0.0)
|
|
32
33
|
Requires-Dist: python-dateutil (>=2.9.0.post0,<3.0.0)
|
|
33
34
|
Requires-Dist: pyyaml (>=6.0.1,<7.0.0)
|
|
34
35
|
Requires-Dist: tenacity (>=8.4.1)
|
|
@@ -36,6 +36,7 @@ class ScheduleTriggerWorkflowOptions(BaseModel):
|
|
|
36
36
|
child_index: int | None = None
|
|
37
37
|
child_key: str | None = None
|
|
38
38
|
namespace: str | None = None
|
|
39
|
+
additional_metadata: JSONSerializableMapping = Field(default_factory=dict)
|
|
39
40
|
|
|
40
41
|
|
|
41
42
|
class TriggerWorkflowOptions(ScheduleTriggerWorkflowOptions):
|
|
@@ -153,7 +154,11 @@ class AdminClient:
|
|
|
153
154
|
name=name,
|
|
154
155
|
schedules=[self._parse_schedule(schedule) for schedule in schedules],
|
|
155
156
|
input=json.dumps(input),
|
|
156
|
-
|
|
157
|
+
parent_id=options.parent_id,
|
|
158
|
+
parent_step_run_id=options.parent_step_run_id,
|
|
159
|
+
child_index=options.child_index,
|
|
160
|
+
child_key=options.child_key,
|
|
161
|
+
additional_metadata=json.dumps(options.additional_metadata),
|
|
157
162
|
)
|
|
158
163
|
|
|
159
164
|
@tenacity_retry
|
|
@@ -316,6 +321,7 @@ class AdminClient:
|
|
|
316
321
|
except (grpc.RpcError, grpc.aio.AioRpcError) as e:
|
|
317
322
|
if e.code() == grpc.StatusCode.ALREADY_EXISTS:
|
|
318
323
|
raise DedupeViolationErr(e.details())
|
|
324
|
+
raise e
|
|
319
325
|
|
|
320
326
|
return WorkflowRunRef(
|
|
321
327
|
workflow_run_id=resp.workflow_run_id,
|
|
@@ -277,9 +277,7 @@ class ActionListener:
|
|
|
277
277
|
)
|
|
278
278
|
|
|
279
279
|
t.cancel()
|
|
280
|
-
|
|
281
|
-
if listener:
|
|
282
|
-
listener.cancel()
|
|
280
|
+
listener.cancel()
|
|
283
281
|
|
|
284
282
|
break
|
|
285
283
|
|
|
@@ -300,7 +298,9 @@ class ActionListener:
|
|
|
300
298
|
)
|
|
301
299
|
)
|
|
302
300
|
except (ValueError, json.JSONDecodeError) as e:
|
|
303
|
-
|
|
301
|
+
logger.error(f"Error decoding payload: {e}")
|
|
302
|
+
|
|
303
|
+
action_payload = ActionPayload()
|
|
304
304
|
|
|
305
305
|
action = Action(
|
|
306
306
|
tenant_id=assigned_action.tenantId,
|
|
@@ -421,7 +421,7 @@ class ActionListener:
|
|
|
421
421
|
except Exception as e:
|
|
422
422
|
logger.error(f"failed to unregister: {e}")
|
|
423
423
|
|
|
424
|
-
if self.interrupt:
|
|
424
|
+
if self.interrupt: # type: ignore[truthy-bool]
|
|
425
425
|
self.interrupt.set()
|
|
426
426
|
|
|
427
427
|
def unregister(self) -> WorkerUnsubscribeRequest:
|
|
@@ -159,8 +159,8 @@ class DurableEventListener:
|
|
|
159
159
|
)
|
|
160
160
|
|
|
161
161
|
t.cancel()
|
|
162
|
-
|
|
163
|
-
|
|
162
|
+
self.listener.cancel()
|
|
163
|
+
|
|
164
164
|
await asyncio.sleep(
|
|
165
165
|
DEFAULT_DURABLE_EVENT_LISTENER_RETRY_INTERVAL
|
|
166
166
|
)
|
|
@@ -237,6 +237,8 @@ class DurableEventListener:
|
|
|
237
237
|
del self.events[subscription_id]
|
|
238
238
|
|
|
239
239
|
async def subscribe(self, task_id: str, signal_key: str) -> DurableEvent:
|
|
240
|
+
subscription_id: int | None = None
|
|
241
|
+
|
|
240
242
|
try:
|
|
241
243
|
# create a new subscription id, place a mutex on the counter
|
|
242
244
|
async with self.subscription_counter_lock:
|
|
@@ -275,7 +277,8 @@ class DurableEventListener:
|
|
|
275
277
|
except asyncio.CancelledError:
|
|
276
278
|
raise
|
|
277
279
|
finally:
|
|
278
|
-
|
|
280
|
+
if subscription_id:
|
|
281
|
+
self.cleanup_subscription(subscription_id)
|
|
279
282
|
|
|
280
283
|
async def _retry_subscribe(
|
|
281
284
|
self,
|
|
@@ -86,8 +86,7 @@ class EventClient:
|
|
|
86
86
|
namespaced_event_key = namespace + event_key
|
|
87
87
|
|
|
88
88
|
try:
|
|
89
|
-
|
|
90
|
-
meta_bytes = None if meta is None else json.dumps(meta)
|
|
89
|
+
meta_bytes = json.dumps(options.additional_metadata)
|
|
91
90
|
except Exception as e:
|
|
92
91
|
raise ValueError(f"Error encoding meta: {e}")
|
|
93
92
|
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import asyncio
|
|
2
|
-
import json
|
|
3
2
|
from enum import Enum
|
|
4
3
|
from typing import Any, AsyncGenerator, Callable, Generator, cast
|
|
5
4
|
|
|
@@ -128,18 +127,10 @@ class RunEventListener:
|
|
|
128
127
|
raise Exception(
|
|
129
128
|
f"Unknown event type: {workflow_event.eventType}"
|
|
130
129
|
)
|
|
131
|
-
payload = None
|
|
132
130
|
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
except Exception:
|
|
137
|
-
payload = workflow_event.eventPayload
|
|
138
|
-
pass
|
|
139
|
-
|
|
140
|
-
assert isinstance(payload, str)
|
|
141
|
-
|
|
142
|
-
yield StepRunEvent(type=eventType, payload=payload)
|
|
131
|
+
yield StepRunEvent(
|
|
132
|
+
type=eventType, payload=workflow_event.eventPayload
|
|
133
|
+
)
|
|
143
134
|
elif workflow_event.resourceType == RESOURCE_TYPE_WORKFLOW_RUN:
|
|
144
135
|
if workflow_event.eventType in step_run_event_type_mapping:
|
|
145
136
|
workflowRunEventType = step_run_event_type_mapping[
|
|
@@ -150,17 +141,10 @@ class RunEventListener:
|
|
|
150
141
|
f"Unknown event type: {workflow_event.eventType}"
|
|
151
142
|
)
|
|
152
143
|
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
payload = json.loads(workflow_event.eventPayload)
|
|
158
|
-
except Exception:
|
|
159
|
-
pass
|
|
160
|
-
|
|
161
|
-
assert isinstance(payload, str)
|
|
162
|
-
|
|
163
|
-
yield StepRunEvent(type=workflowRunEventType, payload=payload)
|
|
144
|
+
yield StepRunEvent(
|
|
145
|
+
type=workflowRunEventType,
|
|
146
|
+
payload=workflow_event.eventPayload,
|
|
147
|
+
)
|
|
164
148
|
|
|
165
149
|
if workflow_event.hangup:
|
|
166
150
|
listener = None
|
|
@@ -236,9 +220,6 @@ class RunEventListenerClient:
|
|
|
236
220
|
return self.stream(workflow_run_id)
|
|
237
221
|
|
|
238
222
|
def stream(self, workflow_run_id: str) -> RunEventListener:
|
|
239
|
-
if not isinstance(workflow_run_id, str) and hasattr(workflow_run_id, "__str__"):
|
|
240
|
-
workflow_run_id = str(workflow_run_id)
|
|
241
|
-
|
|
242
223
|
if not self.client:
|
|
243
224
|
aio_conn = new_conn(self.config, True)
|
|
244
225
|
self.client = DispatcherStub(aio_conn) # type: ignore[no-untyped-call]
|
|
@@ -132,8 +132,8 @@ class PooledWorkflowRunListener:
|
|
|
132
132
|
)
|
|
133
133
|
|
|
134
134
|
t.cancel()
|
|
135
|
-
|
|
136
|
-
|
|
135
|
+
self.listener.cancel()
|
|
136
|
+
|
|
137
137
|
await asyncio.sleep(
|
|
138
138
|
DEFAULT_WORKFLOW_LISTENER_RETRY_INTERVAL
|
|
139
139
|
)
|
|
@@ -203,6 +203,8 @@ class PooledWorkflowRunListener:
|
|
|
203
203
|
del self.events[subscription_id]
|
|
204
204
|
|
|
205
205
|
async def subscribe(self, workflow_run_id: str) -> WorkflowRunEvent:
|
|
206
|
+
subscription_id: int | None = None
|
|
207
|
+
|
|
206
208
|
try:
|
|
207
209
|
# create a new subscription id, place a mutex on the counter
|
|
208
210
|
await self.subscription_counter_lock.acquire()
|
|
@@ -234,7 +236,8 @@ class PooledWorkflowRunListener:
|
|
|
234
236
|
except asyncio.CancelledError:
|
|
235
237
|
raise
|
|
236
238
|
finally:
|
|
237
|
-
|
|
239
|
+
if subscription_id:
|
|
240
|
+
self.cleanup_subscription(subscription_id)
|
|
238
241
|
|
|
239
242
|
async def result(self, workflow_run_id: str) -> dict[str, Any]:
|
|
240
243
|
from hatchet_sdk.clients.admin import DedupeViolationErr
|
|
@@ -113,6 +113,14 @@ class Context:
|
|
|
113
113
|
|
|
114
114
|
return parent_step_data
|
|
115
115
|
|
|
116
|
+
def aio_task_output(self, task: "Task[TWorkflowInput, R]") -> "R":
|
|
117
|
+
if task.is_async_function:
|
|
118
|
+
return self.task_output(task)
|
|
119
|
+
|
|
120
|
+
raise ValueError(
|
|
121
|
+
f"Task '{task.name}' is not an async function. Use `task_output` instead."
|
|
122
|
+
)
|
|
123
|
+
|
|
116
124
|
@property
|
|
117
125
|
def was_triggered_by_event(self) -> bool:
|
|
118
126
|
return self.data.triggered_by == "event"
|
|
@@ -157,6 +165,7 @@ class Context:
|
|
|
157
165
|
|
|
158
166
|
def handle_result(future: Future[tuple[bool, Exception | None]]) -> None:
|
|
159
167
|
success, exception = future.result()
|
|
168
|
+
|
|
160
169
|
if not success and exception:
|
|
161
170
|
if raise_on_error:
|
|
162
171
|
raise exception
|
|
@@ -123,6 +123,7 @@ class Runner:
|
|
|
123
123
|
|
|
124
124
|
errored = False
|
|
125
125
|
cancelled = task.cancelled()
|
|
126
|
+
output = None
|
|
126
127
|
|
|
127
128
|
# Get the output from the future
|
|
128
129
|
try:
|
|
@@ -167,6 +168,7 @@ class Runner:
|
|
|
167
168
|
|
|
168
169
|
errored = False
|
|
169
170
|
cancelled = task.cancelled()
|
|
171
|
+
output = None
|
|
170
172
|
|
|
171
173
|
# Get the output from the future
|
|
172
174
|
try:
|
|
@@ -204,12 +206,9 @@ class Runner:
|
|
|
204
206
|
def thread_action_func(
|
|
205
207
|
self, ctx: Context, task: Task[TWorkflowInput, R], action: Action
|
|
206
208
|
) -> R:
|
|
207
|
-
if action.step_run_id
|
|
209
|
+
if action.step_run_id:
|
|
208
210
|
self.threads[action.step_run_id] = current_thread()
|
|
209
|
-
elif
|
|
210
|
-
action.get_group_key_run_id is not None
|
|
211
|
-
and action.get_group_key_run_id != ""
|
|
212
|
-
):
|
|
211
|
+
elif action.get_group_key_run_id:
|
|
213
212
|
self.threads[action.get_group_key_run_id] = current_thread()
|
|
214
213
|
|
|
215
214
|
return task.call(ctx)
|
|
@@ -63,9 +63,6 @@ def capture_logs(
|
|
|
63
63
|
) -> Callable[P, Awaitable[T]]:
|
|
64
64
|
@functools.wraps(func)
|
|
65
65
|
async def wrapper(*args: P.args, **kwargs: P.kwargs) -> T:
|
|
66
|
-
if not logger:
|
|
67
|
-
raise Exception("No logger configured on client")
|
|
68
|
-
|
|
69
66
|
log_stream = StringIO()
|
|
70
67
|
custom_handler = CustomLogHandler(event_client, log_stream)
|
|
71
68
|
custom_handler.setLevel(logging.INFO)
|
|
@@ -103,7 +103,7 @@ class Worker:
|
|
|
103
103
|
self.durable_action_queue: "Queue[Action | STOP_LOOP_TYPE]" = self.ctx.Queue()
|
|
104
104
|
self.durable_event_queue: "Queue[ActionEvent]" = self.ctx.Queue()
|
|
105
105
|
|
|
106
|
-
self.loop: asyncio.AbstractEventLoop
|
|
106
|
+
self.loop: asyncio.AbstractEventLoop | None
|
|
107
107
|
|
|
108
108
|
self.client = Client(config=self.config, debug=self.debug)
|
|
109
109
|
|
|
@@ -226,6 +226,9 @@ class Worker:
|
|
|
226
226
|
def start(self, options: WorkerStartOptions = WorkerStartOptions()) -> None:
|
|
227
227
|
self.owned_loop = self._setup_loop(options.loop)
|
|
228
228
|
|
|
229
|
+
if not self.loop:
|
|
230
|
+
raise RuntimeError("event loop not set, cannot start worker")
|
|
231
|
+
|
|
229
232
|
asyncio.run_coroutine_threadsafe(self._aio_start(), self.loop)
|
|
230
233
|
|
|
231
234
|
# start the loop and wait until its closed
|
|
@@ -265,27 +268,31 @@ class Worker:
|
|
|
265
268
|
)
|
|
266
269
|
self.durable_action_runner = self._run_action_runner(is_durable=True)
|
|
267
270
|
|
|
268
|
-
|
|
269
|
-
self.
|
|
270
|
-
|
|
271
|
+
if self.loop:
|
|
272
|
+
self.action_listener_health_check = self.loop.create_task(
|
|
273
|
+
self._check_listener_health()
|
|
274
|
+
)
|
|
271
275
|
|
|
272
|
-
|
|
276
|
+
await self.action_listener_health_check
|
|
273
277
|
|
|
274
278
|
def _run_action_runner(self, is_durable: bool) -> WorkerActionRunLoopManager:
|
|
275
279
|
# Retrieve the shared queue
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
280
|
+
if self.loop:
|
|
281
|
+
return WorkerActionRunLoopManager(
|
|
282
|
+
self.name + ("_durable" if is_durable else ""),
|
|
283
|
+
self.durable_action_registry if is_durable else self.action_registry,
|
|
284
|
+
self.validator_registry,
|
|
285
|
+
1_000 if is_durable else self.slots,
|
|
286
|
+
self.config,
|
|
287
|
+
self.durable_action_queue if is_durable else self.action_queue,
|
|
288
|
+
self.durable_event_queue if is_durable else self.event_queue,
|
|
289
|
+
self.loop,
|
|
290
|
+
self.handle_kill,
|
|
291
|
+
self.client.debug,
|
|
292
|
+
self.labels,
|
|
293
|
+
)
|
|
294
|
+
|
|
295
|
+
raise RuntimeError("event loop not set, cannot start action runner")
|
|
289
296
|
|
|
290
297
|
def _start_action_listener(
|
|
291
298
|
self, is_durable: bool
|
|
@@ -332,7 +339,7 @@ class Worker:
|
|
|
332
339
|
):
|
|
333
340
|
logger.debug("child action listener process killed...")
|
|
334
341
|
self._status = WorkerStatus.UNHEALTHY
|
|
335
|
-
if
|
|
342
|
+
if self.loop:
|
|
336
343
|
self.loop.create_task(self.exit_gracefully())
|
|
337
344
|
break
|
|
338
345
|
else:
|
|
@@ -349,11 +356,13 @@ class Worker:
|
|
|
349
356
|
def _handle_exit_signal(self, signum: int, frame: FrameType | None) -> None:
|
|
350
357
|
sig_name = "SIGTERM" if signum == signal.SIGTERM else "SIGINT"
|
|
351
358
|
logger.info(f"received signal {sig_name}...")
|
|
352
|
-
self.loop
|
|
359
|
+
if self.loop:
|
|
360
|
+
self.loop.create_task(self.exit_gracefully())
|
|
353
361
|
|
|
354
362
|
def _handle_force_quit_signal(self, signum: int, frame: FrameType | None) -> None:
|
|
355
363
|
logger.info("received SIGQUIT...")
|
|
356
|
-
self.loop
|
|
364
|
+
if self.loop:
|
|
365
|
+
self.loop.create_task(self._exit_forcefully())
|
|
357
366
|
|
|
358
367
|
async def _close(self) -> None:
|
|
359
368
|
logger.info(f"closing worker '{self.name}'...")
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "hatchet-sdk"
|
|
3
|
-
version = "1.0.
|
|
3
|
+
version = "1.0.3"
|
|
4
4
|
description = ""
|
|
5
5
|
authors = ["Alexander Belanger <alexander@hatchet.run>"]
|
|
6
6
|
readme = "README.md"
|
|
@@ -35,6 +35,7 @@ opentelemetry-exporter-otlp = { version = "^1.28.0", optional = true }
|
|
|
35
35
|
opentelemetry-exporter-otlp-proto-http = { version = "^1.28.0", optional = true }
|
|
36
36
|
prometheus-client = "^0.21.1"
|
|
37
37
|
pydantic-settings = "^2.7.1"
|
|
38
|
+
pytest-timeout = "^2.3.1"
|
|
38
39
|
|
|
39
40
|
[tool.poetry.group.dev.dependencies]
|
|
40
41
|
pytest = "^8.3.5"
|
|
@@ -106,6 +107,12 @@ exclude = [
|
|
|
106
107
|
"hatchet_sdk/v0/*",
|
|
107
108
|
]
|
|
108
109
|
strict = true
|
|
110
|
+
enable_error_code = [
|
|
111
|
+
"possibly-undefined",
|
|
112
|
+
"truthy-bool",
|
|
113
|
+
"redundant-expr",
|
|
114
|
+
"truthy-iterable",
|
|
115
|
+
]
|
|
109
116
|
|
|
110
117
|
[tool.ruff]
|
|
111
118
|
exclude = [
|
|
@@ -148,3 +155,4 @@ v2_simple = "examples.v2.simple.worker:main"
|
|
|
148
155
|
otel = "examples.opentelemetry_instrumentation.worker:main"
|
|
149
156
|
waits = "examples.waits.worker:main"
|
|
150
157
|
durable = "examples.durable.worker:main"
|
|
158
|
+
streaming = "examples.streaming.worker:main"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/accept_invite_request.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/api_meta_integration.py
RENAMED
|
File without changes
|
|
File without changes
|
{hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/api_resource_meta.py
RENAMED
|
File without changes
|
|
File without changes
|
{hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/bulk_create_event_request.py
RENAMED
|
File without changes
|
|
File without changes
|
{hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/cancel_event_request.py
RENAMED
|
File without changes
|
{hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/cancel_step_run_request.py
RENAMED
|
File without changes
|
|
File without changes
|
{hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/create_api_token_request.py
RENAMED
|
File without changes
|
{hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/create_api_token_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/create_event_request.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/create_tenant_request.py
RENAMED
|
File without changes
|
|
File without changes
|
{hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/cron_workflows_list.py
RENAMED
|
File without changes
|
{hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/cron_workflows_method.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/event_order_by_direction.py
RENAMED
|
File without changes
|
{hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/event_order_by_field.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/github_app_installation.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/list_api_tokens_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/list_slack_webhooks.py
RENAMED
|
File without changes
|
{hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/list_sns_integrations.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/log_line_order_by_field.py
RENAMED
|
File without changes
|
{hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/pagination_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{hatchet_sdk-1.0.1 → hatchet_sdk-1.0.3}/hatchet_sdk/clients/rest/models/pull_request_state.py
RENAMED
|
File without changes
|