durable-workflow 2.0.0b6__tar.gz → 2.0.0b13__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.
- {durable_workflow-2.0.0b6/src/durable_workflow.egg-info → durable_workflow-2.0.0b13}/PKG-INFO +4 -4
- {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/README.md +3 -3
- {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/pyproject.toml +4 -4
- {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13/src/durable_workflow.egg-info}/PKG-INFO +4 -4
- {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/LICENSE +0 -0
- {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/setup.cfg +0 -0
- {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/src/durable_workflow/__init__.py +0 -0
- {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/src/durable_workflow/_avro.py +0 -0
- {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/src/durable_workflow/activity.py +0 -0
- {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/src/durable_workflow/auth_composition.py +0 -0
- {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/src/durable_workflow/client.py +0 -0
- {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/src/durable_workflow/errors.py +0 -0
- {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/src/durable_workflow/external_storage.py +0 -0
- {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/src/durable_workflow/external_task_input.py +0 -0
- {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/src/durable_workflow/external_task_result.py +0 -0
- {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/src/durable_workflow/history_bundle_verify.py +0 -0
- {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/src/durable_workflow/interceptors.py +0 -0
- {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/src/durable_workflow/invocable.py +0 -0
- {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/src/durable_workflow/metrics.py +0 -0
- {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/src/durable_workflow/nexus.py +0 -0
- {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/src/durable_workflow/py.typed +0 -0
- {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/src/durable_workflow/python_conformance.py +0 -0
- {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/src/durable_workflow/replay_conformance.py +0 -0
- {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/src/durable_workflow/replay_verify.py +0 -0
- {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/src/durable_workflow/retry_policy.py +0 -0
- {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/src/durable_workflow/serializer.py +0 -0
- {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/src/durable_workflow/sync.py +0 -0
- {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/src/durable_workflow/testing.py +0 -0
- {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/src/durable_workflow/worker.py +0 -0
- {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/src/durable_workflow/workflow.py +0 -0
- {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/src/durable_workflow/workflow_updates_conformance.py +0 -0
- {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/src/durable_workflow.egg-info/SOURCES.txt +0 -0
- {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/src/durable_workflow.egg-info/dependency_links.txt +0 -0
- {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/src/durable_workflow.egg-info/entry_points.txt +0 -0
- {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/src/durable_workflow.egg-info/requires.txt +0 -0
- {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/src/durable_workflow.egg-info/top_level.txt +0 -0
- {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/tests/test_activity_context.py +0 -0
- {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/tests/test_auth_composition.py +0 -0
- {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/tests/test_ci_checkout.py +0 -0
- {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/tests/test_ci_integration_endpoint.py +0 -0
- {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/tests/test_client.py +0 -0
- {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/tests/test_control_plane_parity_fixtures.py +0 -0
- {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/tests/test_errors.py +0 -0
- {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/tests/test_external_storage.py +0 -0
- {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/tests/test_external_task_input.py +0 -0
- {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/tests/test_external_task_result.py +0 -0
- {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/tests/test_golden_history_replay.py +0 -0
- {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/tests/test_history_bundle_verify.py +0 -0
- {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/tests/test_history_event_contract.py +0 -0
- {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/tests/test_invocable.py +0 -0
- {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/tests/test_metrics.py +0 -0
- {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/tests/test_order_processing_example.py +0 -0
- {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/tests/test_public_boundary_scanner.py +0 -0
- {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/tests/test_python_conformance.py +0 -0
- {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/tests/test_queries.py +0 -0
- {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/tests/test_readme_quickstart.py +0 -0
- {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/tests/test_release_docs_audit_workflow.py +0 -0
- {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/tests/test_replay.py +0 -0
- {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/tests/test_replay_conformance.py +0 -0
- {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/tests/test_replay_verify.py +0 -0
- {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/tests/test_retry_policy.py +0 -0
- {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/tests/test_schedules.py +0 -0
- {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/tests/test_serializer.py +0 -0
- {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/tests/test_signals.py +0 -0
- {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/tests/test_sleep.py +0 -0
- {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/tests/test_standalone_activity_client.py +0 -0
- {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/tests/test_sync.py +0 -0
- {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/tests/test_testing_harness.py +0 -0
- {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/tests/test_updates.py +0 -0
- {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/tests/test_wait_condition.py +0 -0
- {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/tests/test_worker.py +0 -0
- {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/tests/test_workflow_updates_conformance.py +0 -0
{durable_workflow-2.0.0b6/src/durable_workflow.egg-info → durable_workflow-2.0.0b13}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: durable-workflow
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.0b13
|
|
4
4
|
Summary: Python SDK for the Durable Workflow server (language-neutral HTTP protocol)
|
|
5
5
|
Author: Durable Workflow Contributors
|
|
6
6
|
License-Expression: MIT
|
|
@@ -39,7 +39,7 @@ Dynamic: license-file
|
|
|
39
39
|
A Python SDK for the [Durable Workflow server](https://github.com/durable-workflow/server). Speaks the server's language-neutral HTTP/JSON worker protocol — no PHP runtime required.
|
|
40
40
|
|
|
41
41
|
Status: **Beta** — this SDK is part of the synchronized Durable Workflow
|
|
42
|
-
`2.0.0-beta.
|
|
42
|
+
`2.0.0-beta.13` product train. Core features include workflows, activities,
|
|
43
43
|
schedules, signals, timers, child workflows, continue-as-new, side effects,
|
|
44
44
|
version markers, worker-applied accepted updates, replay verification, the
|
|
45
45
|
in-process `WorkflowEnvironment` test harness, and invocable activity carriers.
|
|
@@ -47,7 +47,7 @@ in-process `WorkflowEnvironment` test harness, and invocable activity carriers.
|
|
|
47
47
|
## Install
|
|
48
48
|
|
|
49
49
|
```bash
|
|
50
|
-
pip install durable-workflow==2.0.0-beta.
|
|
50
|
+
pip install durable-workflow==2.0.0-beta.13
|
|
51
51
|
```
|
|
52
52
|
|
|
53
53
|
Or for development:
|
|
@@ -617,7 +617,7 @@ Full documentation is available at
|
|
|
617
617
|
|
|
618
618
|
## Compatibility
|
|
619
619
|
|
|
620
|
-
SDK version `2.0.0-beta.
|
|
620
|
+
SDK version `2.0.0-beta.13` is supported with server `2.0.0-beta.13`. The server
|
|
621
621
|
must advertise these protocol manifests from `GET /api/cluster/info`:
|
|
622
622
|
|
|
623
623
|
- `control_plane.version: "2"`
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
A Python SDK for the [Durable Workflow server](https://github.com/durable-workflow/server). Speaks the server's language-neutral HTTP/JSON worker protocol — no PHP runtime required.
|
|
4
4
|
|
|
5
5
|
Status: **Beta** — this SDK is part of the synchronized Durable Workflow
|
|
6
|
-
`2.0.0-beta.
|
|
6
|
+
`2.0.0-beta.13` product train. Core features include workflows, activities,
|
|
7
7
|
schedules, signals, timers, child workflows, continue-as-new, side effects,
|
|
8
8
|
version markers, worker-applied accepted updates, replay verification, the
|
|
9
9
|
in-process `WorkflowEnvironment` test harness, and invocable activity carriers.
|
|
@@ -11,7 +11,7 @@ in-process `WorkflowEnvironment` test harness, and invocable activity carriers.
|
|
|
11
11
|
## Install
|
|
12
12
|
|
|
13
13
|
```bash
|
|
14
|
-
pip install durable-workflow==2.0.0-beta.
|
|
14
|
+
pip install durable-workflow==2.0.0-beta.13
|
|
15
15
|
```
|
|
16
16
|
|
|
17
17
|
Or for development:
|
|
@@ -581,7 +581,7 @@ Full documentation is available at
|
|
|
581
581
|
|
|
582
582
|
## Compatibility
|
|
583
583
|
|
|
584
|
-
SDK version `2.0.0-beta.
|
|
584
|
+
SDK version `2.0.0-beta.13` is supported with server `2.0.0-beta.13`. The server
|
|
585
585
|
must advertise these protocol manifests from `GET /api/cluster/info`:
|
|
586
586
|
|
|
587
587
|
- `control_plane.version: "2"`
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "durable-workflow"
|
|
7
|
-
version = "2.0.0-beta.
|
|
7
|
+
version = "2.0.0-beta.13"
|
|
8
8
|
description = "Python SDK for the Durable Workflow server (language-neutral HTTP protocol)"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.10"
|
|
@@ -64,9 +64,9 @@ durable-workflow-replay-conformance = "durable_workflow.replay_conformance:main"
|
|
|
64
64
|
durable-workflow-workflow-updates-conformance = "durable_workflow.workflow_updates_conformance:main"
|
|
65
65
|
|
|
66
66
|
[tool.durable-workflow]
|
|
67
|
-
product-train = "2.0.0-beta.
|
|
68
|
-
registry-version = "2.0.
|
|
69
|
-
supported-server-versions = "2.0.0-beta.
|
|
67
|
+
product-train = "2.0.0-beta.13"
|
|
68
|
+
registry-version = "2.0.0b13"
|
|
69
|
+
supported-server-versions = "2.0.0-beta.13"
|
|
70
70
|
worker-protocol-version = "1.1"
|
|
71
71
|
control-plane-version = "2"
|
|
72
72
|
|
{durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13/src/durable_workflow.egg-info}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: durable-workflow
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.0b13
|
|
4
4
|
Summary: Python SDK for the Durable Workflow server (language-neutral HTTP protocol)
|
|
5
5
|
Author: Durable Workflow Contributors
|
|
6
6
|
License-Expression: MIT
|
|
@@ -39,7 +39,7 @@ Dynamic: license-file
|
|
|
39
39
|
A Python SDK for the [Durable Workflow server](https://github.com/durable-workflow/server). Speaks the server's language-neutral HTTP/JSON worker protocol — no PHP runtime required.
|
|
40
40
|
|
|
41
41
|
Status: **Beta** — this SDK is part of the synchronized Durable Workflow
|
|
42
|
-
`2.0.0-beta.
|
|
42
|
+
`2.0.0-beta.13` product train. Core features include workflows, activities,
|
|
43
43
|
schedules, signals, timers, child workflows, continue-as-new, side effects,
|
|
44
44
|
version markers, worker-applied accepted updates, replay verification, the
|
|
45
45
|
in-process `WorkflowEnvironment` test harness, and invocable activity carriers.
|
|
@@ -47,7 +47,7 @@ in-process `WorkflowEnvironment` test harness, and invocable activity carriers.
|
|
|
47
47
|
## Install
|
|
48
48
|
|
|
49
49
|
```bash
|
|
50
|
-
pip install durable-workflow==2.0.0-beta.
|
|
50
|
+
pip install durable-workflow==2.0.0-beta.13
|
|
51
51
|
```
|
|
52
52
|
|
|
53
53
|
Or for development:
|
|
@@ -617,7 +617,7 @@ Full documentation is available at
|
|
|
617
617
|
|
|
618
618
|
## Compatibility
|
|
619
619
|
|
|
620
|
-
SDK version `2.0.0-beta.
|
|
620
|
+
SDK version `2.0.0-beta.13` is supported with server `2.0.0-beta.13`. The server
|
|
621
621
|
must advertise these protocol manifests from `GET /api/cluster/info`:
|
|
622
622
|
|
|
623
623
|
- `control_plane.version: "2"`
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/src/durable_workflow/auth_composition.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/src/durable_workflow/external_storage.py
RENAMED
|
File without changes
|
{durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/src/durable_workflow/external_task_input.py
RENAMED
|
File without changes
|
{durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/src/durable_workflow/external_task_result.py
RENAMED
|
File without changes
|
{durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/src/durable_workflow/history_bundle_verify.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/src/durable_workflow/python_conformance.py
RENAMED
|
File without changes
|
{durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/src/durable_workflow/replay_conformance.py
RENAMED
|
File without changes
|
{durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/src/durable_workflow/replay_verify.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
|
{durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/src/durable_workflow.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/src/durable_workflow.egg-info/requires.txt
RENAMED
|
File without changes
|
{durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/src/durable_workflow.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/tests/test_ci_integration_endpoint.py
RENAMED
|
File without changes
|
|
File without changes
|
{durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/tests/test_control_plane_parity_fixtures.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
|
|
File without changes
|
|
File without changes
|
{durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/tests/test_order_processing_example.py
RENAMED
|
File without changes
|
{durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/tests/test_public_boundary_scanner.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/tests/test_release_docs_audit_workflow.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
|
|
File without changes
|
{durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/tests/test_standalone_activity_client.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/tests/test_workflow_updates_conformance.py
RENAMED
|
File without changes
|