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.
Files changed (72) hide show
  1. {durable_workflow-2.0.0b6/src/durable_workflow.egg-info → durable_workflow-2.0.0b13}/PKG-INFO +4 -4
  2. {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/README.md +3 -3
  3. {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/pyproject.toml +4 -4
  4. {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13/src/durable_workflow.egg-info}/PKG-INFO +4 -4
  5. {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/LICENSE +0 -0
  6. {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/setup.cfg +0 -0
  7. {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/src/durable_workflow/__init__.py +0 -0
  8. {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/src/durable_workflow/_avro.py +0 -0
  9. {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/src/durable_workflow/activity.py +0 -0
  10. {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/src/durable_workflow/auth_composition.py +0 -0
  11. {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/src/durable_workflow/client.py +0 -0
  12. {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/src/durable_workflow/errors.py +0 -0
  13. {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/src/durable_workflow/external_storage.py +0 -0
  14. {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/src/durable_workflow/external_task_input.py +0 -0
  15. {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/src/durable_workflow/external_task_result.py +0 -0
  16. {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/src/durable_workflow/history_bundle_verify.py +0 -0
  17. {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/src/durable_workflow/interceptors.py +0 -0
  18. {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/src/durable_workflow/invocable.py +0 -0
  19. {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/src/durable_workflow/metrics.py +0 -0
  20. {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/src/durable_workflow/nexus.py +0 -0
  21. {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/src/durable_workflow/py.typed +0 -0
  22. {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/src/durable_workflow/python_conformance.py +0 -0
  23. {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/src/durable_workflow/replay_conformance.py +0 -0
  24. {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/src/durable_workflow/replay_verify.py +0 -0
  25. {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/src/durable_workflow/retry_policy.py +0 -0
  26. {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/src/durable_workflow/serializer.py +0 -0
  27. {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/src/durable_workflow/sync.py +0 -0
  28. {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/src/durable_workflow/testing.py +0 -0
  29. {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/src/durable_workflow/worker.py +0 -0
  30. {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/src/durable_workflow/workflow.py +0 -0
  31. {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/src/durable_workflow/workflow_updates_conformance.py +0 -0
  32. {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/src/durable_workflow.egg-info/SOURCES.txt +0 -0
  33. {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/src/durable_workflow.egg-info/dependency_links.txt +0 -0
  34. {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/src/durable_workflow.egg-info/entry_points.txt +0 -0
  35. {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/src/durable_workflow.egg-info/requires.txt +0 -0
  36. {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/src/durable_workflow.egg-info/top_level.txt +0 -0
  37. {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/tests/test_activity_context.py +0 -0
  38. {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/tests/test_auth_composition.py +0 -0
  39. {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/tests/test_ci_checkout.py +0 -0
  40. {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/tests/test_ci_integration_endpoint.py +0 -0
  41. {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/tests/test_client.py +0 -0
  42. {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/tests/test_control_plane_parity_fixtures.py +0 -0
  43. {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/tests/test_errors.py +0 -0
  44. {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/tests/test_external_storage.py +0 -0
  45. {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/tests/test_external_task_input.py +0 -0
  46. {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/tests/test_external_task_result.py +0 -0
  47. {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/tests/test_golden_history_replay.py +0 -0
  48. {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/tests/test_history_bundle_verify.py +0 -0
  49. {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/tests/test_history_event_contract.py +0 -0
  50. {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/tests/test_invocable.py +0 -0
  51. {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/tests/test_metrics.py +0 -0
  52. {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/tests/test_order_processing_example.py +0 -0
  53. {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/tests/test_public_boundary_scanner.py +0 -0
  54. {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/tests/test_python_conformance.py +0 -0
  55. {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/tests/test_queries.py +0 -0
  56. {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/tests/test_readme_quickstart.py +0 -0
  57. {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/tests/test_release_docs_audit_workflow.py +0 -0
  58. {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/tests/test_replay.py +0 -0
  59. {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/tests/test_replay_conformance.py +0 -0
  60. {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/tests/test_replay_verify.py +0 -0
  61. {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/tests/test_retry_policy.py +0 -0
  62. {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/tests/test_schedules.py +0 -0
  63. {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/tests/test_serializer.py +0 -0
  64. {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/tests/test_signals.py +0 -0
  65. {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/tests/test_sleep.py +0 -0
  66. {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/tests/test_standalone_activity_client.py +0 -0
  67. {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/tests/test_sync.py +0 -0
  68. {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/tests/test_testing_harness.py +0 -0
  69. {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/tests/test_updates.py +0 -0
  70. {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/tests/test_wait_condition.py +0 -0
  71. {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/tests/test_worker.py +0 -0
  72. {durable_workflow-2.0.0b6 → durable_workflow-2.0.0b13}/tests/test_workflow_updates_conformance.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: durable-workflow
3
- Version: 2.0.0b6
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.6` product train. Core features include workflows, activities,
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.6
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.6` is supported with server `2.0.0-beta.6`. The server
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` product train. Core features include workflows, activities,
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.6
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.6` is supported with server `2.0.0-beta.6`. The server
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.6"
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.6"
68
- registry-version = "2.0.0b6"
69
- supported-server-versions = "2.0.0-beta.6"
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
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: durable-workflow
3
- Version: 2.0.0b6
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.6` product train. Core features include workflows, activities,
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.6
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.6` is supported with server `2.0.0-beta.6`. The server
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"`