durable-workflow 0.4.78__tar.gz → 0.4.80__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-0.4.78/src/durable_workflow.egg-info → durable_workflow-0.4.80}/PKG-INFO +1 -1
- {durable_workflow-0.4.78 → durable_workflow-0.4.80}/pyproject.toml +1 -1
- {durable_workflow-0.4.78 → durable_workflow-0.4.80}/src/durable_workflow/replay_conformance.py +1 -1
- {durable_workflow-0.4.78 → durable_workflow-0.4.80/src/durable_workflow.egg-info}/PKG-INFO +1 -1
- {durable_workflow-0.4.78 → durable_workflow-0.4.80}/tests/test_replay_conformance.py +2 -2
- {durable_workflow-0.4.78 → durable_workflow-0.4.80}/LICENSE +0 -0
- {durable_workflow-0.4.78 → durable_workflow-0.4.80}/README.md +0 -0
- {durable_workflow-0.4.78 → durable_workflow-0.4.80}/setup.cfg +0 -0
- {durable_workflow-0.4.78 → durable_workflow-0.4.80}/src/durable_workflow/__init__.py +0 -0
- {durable_workflow-0.4.78 → durable_workflow-0.4.80}/src/durable_workflow/_avro.py +0 -0
- {durable_workflow-0.4.78 → durable_workflow-0.4.80}/src/durable_workflow/activity.py +0 -0
- {durable_workflow-0.4.78 → durable_workflow-0.4.80}/src/durable_workflow/auth_composition.py +0 -0
- {durable_workflow-0.4.78 → durable_workflow-0.4.80}/src/durable_workflow/client.py +0 -0
- {durable_workflow-0.4.78 → durable_workflow-0.4.80}/src/durable_workflow/errors.py +0 -0
- {durable_workflow-0.4.78 → durable_workflow-0.4.80}/src/durable_workflow/external_storage.py +0 -0
- {durable_workflow-0.4.78 → durable_workflow-0.4.80}/src/durable_workflow/external_task_input.py +0 -0
- {durable_workflow-0.4.78 → durable_workflow-0.4.80}/src/durable_workflow/external_task_result.py +0 -0
- {durable_workflow-0.4.78 → durable_workflow-0.4.80}/src/durable_workflow/history_bundle_verify.py +0 -0
- {durable_workflow-0.4.78 → durable_workflow-0.4.80}/src/durable_workflow/interceptors.py +0 -0
- {durable_workflow-0.4.78 → durable_workflow-0.4.80}/src/durable_workflow/invocable.py +0 -0
- {durable_workflow-0.4.78 → durable_workflow-0.4.80}/src/durable_workflow/metrics.py +0 -0
- {durable_workflow-0.4.78 → durable_workflow-0.4.80}/src/durable_workflow/py.typed +0 -0
- {durable_workflow-0.4.78 → durable_workflow-0.4.80}/src/durable_workflow/python_conformance.py +0 -0
- {durable_workflow-0.4.78 → durable_workflow-0.4.80}/src/durable_workflow/replay_verify.py +0 -0
- {durable_workflow-0.4.78 → durable_workflow-0.4.80}/src/durable_workflow/retry_policy.py +0 -0
- {durable_workflow-0.4.78 → durable_workflow-0.4.80}/src/durable_workflow/serializer.py +0 -0
- {durable_workflow-0.4.78 → durable_workflow-0.4.80}/src/durable_workflow/sync.py +0 -0
- {durable_workflow-0.4.78 → durable_workflow-0.4.80}/src/durable_workflow/testing.py +0 -0
- {durable_workflow-0.4.78 → durable_workflow-0.4.80}/src/durable_workflow/worker.py +0 -0
- {durable_workflow-0.4.78 → durable_workflow-0.4.80}/src/durable_workflow/workflow.py +0 -0
- {durable_workflow-0.4.78 → durable_workflow-0.4.80}/src/durable_workflow.egg-info/SOURCES.txt +0 -0
- {durable_workflow-0.4.78 → durable_workflow-0.4.80}/src/durable_workflow.egg-info/dependency_links.txt +0 -0
- {durable_workflow-0.4.78 → durable_workflow-0.4.80}/src/durable_workflow.egg-info/entry_points.txt +0 -0
- {durable_workflow-0.4.78 → durable_workflow-0.4.80}/src/durable_workflow.egg-info/requires.txt +0 -0
- {durable_workflow-0.4.78 → durable_workflow-0.4.80}/src/durable_workflow.egg-info/top_level.txt +0 -0
- {durable_workflow-0.4.78 → durable_workflow-0.4.80}/tests/test_activity_context.py +0 -0
- {durable_workflow-0.4.78 → durable_workflow-0.4.80}/tests/test_auth_composition.py +0 -0
- {durable_workflow-0.4.78 → durable_workflow-0.4.80}/tests/test_client.py +0 -0
- {durable_workflow-0.4.78 → durable_workflow-0.4.80}/tests/test_control_plane_parity_fixtures.py +0 -0
- {durable_workflow-0.4.78 → durable_workflow-0.4.80}/tests/test_errors.py +0 -0
- {durable_workflow-0.4.78 → durable_workflow-0.4.80}/tests/test_external_storage.py +0 -0
- {durable_workflow-0.4.78 → durable_workflow-0.4.80}/tests/test_external_task_input.py +0 -0
- {durable_workflow-0.4.78 → durable_workflow-0.4.80}/tests/test_external_task_result.py +0 -0
- {durable_workflow-0.4.78 → durable_workflow-0.4.80}/tests/test_golden_history_replay.py +0 -0
- {durable_workflow-0.4.78 → durable_workflow-0.4.80}/tests/test_history_bundle_verify.py +0 -0
- {durable_workflow-0.4.78 → durable_workflow-0.4.80}/tests/test_history_event_contract.py +0 -0
- {durable_workflow-0.4.78 → durable_workflow-0.4.80}/tests/test_invocable.py +0 -0
- {durable_workflow-0.4.78 → durable_workflow-0.4.80}/tests/test_metrics.py +0 -0
- {durable_workflow-0.4.78 → durable_workflow-0.4.80}/tests/test_order_processing_example.py +0 -0
- {durable_workflow-0.4.78 → durable_workflow-0.4.80}/tests/test_public_boundary_scanner.py +0 -0
- {durable_workflow-0.4.78 → durable_workflow-0.4.80}/tests/test_python_conformance.py +0 -0
- {durable_workflow-0.4.78 → durable_workflow-0.4.80}/tests/test_queries.py +0 -0
- {durable_workflow-0.4.78 → durable_workflow-0.4.80}/tests/test_readme_quickstart.py +0 -0
- {durable_workflow-0.4.78 → durable_workflow-0.4.80}/tests/test_replay.py +0 -0
- {durable_workflow-0.4.78 → durable_workflow-0.4.80}/tests/test_replay_verify.py +0 -0
- {durable_workflow-0.4.78 → durable_workflow-0.4.80}/tests/test_retry_policy.py +0 -0
- {durable_workflow-0.4.78 → durable_workflow-0.4.80}/tests/test_schedules.py +0 -0
- {durable_workflow-0.4.78 → durable_workflow-0.4.80}/tests/test_serializer.py +0 -0
- {durable_workflow-0.4.78 → durable_workflow-0.4.80}/tests/test_signals.py +0 -0
- {durable_workflow-0.4.78 → durable_workflow-0.4.80}/tests/test_sleep.py +0 -0
- {durable_workflow-0.4.78 → durable_workflow-0.4.80}/tests/test_standalone_activity_client.py +0 -0
- {durable_workflow-0.4.78 → durable_workflow-0.4.80}/tests/test_sync.py +0 -0
- {durable_workflow-0.4.78 → durable_workflow-0.4.80}/tests/test_testing_harness.py +0 -0
- {durable_workflow-0.4.78 → durable_workflow-0.4.80}/tests/test_updates.py +0 -0
- {durable_workflow-0.4.78 → durable_workflow-0.4.80}/tests/test_wait_condition.py +0 -0
- {durable_workflow-0.4.78 → durable_workflow-0.4.80}/tests/test_worker.py +0 -0
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "durable-workflow"
|
|
7
|
-
version = "0.4.
|
|
7
|
+
version = "0.4.80"
|
|
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"
|
{durable_workflow-0.4.78 → durable_workflow-0.4.80}/src/durable_workflow/replay_conformance.py
RENAMED
|
@@ -247,7 +247,7 @@ def compose_report(
|
|
|
247
247
|
"schema": RESULT_SCHEMA,
|
|
248
248
|
"schema_version": RESULT_VERSION,
|
|
249
249
|
"coverage_scope": COVERAGE_SCOPE,
|
|
250
|
-
"outcome": "fail" if has_failures else "
|
|
250
|
+
"outcome": "fail" if has_failures else "pass",
|
|
251
251
|
"started_at": started_at,
|
|
252
252
|
"finished_at": _timestamp(),
|
|
253
253
|
"artifact_versions": versions,
|
|
@@ -50,7 +50,7 @@ def test_compose_report_emits_python_replay_conformance_shard() -> None:
|
|
|
50
50
|
assert report["schema"] == RESULT_SCHEMA
|
|
51
51
|
assert report["schema_version"] == RESULT_VERSION
|
|
52
52
|
assert report["coverage_scope"] == COVERAGE_SCOPE
|
|
53
|
-
assert report["outcome"] == "
|
|
53
|
+
assert report["outcome"] == "pass"
|
|
54
54
|
assert report["runtime_matrix"]["runtimes"] == ["sdk-python"]
|
|
55
55
|
assert report["artifact_versions"]["workflow-php"] == "2.0.0-alpha.175"
|
|
56
56
|
assert report["artifact_sources"]["workflow-php"] == "composer_package"
|
|
@@ -197,7 +197,7 @@ def test_cli_writes_json_report(tmp_path: Path) -> None:
|
|
|
197
197
|
payload = json.loads(output_path.read_text())
|
|
198
198
|
assert payload["schema"] == RESULT_SCHEMA
|
|
199
199
|
assert payload["coverage_scope"] == COVERAGE_SCOPE
|
|
200
|
-
assert payload["outcome"] == "
|
|
200
|
+
assert payload["outcome"] == "pass"
|
|
201
201
|
|
|
202
202
|
|
|
203
203
|
def test_cli_exits_nonzero_when_required_artifact_evidence_is_missing(tmp_path: Path) -> None:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{durable_workflow-0.4.78 → durable_workflow-0.4.80}/src/durable_workflow/auth_composition.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{durable_workflow-0.4.78 → durable_workflow-0.4.80}/src/durable_workflow/external_storage.py
RENAMED
|
File without changes
|
{durable_workflow-0.4.78 → durable_workflow-0.4.80}/src/durable_workflow/external_task_input.py
RENAMED
|
File without changes
|
{durable_workflow-0.4.78 → durable_workflow-0.4.80}/src/durable_workflow/external_task_result.py
RENAMED
|
File without changes
|
{durable_workflow-0.4.78 → durable_workflow-0.4.80}/src/durable_workflow/history_bundle_verify.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{durable_workflow-0.4.78 → durable_workflow-0.4.80}/src/durable_workflow/python_conformance.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-0.4.78 → durable_workflow-0.4.80}/src/durable_workflow.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{durable_workflow-0.4.78 → durable_workflow-0.4.80}/src/durable_workflow.egg-info/entry_points.txt
RENAMED
|
File without changes
|
{durable_workflow-0.4.78 → durable_workflow-0.4.80}/src/durable_workflow.egg-info/requires.txt
RENAMED
|
File without changes
|
{durable_workflow-0.4.78 → durable_workflow-0.4.80}/src/durable_workflow.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{durable_workflow-0.4.78 → durable_workflow-0.4.80}/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
|
|
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
|
{durable_workflow-0.4.78 → durable_workflow-0.4.80}/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
|