render-lab-tasks-workos
Unreleased Python port: 12 registered tasks from render-lab/render-tasks. Python 3.12+, Render SDK 1.0.1. Requires core 0.1.1 or later.
From the repository root:
uv sync --all-packages --locked
Import render_lab_tasks_workos.tasks to register tasks. The package root is inert.
Compose the exported app with Workflows.from_workflows; call tasks through
ctx.run. Every operation also exports *_impl(ctx, input, *, deps=None) for
injection. Client(http, env) accepts a caller-owned HTTPX client, and
Deps(workos=client) injects it. Default dependencies open and close the HTTP
client per invocation; credentials are read lazily at use. No HTTP retries or
background vendor polling occur; retry.py owns the durable retry policies.
Task surface
| Registered task | Python export |
|---|---|
workos.awaitEvent |
await_event |
workos.createInvitation |
create_invitation |
workos.createOrganization |
create_organization |
workos.createPortalLink |
create_portal_link |
workos.getDirectoryUser |
get_directory_user |
workos.listDirectories |
list_directories |
workos.listDirectoryGroups |
list_directory_groups |
workos.listDirectoryUsers |
list_directory_users |
workos.listEvents |
list_events |
workos.listGroupUsers |
list_group_users |
workos.revokeInvitation |
revoke_invitation |
workos.updateOrganization |
update_organization |
Typed JSON inputs and results are in types.py. Task names and JSON field names
match the pinned source; Python function names use snake_case.
Environment
| Variable | Requirement |
|---|---|
WORKOS_API_KEY |
Required at first API call. |
Behavior and limits
Directory pages preserve before/after cursors, validate limits 1–100, and omit embedded group expansion from directory-user DTOs. Event filters use repeated query keys. await_event reads at most 100 events and returns the first matching event plus its ID as the resume cursor. Organization/invitation/portal creates disable retries; revoke treats 404 as success. Directory resources and event fixtures need a real test organization.
Verification
All registered tasks have hermetic contract fixtures executed independently against
the pinned TS implementation. SDK-backed tasks also have explicit HTTP request
fixtures. See tests/test_batch3_contracts.py and tests/test_batch3_edges.py.
These are not live vendor results.
Vendor webhooks subpaths and other registration-free TS exports are outside this batch unless explicitly listed above. Full registered-task coverage does not imply all supporting exports are ported.
Pending scopes, test resources, replay, and hosted checks are in the live-testing backlog and verification tracker.
Webhook adapter
render_lab_tasks_workos.webhooks.workos_adapter(on_event, ...) returns a
registration-free adapter for render_lab_triggers. The callback receives the
verified event and returns {"task": "namespace.task", "args": [event]} or None.
The signing credential WORKOS_WEBHOOK_SECRET is read inside verification unless
provided explicitly. Importing this module does not register tasks. Signature
checks use the raw body; live delivery remains in the testing backlog.
Installation
pip install render-lab-tasks-workos==0.1.0
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file render_lab_tasks_workos-0.1.0.tar.gz.
File metadata
- Download URL: render_lab_tasks_workos-0.1.0.tar.gz
- Upload date:
- Size: 8.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7a9244690d7a8aafcc36a016962fb9147d56f6c0e1e83e0c6c9df1b1980782f4
|
|
| MD5 |
6e88ee241fb273d7635e54a813c45139
|
|
| BLAKE2b-256 |
83ef4406098c28c7de41113398fc1305c73f5badca6926c941da9c1461c9612a
|
Provenance
The following attestation bundles were made for render_lab_tasks_workos-0.1.0.tar.gz:
Publisher:
publish.yml on render-lab/render-tasks-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
render_lab_tasks_workos-0.1.0.tar.gz -
Subject digest:
7a9244690d7a8aafcc36a016962fb9147d56f6c0e1e83e0c6c9df1b1980782f4 - Sigstore transparency entry: 2767995097
- Sigstore integration time:
-
Permalink:
render-lab/render-tasks-python@b601664587ba5882dd7c8efabfc8908151008df6 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/render-lab
-
Access:
internal
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@b601664587ba5882dd7c8efabfc8908151008df6 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file render_lab_tasks_workos-0.1.0-py3-none-any.whl.
File metadata
- Download URL: render_lab_tasks_workos-0.1.0-py3-none-any.whl
- Upload date:
- Size: 15.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
26375c88d82b05d271e30093be06f6bc71d948530c4ea48059e30ef37a23b2f3
|
|
| MD5 |
b813c634a79f0bd2b80dbea3732d7aab
|
|
| BLAKE2b-256 |
9e7b2f12bc99fcbedeb1558edf3592e88cc6ad8cb29e28c12fc4a72ba0dcef8a
|
Provenance
The following attestation bundles were made for render_lab_tasks_workos-0.1.0-py3-none-any.whl:
Publisher:
publish.yml on render-lab/render-tasks-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
render_lab_tasks_workos-0.1.0-py3-none-any.whl -
Subject digest:
26375c88d82b05d271e30093be06f6bc71d948530c4ea48059e30ef37a23b2f3 - Sigstore transparency entry: 2767995157
- Sigstore integration time:
-
Permalink:
render-lab/render-tasks-python@b601664587ba5882dd7c8efabfc8908151008df6 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/render-lab
-
Access:
internal
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@b601664587ba5882dd7c8efabfc8908151008df6 -
Trigger Event:
workflow_dispatch
-
Statement type: