durable-workflow 0.4.106__tar.gz → 2.0.0b4__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-0.4.106/src/durable_workflow.egg-info → durable_workflow-2.0.0b4}/PKG-INFO +9 -5
  2. {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/README.md +8 -4
  3. {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/pyproject.toml +8 -1
  4. {durable_workflow-0.4.106 → durable_workflow-2.0.0b4/src/durable_workflow.egg-info}/PKG-INFO +9 -5
  5. {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/tests/test_release_docs_audit_workflow.py +2 -2
  6. {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/LICENSE +0 -0
  7. {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/setup.cfg +0 -0
  8. {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/src/durable_workflow/__init__.py +0 -0
  9. {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/src/durable_workflow/_avro.py +0 -0
  10. {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/src/durable_workflow/activity.py +0 -0
  11. {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/src/durable_workflow/auth_composition.py +0 -0
  12. {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/src/durable_workflow/client.py +0 -0
  13. {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/src/durable_workflow/errors.py +0 -0
  14. {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/src/durable_workflow/external_storage.py +0 -0
  15. {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/src/durable_workflow/external_task_input.py +0 -0
  16. {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/src/durable_workflow/external_task_result.py +0 -0
  17. {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/src/durable_workflow/history_bundle_verify.py +0 -0
  18. {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/src/durable_workflow/interceptors.py +0 -0
  19. {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/src/durable_workflow/invocable.py +0 -0
  20. {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/src/durable_workflow/metrics.py +0 -0
  21. {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/src/durable_workflow/nexus.py +0 -0
  22. {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/src/durable_workflow/py.typed +0 -0
  23. {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/src/durable_workflow/python_conformance.py +0 -0
  24. {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/src/durable_workflow/replay_conformance.py +0 -0
  25. {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/src/durable_workflow/replay_verify.py +0 -0
  26. {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/src/durable_workflow/retry_policy.py +0 -0
  27. {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/src/durable_workflow/serializer.py +0 -0
  28. {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/src/durable_workflow/sync.py +0 -0
  29. {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/src/durable_workflow/testing.py +0 -0
  30. {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/src/durable_workflow/worker.py +0 -0
  31. {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/src/durable_workflow/workflow.py +0 -0
  32. {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/src/durable_workflow/workflow_updates_conformance.py +0 -0
  33. {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/src/durable_workflow.egg-info/SOURCES.txt +0 -0
  34. {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/src/durable_workflow.egg-info/dependency_links.txt +0 -0
  35. {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/src/durable_workflow.egg-info/entry_points.txt +0 -0
  36. {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/src/durable_workflow.egg-info/requires.txt +0 -0
  37. {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/src/durable_workflow.egg-info/top_level.txt +0 -0
  38. {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/tests/test_activity_context.py +0 -0
  39. {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/tests/test_auth_composition.py +0 -0
  40. {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/tests/test_ci_checkout.py +0 -0
  41. {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/tests/test_ci_integration_endpoint.py +0 -0
  42. {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/tests/test_client.py +0 -0
  43. {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/tests/test_control_plane_parity_fixtures.py +0 -0
  44. {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/tests/test_errors.py +0 -0
  45. {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/tests/test_external_storage.py +0 -0
  46. {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/tests/test_external_task_input.py +0 -0
  47. {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/tests/test_external_task_result.py +0 -0
  48. {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/tests/test_golden_history_replay.py +0 -0
  49. {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/tests/test_history_bundle_verify.py +0 -0
  50. {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/tests/test_history_event_contract.py +0 -0
  51. {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/tests/test_invocable.py +0 -0
  52. {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/tests/test_metrics.py +0 -0
  53. {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/tests/test_order_processing_example.py +0 -0
  54. {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/tests/test_public_boundary_scanner.py +0 -0
  55. {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/tests/test_python_conformance.py +0 -0
  56. {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/tests/test_queries.py +0 -0
  57. {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/tests/test_readme_quickstart.py +0 -0
  58. {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/tests/test_replay.py +0 -0
  59. {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/tests/test_replay_conformance.py +0 -0
  60. {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/tests/test_replay_verify.py +0 -0
  61. {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/tests/test_retry_policy.py +0 -0
  62. {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/tests/test_schedules.py +0 -0
  63. {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/tests/test_serializer.py +0 -0
  64. {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/tests/test_signals.py +0 -0
  65. {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/tests/test_sleep.py +0 -0
  66. {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/tests/test_standalone_activity_client.py +0 -0
  67. {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/tests/test_sync.py +0 -0
  68. {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/tests/test_testing_harness.py +0 -0
  69. {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/tests/test_updates.py +0 -0
  70. {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/tests/test_wait_condition.py +0 -0
  71. {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/tests/test_worker.py +0 -0
  72. {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/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: 0.4.106
3
+ Version: 2.0.0b4
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
@@ -38,12 +38,16 @@ Dynamic: license-file
38
38
 
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
- Status: **Beta** — production-readiness validation in progress for the first `1.0.0` release candidate. Core features implemented: workflows, activities, schedules, signals, timers, child workflows, continue-as-new, side effects, version markers, worker-applied accepted updates, replay-verify and history-bundle-verify CLIs, the in-process `WorkflowEnvironment` test harness, and invocable activity carriers for HTTP and serverless runtimes. Client calls for queries and updates exist; Python workflow-side query receiver metadata is available, while server-routed Python query execution and pre-accept update validator routing are still in progress on the server side. Full language-neutral protocol support for cross-PHP/Python orchestration is the release goal.
41
+ Status: **Beta** — this SDK is part of the synchronized Durable Workflow
42
+ `2.0.0-beta.4` product train. Core features include workflows, activities,
43
+ schedules, signals, timers, child workflows, continue-as-new, side effects,
44
+ version markers, worker-applied accepted updates, replay verification, the
45
+ in-process `WorkflowEnvironment` test harness, and invocable activity carriers.
42
46
 
43
47
  ## Install
44
48
 
45
49
  ```bash
46
- pip install durable-workflow
50
+ pip install durable-workflow==2.0.0-beta.4
47
51
  ```
48
52
 
49
53
  Or for development:
@@ -613,8 +617,8 @@ Full documentation is available at
613
617
 
614
618
  ## Compatibility
615
619
 
616
- SDK version 0.4.x is compatible with servers that advertise these protocol
617
- manifests from `GET /api/cluster/info`:
620
+ SDK version `2.0.0-beta.4` is supported with server `2.0.0-beta.4`. The server
621
+ must advertise these protocol manifests from `GET /api/cluster/info`:
618
622
 
619
623
  - `control_plane.version: "2"`
620
624
  - `control_plane.request_contract.schema: durable-workflow.v2.control-plane-request.contract` version `1`
@@ -2,12 +2,16 @@
2
2
 
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
- Status: **Beta** — production-readiness validation in progress for the first `1.0.0` release candidate. Core features implemented: workflows, activities, schedules, signals, timers, child workflows, continue-as-new, side effects, version markers, worker-applied accepted updates, replay-verify and history-bundle-verify CLIs, the in-process `WorkflowEnvironment` test harness, and invocable activity carriers for HTTP and serverless runtimes. Client calls for queries and updates exist; Python workflow-side query receiver metadata is available, while server-routed Python query execution and pre-accept update validator routing are still in progress on the server side. Full language-neutral protocol support for cross-PHP/Python orchestration is the release goal.
5
+ Status: **Beta** — this SDK is part of the synchronized Durable Workflow
6
+ `2.0.0-beta.4` product train. Core features include workflows, activities,
7
+ schedules, signals, timers, child workflows, continue-as-new, side effects,
8
+ version markers, worker-applied accepted updates, replay verification, the
9
+ in-process `WorkflowEnvironment` test harness, and invocable activity carriers.
6
10
 
7
11
  ## Install
8
12
 
9
13
  ```bash
10
- pip install durable-workflow
14
+ pip install durable-workflow==2.0.0-beta.4
11
15
  ```
12
16
 
13
17
  Or for development:
@@ -577,8 +581,8 @@ Full documentation is available at
577
581
 
578
582
  ## Compatibility
579
583
 
580
- SDK version 0.4.x is compatible with servers that advertise these protocol
581
- manifests from `GET /api/cluster/info`:
584
+ SDK version `2.0.0-beta.4` is supported with server `2.0.0-beta.4`. The server
585
+ must advertise these protocol manifests from `GET /api/cluster/info`:
582
586
 
583
587
  - `control_plane.version: "2"`
584
588
  - `control_plane.request_contract.schema: durable-workflow.v2.control-plane-request.contract` version `1`
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "durable-workflow"
7
- version = "0.4.106"
7
+ version = "2.0.0-beta.4"
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"
@@ -63,6 +63,13 @@ durable-workflow-python-conformance = "durable_workflow.python_conformance:main"
63
63
  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
+ [tool.durable-workflow]
67
+ product-train = "2.0.0-beta.4"
68
+ registry-version = "2.0.0b4"
69
+ supported-server-versions = "2.0.0-beta.4"
70
+ worker-protocol-version = "1.1"
71
+ control-plane-version = "2"
72
+
66
73
  [tool.setuptools.packages.find]
67
74
  where = ["src"]
68
75
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: durable-workflow
3
- Version: 0.4.106
3
+ Version: 2.0.0b4
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
@@ -38,12 +38,16 @@ Dynamic: license-file
38
38
 
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
- Status: **Beta** — production-readiness validation in progress for the first `1.0.0` release candidate. Core features implemented: workflows, activities, schedules, signals, timers, child workflows, continue-as-new, side effects, version markers, worker-applied accepted updates, replay-verify and history-bundle-verify CLIs, the in-process `WorkflowEnvironment` test harness, and invocable activity carriers for HTTP and serverless runtimes. Client calls for queries and updates exist; Python workflow-side query receiver metadata is available, while server-routed Python query execution and pre-accept update validator routing are still in progress on the server side. Full language-neutral protocol support for cross-PHP/Python orchestration is the release goal.
41
+ Status: **Beta** — this SDK is part of the synchronized Durable Workflow
42
+ `2.0.0-beta.4` product train. Core features include workflows, activities,
43
+ schedules, signals, timers, child workflows, continue-as-new, side effects,
44
+ version markers, worker-applied accepted updates, replay verification, the
45
+ in-process `WorkflowEnvironment` test harness, and invocable activity carriers.
42
46
 
43
47
  ## Install
44
48
 
45
49
  ```bash
46
- pip install durable-workflow
50
+ pip install durable-workflow==2.0.0-beta.4
47
51
  ```
48
52
 
49
53
  Or for development:
@@ -613,8 +617,8 @@ Full documentation is available at
613
617
 
614
618
  ## Compatibility
615
619
 
616
- SDK version 0.4.x is compatible with servers that advertise these protocol
617
- manifests from `GET /api/cluster/info`:
620
+ SDK version `2.0.0-beta.4` is supported with server `2.0.0-beta.4`. The server
621
+ must advertise these protocol manifests from `GET /api/cluster/info`:
618
622
 
619
623
  - `control_plane.version: "2"`
620
624
  - `control_plane.request_contract.schema: durable-workflow.v2.control-plane-request.contract` version `1`
@@ -74,7 +74,7 @@ def test_publish_workflow_separates_publication_authority_from_docs_freshness()
74
74
  assert '[[ ! "$REQUESTED_TAG" =~ ^[0-9]+\\.[0-9]+\\.[0-9]+' in build_job
75
75
  assert 'if [ "$REQUESTED_TAG" != "$package_version" ]' in build_job
76
76
  assert 'if [ "$tag_commit" != "$head_commit" ]' in build_job
77
- assert "pypa/gh-action-pypi-publish@release/v1" in publish_job
77
+ assert "pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247" in publish_job
78
78
  assert 'gh release create "$RELEASE_TAG"' in publish_job
79
79
  assert "DOCS_RELEASE_AUDIT_ENFORCEMENT: advisory" in docs_audit_job
80
80
  assert "DOCS_RELEASE_AUDIT_EVIDENCE: docs-release-audit-evidence.json" in docs_audit_job
@@ -83,7 +83,7 @@ def test_publish_workflow_separates_publication_authority_from_docs_freshness()
83
83
  assert "contents: write" not in docs_audit_job
84
84
  assert "if: always()" in docs_audit_job
85
85
  assert docs_audit_job.index("scripts/ci/check-docs-release-audit.sh") < docs_audit_job.index(
86
- "actions/upload-artifact@v7"
86
+ "actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a"
87
87
  )
88
88
 
89
89