openbox-temporal-sdk-python 1.2.0__tar.gz → 1.2.1__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.
- {openbox_temporal_sdk_python-1.2.0 → openbox_temporal_sdk_python-1.2.1}/CHANGELOG.md +8 -0
- {openbox_temporal_sdk_python-1.2.0 → openbox_temporal_sdk_python-1.2.1}/PKG-INFO +2 -2
- {openbox_temporal_sdk_python-1.2.0 → openbox_temporal_sdk_python-1.2.1}/openbox/__init__.py +1 -1
- {openbox_temporal_sdk_python-1.2.0 → openbox_temporal_sdk_python-1.2.1}/pyproject.toml +2 -5
- {openbox_temporal_sdk_python-1.2.0 → openbox_temporal_sdk_python-1.2.1}/tests/test_no_import_machinery_in_governed_open_paths.py +10 -7
- {openbox_temporal_sdk_python-1.2.0 → openbox_temporal_sdk_python-1.2.1}/uv.lock +55 -85
- {openbox_temporal_sdk_python-1.2.0 → openbox_temporal_sdk_python-1.2.1}/.github/workflows/publish.yml +0 -0
- {openbox_temporal_sdk_python-1.2.0 → openbox_temporal_sdk_python-1.2.1}/.github/workflows/sonarqube.yaml +0 -0
- {openbox_temporal_sdk_python-1.2.0 → openbox_temporal_sdk_python-1.2.1}/.gitignore +0 -0
- {openbox_temporal_sdk_python-1.2.0 → openbox_temporal_sdk_python-1.2.1}/.python-version +0 -0
- {openbox_temporal_sdk_python-1.2.0 → openbox_temporal_sdk_python-1.2.1}/.repomixignore +0 -0
- {openbox_temporal_sdk_python-1.2.0 → openbox_temporal_sdk_python-1.2.1}/LICENSE +0 -0
- {openbox_temporal_sdk_python-1.2.0 → openbox_temporal_sdk_python-1.2.1}/README.md +0 -0
- {openbox_temporal_sdk_python-1.2.0 → openbox_temporal_sdk_python-1.2.1}/docs/changelog-hook-level-governance.md +0 -0
- {openbox_temporal_sdk_python-1.2.0 → openbox_temporal_sdk_python-1.2.1}/docs/code-standards.md +0 -0
- {openbox_temporal_sdk_python-1.2.0 → openbox_temporal_sdk_python-1.2.1}/docs/codebase-summary.md +0 -0
- {openbox_temporal_sdk_python-1.2.0 → openbox_temporal_sdk_python-1.2.1}/docs/configuration.md +0 -0
- {openbox_temporal_sdk_python-1.2.0 → openbox_temporal_sdk_python-1.2.1}/docs/project-overview-pdr.md +0 -0
- {openbox_temporal_sdk_python-1.2.0 → openbox_temporal_sdk_python-1.2.1}/docs/system-architecture.md +0 -0
- {openbox_temporal_sdk_python-1.2.0 → openbox_temporal_sdk_python-1.2.1}/docs/temporal-plugin-integration-guide.md +0 -0
- {openbox_temporal_sdk_python-1.2.0 → openbox_temporal_sdk_python-1.2.1}/openbox/activities.py +0 -0
- {openbox_temporal_sdk_python-1.2.0 → openbox_temporal_sdk_python-1.2.1}/openbox/activity_interceptor.py +0 -0
- {openbox_temporal_sdk_python-1.2.0 → openbox_temporal_sdk_python-1.2.1}/openbox/client.py +0 -0
- {openbox_temporal_sdk_python-1.2.0 → openbox_temporal_sdk_python-1.2.1}/openbox/config.py +0 -0
- {openbox_temporal_sdk_python-1.2.0 → openbox_temporal_sdk_python-1.2.1}/openbox/core_adapter.py +0 -0
- {openbox_temporal_sdk_python-1.2.0 → openbox_temporal_sdk_python-1.2.1}/openbox/errors.py +0 -0
- {openbox_temporal_sdk_python-1.2.0 → openbox_temporal_sdk_python-1.2.1}/openbox/governance_state.py +0 -0
- {openbox_temporal_sdk_python-1.2.0 → openbox_temporal_sdk_python-1.2.1}/openbox/hitl.py +0 -0
- {openbox_temporal_sdk_python-1.2.0 → openbox_temporal_sdk_python-1.2.1}/openbox/multi_agent.py +0 -0
- {openbox_temporal_sdk_python-1.2.0 → openbox_temporal_sdk_python-1.2.1}/openbox/plugin.py +0 -0
- {openbox_temporal_sdk_python-1.2.0 → openbox_temporal_sdk_python-1.2.1}/openbox/py.typed +0 -0
- {openbox_temporal_sdk_python-1.2.0 → openbox_temporal_sdk_python-1.2.1}/openbox/request_signing.py +0 -0
- {openbox_temporal_sdk_python-1.2.0 → openbox_temporal_sdk_python-1.2.1}/openbox/tracing.py +0 -0
- {openbox_temporal_sdk_python-1.2.0 → openbox_temporal_sdk_python-1.2.1}/openbox/types.py +0 -0
- {openbox_temporal_sdk_python-1.2.0 → openbox_temporal_sdk_python-1.2.1}/openbox/verdict_handler.py +0 -0
- {openbox_temporal_sdk_python-1.2.0 → openbox_temporal_sdk_python-1.2.1}/openbox/worker.py +0 -0
- {openbox_temporal_sdk_python-1.2.0 → openbox_temporal_sdk_python-1.2.1}/openbox/workflow_interceptor.py +0 -0
- {openbox_temporal_sdk_python-1.2.0 → openbox_temporal_sdk_python-1.2.1}/release-manifest.json +0 -0
- {openbox_temporal_sdk_python-1.2.0 → openbox_temporal_sdk_python-1.2.1}/repomix-output.xml +0 -0
- {openbox_temporal_sdk_python-1.2.0 → openbox_temporal_sdk_python-1.2.1}/sonar-project.properties +0 -0
- {openbox_temporal_sdk_python-1.2.0 → openbox_temporal_sdk_python-1.2.1}/tests/__init__.py +0 -0
- {openbox_temporal_sdk_python-1.2.0 → openbox_temporal_sdk_python-1.2.1}/tests/conftest.py +0 -0
- {openbox_temporal_sdk_python-1.2.0 → openbox_temporal_sdk_python-1.2.1}/tests/test_activities.py +0 -0
- {openbox_temporal_sdk_python-1.2.0 → openbox_temporal_sdk_python-1.2.1}/tests/test_activity_interceptor.py +0 -0
- {openbox_temporal_sdk_python-1.2.0 → openbox_temporal_sdk_python-1.2.1}/tests/test_approval_action_precedence.py +0 -0
- {openbox_temporal_sdk_python-1.2.0 → openbox_temporal_sdk_python-1.2.1}/tests/test_base_sdk_signing_parity.py +0 -0
- {openbox_temporal_sdk_python-1.2.0 → openbox_temporal_sdk_python-1.2.1}/tests/test_config.py +0 -0
- {openbox_temporal_sdk_python-1.2.0 → openbox_temporal_sdk_python-1.2.1}/tests/test_core_conformance_suite.py +0 -0
- {openbox_temporal_sdk_python-1.2.0 → openbox_temporal_sdk_python-1.2.1}/tests/test_multi_agent.py +0 -0
- {openbox_temporal_sdk_python-1.2.0 → openbox_temporal_sdk_python-1.2.1}/tests/test_plugin.py +0 -0
- {openbox_temporal_sdk_python-1.2.0 → openbox_temporal_sdk_python-1.2.1}/tests/test_plugin_integration.py +0 -0
- {openbox_temporal_sdk_python-1.2.0 → openbox_temporal_sdk_python-1.2.1}/tests/test_public_api_compatibility.py +0 -0
- {openbox_temporal_sdk_python-1.2.0 → openbox_temporal_sdk_python-1.2.1}/tests/test_request_signing.py +0 -0
- {openbox_temporal_sdk_python-1.2.0 → openbox_temporal_sdk_python-1.2.1}/tests/test_signing_config.py +0 -0
- {openbox_temporal_sdk_python-1.2.0 → openbox_temporal_sdk_python-1.2.1}/tests/test_temporal_hook_parity.py +0 -0
- {openbox_temporal_sdk_python-1.2.0 → openbox_temporal_sdk_python-1.2.1}/tests/test_types.py +0 -0
- {openbox_temporal_sdk_python-1.2.0 → openbox_temporal_sdk_python-1.2.1}/tests/test_worker.py +0 -0
- {openbox_temporal_sdk_python-1.2.0 → openbox_temporal_sdk_python-1.2.1}/tests/test_workflow_interceptor.py +0 -0
- {openbox_temporal_sdk_python-1.2.0 → openbox_temporal_sdk_python-1.2.1}/tests/test_workflow_sandbox_import_safety.py +0 -0
|
@@ -4,6 +4,14 @@ All notable changes to OpenBox SDK for Temporal Workflows.
|
|
|
4
4
|
|
|
5
5
|
## [Unreleased]
|
|
6
6
|
|
|
7
|
+
## [1.2.1] - 2026-07-21
|
|
8
|
+
|
|
9
|
+
### Changed
|
|
10
|
+
|
|
11
|
+
- **Resolve `openbox-sdk-python` from PyPI.** The dependency now installs from the
|
|
12
|
+
published package (floor raised to `>=1.0.1`) instead of a local editable checkout,
|
|
13
|
+
so `pip install openbox-temporal-sdk-python` works without a sibling source tree.
|
|
14
|
+
|
|
7
15
|
## [1.2.0] - 2026-07-20
|
|
8
16
|
|
|
9
17
|
### Changed
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: openbox-temporal-sdk-python
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.1
|
|
4
4
|
Summary: OpenBox SDK - Governance and observability for Temporal workflows
|
|
5
5
|
Project-URL: Homepage, https://github.com/OpenBox-AI/temporal-sdk-python
|
|
6
6
|
Project-URL: Documentation, https://github.com/OpenBox-AI/temporal-sdk-python#readme
|
|
@@ -24,7 +24,7 @@ Requires-Python: >=3.11
|
|
|
24
24
|
Requires-Dist: asyncpg>=0.29.0
|
|
25
25
|
Requires-Dist: httpx<1,>=0.28.0
|
|
26
26
|
Requires-Dist: mysql-connector-python>=8.0.0
|
|
27
|
-
Requires-Dist: openbox-sdk-python>=0.
|
|
27
|
+
Requires-Dist: openbox-sdk-python>=1.0.1
|
|
28
28
|
Requires-Dist: opentelemetry-api<1.40.0,>=1.38.0
|
|
29
29
|
Requires-Dist: opentelemetry-instrumentation-asyncpg<0.61b0,>=0.59b0
|
|
30
30
|
Requires-Dist: opentelemetry-instrumentation-httpx<0.61b0,>=0.59b0
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
# it crashes the workflow sandbox as a circular import, lazily it recurses
|
|
7
7
|
# unboundedly from build_auth_headers on every evaluate. Keep in sync with
|
|
8
8
|
# pyproject.toml on release.
|
|
9
|
-
__version__ = "1.2.
|
|
9
|
+
__version__ = "1.2.1"
|
|
10
10
|
|
|
11
11
|
from .worker import create_openbox_worker
|
|
12
12
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "openbox-temporal-sdk-python"
|
|
3
|
-
version = "1.2.
|
|
3
|
+
version = "1.2.1"
|
|
4
4
|
description = "OpenBox SDK - Governance and observability for Temporal workflows"
|
|
5
5
|
authors = [
|
|
6
6
|
{ name = "OpenBox Team", email = "tino@openbox.ai" },
|
|
@@ -50,12 +50,9 @@ dependencies = [
|
|
|
50
50
|
"opentelemetry-instrumentation-sqlalchemy>=0.59b0,<0.61b0",
|
|
51
51
|
# OpenBox base SDK: contracts, strict gate, identity/signing, evaluate
|
|
52
52
|
# client, context runtime, generic instrumentation, conformance kit.
|
|
53
|
-
"openbox-sdk-python>=0.
|
|
53
|
+
"openbox-sdk-python>=1.0.1",
|
|
54
54
|
]
|
|
55
55
|
|
|
56
|
-
[tool.uv.sources]
|
|
57
|
-
openbox-sdk-python = { path = "../openbox-sdk-python", editable = true }
|
|
58
|
-
|
|
59
56
|
[project.urls]
|
|
60
57
|
Homepage = "https://github.com/OpenBox-AI/temporal-sdk-python"
|
|
61
58
|
Documentation = "https://github.com/OpenBox-AI/temporal-sdk-python#readme"
|
|
@@ -59,12 +59,15 @@ class TestStaticVersion:
|
|
|
59
59
|
self._assert_static_version(init)
|
|
60
60
|
|
|
61
61
|
def test_versions_match_pyproject(self):
|
|
62
|
+
# Only this package's static __version__ is gated here. openbox_core
|
|
63
|
+
# installs from PyPI as a wheel (no sibling pyproject to read), and its
|
|
64
|
+
# release cadence is owned by its own repo; the static-literal guard for
|
|
65
|
+
# its __version__ lives in test_openbox_core_version_static_no_metadata.
|
|
62
66
|
import tomllib
|
|
63
67
|
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
)
|
|
68
|
+
pyproject = OPENBOX_PKG.parent / "pyproject.toml"
|
|
69
|
+
declared = tomllib.loads(pyproject.read_text())["project"]["version"]
|
|
70
|
+
assert openbox.__version__ == declared, (
|
|
71
|
+
f"openbox.__version__ ({openbox.__version__}) out of sync "
|
|
72
|
+
f"with pyproject ({declared}) — update the static string on release"
|
|
73
|
+
)
|
|
@@ -392,61 +392,58 @@ toml = [
|
|
|
392
392
|
|
|
393
393
|
[[package]]
|
|
394
394
|
name = "cryptography"
|
|
395
|
-
version = "
|
|
395
|
+
version = "49.0.0"
|
|
396
396
|
source = { registry = "https://pypi.org/simple" }
|
|
397
397
|
dependencies = [
|
|
398
398
|
{ name = "cffi", marker = "platform_python_implementation != 'PyPy'" },
|
|
399
399
|
]
|
|
400
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
401
|
-
wheels = [
|
|
402
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
403
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
404
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
405
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
406
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
407
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
408
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
409
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
410
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
411
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
412
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
413
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
414
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
415
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
416
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
417
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
418
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
419
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
420
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
421
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
422
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
423
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
424
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
425
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
426
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
427
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
428
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
429
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
430
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
431
|
-
{ url = "https://files.pythonhosted.org/packages/a5/
|
|
432
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
433
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
434
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
435
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
436
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
437
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
438
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
439
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
440
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
441
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
442
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
443
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
444
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
445
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
446
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
447
|
-
{ url = "https://files.pythonhosted.org/packages/cb/da/9870eec4b69c63ef5925bf7d8342b7e13bc2ee3d47791461c4e49ca212f4/cryptography-46.0.7-pp311-pypy311_pp73-manylinux_2_34_aarch64.whl", hash = "sha256:04959522f938493042d595a736e7dbdff6eb6cc2339c11465b3ff89343b65f65", size = 4219115, upload-time = "2026-04-08T01:57:44.939Z" },
|
|
448
|
-
{ url = "https://files.pythonhosted.org/packages/f4/72/05aa5832b82dd341969e9a734d1812a6aadb088d9eb6f0430fc337cc5a8f/cryptography-46.0.7-pp311-pypy311_pp73-manylinux_2_34_x86_64.whl", hash = "sha256:3986ac1dee6def53797289999eabe84798ad7817f3e97779b5061a95b0ee4968", size = 4385479, upload-time = "2026-04-08T01:57:46.86Z" },
|
|
449
|
-
{ url = "https://files.pythonhosted.org/packages/20/2a/1b016902351a523aa2bd446b50a5bc1175d7a7d1cf90fe2ef904f9b84ebc/cryptography-46.0.7-pp311-pypy311_pp73-win_amd64.whl", hash = "sha256:258514877e15963bd43b558917bc9f54cf7cf866c38aa576ebf47a77ddbc43a4", size = 3412829, upload-time = "2026-04-08T01:57:48.874Z" },
|
|
400
|
+
sdist = { url = "https://files.pythonhosted.org/packages/1f/99/d1c90d6041656cc6ee229dc99cd67fd0cd5aec3c5f7d72fffc27cc750054/cryptography-49.0.0.tar.gz", hash = "sha256:f89660a348f4f78a92366240a61404e337586ef7f5909a2fef59ca88ef505493", size = 854345, upload-time = "2026-06-12T20:02:30.512Z" }
|
|
401
|
+
wheels = [
|
|
402
|
+
{ url = "https://files.pythonhosted.org/packages/9b/22/adf66990e63584a68dfb50c24f48a125c07b1699899381c8151e63ed458c/cryptography-49.0.0-cp311-abi3-macosx_11_0_arm64.whl", hash = "sha256:966fe0e9c67490071f14c0d2b1cb2dfb3023c5ce39457343931415f08382f2db", size = 4032100, upload-time = "2026-06-12T20:02:32.143Z" },
|
|
403
|
+
{ url = "https://files.pythonhosted.org/packages/09/41/3797cfaf69cae04a13ee78ebd83f0678d9c02b4779d21ce24445326f1a69/cryptography-49.0.0-cp311-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:36d1709f992593689b45bda411498d62c6e365f2ca00b84657d4dadd24de16db", size = 4692978, upload-time = "2026-06-12T20:01:21.305Z" },
|
|
404
|
+
{ url = "https://files.pythonhosted.org/packages/e6/8b/43011f7ebe515a8aa20d61f290a326cd890c2e738e16e59eaff8d9c3a412/cryptography-49.0.0-cp311-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:0e959b578856a3924bc0cbb710fc12c387b9412a951389f3ca61704a9e25f325", size = 4716422, upload-time = "2026-06-12T20:01:48.566Z" },
|
|
405
|
+
{ url = "https://files.pythonhosted.org/packages/4a/91/01ce7303a4579e6d3a6abef01bd322848e9ea7a219adcabc5048b9033571/cryptography-49.0.0-cp311-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:53ecee2e23f7169b6117e99fc8a944e5e50f79e69758a83b52a00cb98ab2b2d2", size = 4700503, upload-time = "2026-06-12T20:02:47.091Z" },
|
|
406
|
+
{ url = "https://files.pythonhosted.org/packages/62/99/a2c95cf8293f07491e9e27c20cc4dcd18176d944e674679adeb1d0173fd6/cryptography-49.0.0-cp311-abi3-manylinux_2_28_ppc64le.whl", hash = "sha256:2eda353d8a27bcbcaa4cbed18994a74ab4d19a2ca897db188ea269ab9b71419b", size = 5309779, upload-time = "2026-06-12T20:02:08.987Z" },
|
|
407
|
+
{ url = "https://files.pythonhosted.org/packages/20/2c/0622f20ff02b2ef32558733443805dc82fd4c275be01b2d19d14676f3a1b/cryptography-49.0.0-cp311-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:2afe9051da7ae7bd5905da5a949280c7d2bb75682e188f650a9d0f2756b834c6", size = 4749683, upload-time = "2026-06-12T20:02:03.335Z" },
|
|
408
|
+
{ url = "https://files.pythonhosted.org/packages/a3/5b/c5246635d5fd3b64e0d45ae10e99fd32fe9676a79915ccfe5a61ba9af1a5/cryptography-49.0.0-cp311-abi3-manylinux_2_31_armv7l.whl", hash = "sha256:0b82e28ee398a386f0807bba7884d30f25218855690f45115831bcce5d90822c", size = 4337874, upload-time = "2026-06-12T20:02:54.323Z" },
|
|
409
|
+
{ url = "https://files.pythonhosted.org/packages/6d/88/05563c7fe2e914e87d1a536d06fe83e66b4e1d95cb593e05aea375531da8/cryptography-49.0.0-cp311-abi3-manylinux_2_34_aarch64.whl", hash = "sha256:ccac2bfebc306b862133e3bb71f3f6ee8bb525240089b2d952e4144b3a6d5da7", size = 4700283, upload-time = "2026-06-12T20:01:34.822Z" },
|
|
410
|
+
{ url = "https://files.pythonhosted.org/packages/c4/b6/d7696e4e890d6ae1469935164c9e5215c557671cb78d6e3f458ccceaa632/cryptography-49.0.0-cp311-abi3-manylinux_2_34_ppc64le.whl", hash = "sha256:d0527ce944105f257f605a827d6ebead966c752038b6e8656abb9c5edee6fc68", size = 5265844, upload-time = "2026-06-12T20:01:24.09Z" },
|
|
411
|
+
{ url = "https://files.pythonhosted.org/packages/a9/3c/f3ad17eecc1a57b0ba236dc01f90e783c51f4a2f35f64777cc4f47a184b2/cryptography-49.0.0-cp311-abi3-manylinux_2_34_x86_64.whl", hash = "sha256:cbc77da8c523d5abd028635ba850a6966fcee2c82e2bf65a41d1d8afe0f98be9", size = 4749290, upload-time = "2026-06-12T20:01:30.848Z" },
|
|
412
|
+
{ url = "https://files.pythonhosted.org/packages/4f/01/339573cf1023163a400b0b5d16f6d507de413b9f60be6fd1b77feeaf6737/cryptography-49.0.0-cp311-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:b87e65d263b3e5d3bb92a57e2a6638e2f31110fa7aa890c7b2dbba42248d0a3f", size = 4834612, upload-time = "2026-06-12T20:01:29.246Z" },
|
|
413
|
+
{ url = "https://files.pythonhosted.org/packages/71/fd/577302e213a1be9468f92d1afef66fcf1ef83d516819d9992ca547f592bd/cryptography-49.0.0-cp311-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:66ec79c3904820572d7e987abdf304281f141d37ad9a489b8e97066e7b9b6459", size = 4980804, upload-time = "2026-06-12T20:01:42.853Z" },
|
|
414
|
+
{ url = "https://files.pythonhosted.org/packages/1f/09/f42b1d190c5ba75f72062a387f8030d1d75f6ab035788f1d9c4b01de6525/cryptography-49.0.0-cp311-abi3-win_amd64.whl", hash = "sha256:e5dfc1e64de5677cec922ffa8da89c546d0415bf6efdf081842e5d44c84e1f0e", size = 3810026, upload-time = "2026-06-12T20:02:39.262Z" },
|
|
415
|
+
{ url = "https://files.pythonhosted.org/packages/ec/9e/db72b3ae7fc9cfad53e630e56c6ae83b9b6ff0bf3718ffb8012d20b3aabf/cryptography-49.0.0-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:73a205dce83953d131a4aa1e0fd917a2fd1c5b1eef251e9d7152efefcbf5caf7", size = 4013892, upload-time = "2026-06-12T20:02:10.735Z" },
|
|
416
|
+
{ url = "https://files.pythonhosted.org/packages/86/12/c48a424f38db03027be9f7ed5c7dc5de9933dbee992865f98b13727a009d/cryptography-49.0.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:196ecd6a36e4e9aa10270393bb98d8df88fccee0bf1e5128b91ae4eb4375896d", size = 4678835, upload-time = "2026-06-12T20:02:48.743Z" },
|
|
417
|
+
{ url = "https://files.pythonhosted.org/packages/68/28/8a3ad4653662c93fc44dc4e5d8fd374c25c42e07b34bbfbadf49cf57a5a8/cryptography-49.0.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:7abcee80084cda3f7691f3eb1ce480d8df49cec637b429aa35986c1de71738aa", size = 4697239, upload-time = "2026-06-12T20:02:56.03Z" },
|
|
418
|
+
{ url = "https://files.pythonhosted.org/packages/a8/b2/2193fc74f81aee4f9b62733133b73b5176718932ed8f2e4b03fa040480a6/cryptography-49.0.0-cp314-cp314t-manylinux_2_28_aarch64.whl", hash = "sha256:4ae387c9cb68ea569ca17e490d66d8142b81c3cc814bf179974b7d146e490bbb", size = 4685593, upload-time = "2026-06-12T20:02:50.666Z" },
|
|
419
|
+
{ url = "https://files.pythonhosted.org/packages/47/f1/1d3eaa243bfc5de4a187b22aa8c048b3e4980bfbe830ac46e6bac2e66947/cryptography-49.0.0-cp314-cp314t-manylinux_2_28_ppc64le.whl", hash = "sha256:f37d847238971164fdbc68ade6f6574aecc9c0af714190e2083429ff68f4ce9d", size = 5289961, upload-time = "2026-06-12T20:01:46.468Z" },
|
|
420
|
+
{ url = "https://files.pythonhosted.org/packages/58/39/2d51306721330c486495853eda1c567880ff036de15a14c4b74f399934af/cryptography-49.0.0-cp314-cp314t-manylinux_2_28_x86_64.whl", hash = "sha256:c2bc30226390d60ea19d9f82b19db005fe0452154a23c1c410c12ea801e43561", size = 4731145, upload-time = "2026-06-12T20:02:16.832Z" },
|
|
421
|
+
{ url = "https://files.pythonhosted.org/packages/17/50/983e838c7fd0d87fd8c969bcdd328edaf5f756e38df5281637424c155873/cryptography-49.0.0-cp314-cp314t-manylinux_2_31_armv7l.whl", hash = "sha256:07cab27cc7b7e0fd28e5e26bb9eeedde5c135c868b46de4a27845abe94af6122", size = 4321719, upload-time = "2026-06-12T20:02:52.611Z" },
|
|
422
|
+
{ url = "https://files.pythonhosted.org/packages/a7/f5/8f571d7e27c55bce9f76f026143bcb1e040a4233149ecca0bea5fa5dd5f7/cryptography-49.0.0-cp314-cp314t-manylinux_2_34_aarch64.whl", hash = "sha256:b20133d204d2bb56ba047642199603876c872026ca53e79c35b83772ab2cc505", size = 4685209, upload-time = "2026-06-12T20:02:07.282Z" },
|
|
423
|
+
{ url = "https://files.pythonhosted.org/packages/e7/84/0e27016a6fc5a0886f797018b26aa42f40c09a82332bff77822a451deaaa/cryptography-49.0.0-cp314-cp314t-manylinux_2_34_ppc64le.whl", hash = "sha256:b970c6da94d5bb18629db453d14f2a1300f6bf59b61e9b82377931ef95504866", size = 5246285, upload-time = "2026-06-12T20:01:32.439Z" },
|
|
424
|
+
{ url = "https://files.pythonhosted.org/packages/11/2d/5e1fb307cb5931881516b464c98774b3f2c36b5d4bb9a2830253cf553cad/cryptography-49.0.0-cp314-cp314t-manylinux_2_34_x86_64.whl", hash = "sha256:d8ecde755e2e91bf773fc94e8c9d730cd7f2007004cb492263a794ec3899a1c8", size = 4730441, upload-time = "2026-06-12T20:02:01.469Z" },
|
|
425
|
+
{ url = "https://files.pythonhosted.org/packages/e4/c0/bff5a02ee731d207d6a1ed51732549d8c53d2bc8da1d10ec6f2844201d68/cryptography-49.0.0-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:e3fb64c420688e5319ae25113a354015abbd8dffbfbc41781a1ea66fc7622ac3", size = 4815869, upload-time = "2026-06-12T20:01:36.574Z" },
|
|
426
|
+
{ url = "https://files.pythonhosted.org/packages/b9/26/814681d14248d95d73d5c3eea0c39a94eb8302df966f670a2c60de90974b/cryptography-49.0.0-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:32703d93296f5c1f4b53349ad3a250c2cae0fdecd3a3dd5d47e616d8d616af27", size = 4960948, upload-time = "2026-06-12T20:02:18.688Z" },
|
|
427
|
+
{ url = "https://files.pythonhosted.org/packages/4c/fe/93ecac273d3738939d023612ad12cca9a3740a5345d69fda04134c43fd96/cryptography-49.0.0-cp314-cp314t-win_amd64.whl", hash = "sha256:33cd0565932807baddb67b96dbee92f2c374b5c89dee09fd74079aeb8c8dba61", size = 3799153, upload-time = "2026-06-12T20:01:39.059Z" },
|
|
428
|
+
{ url = "https://files.pythonhosted.org/packages/19/2a/5bb823f5bedcf80718cea7fbc95ec5515cca3769633c4b01a32be7f30e7c/cryptography-49.0.0-cp39-abi3-macosx_11_0_arm64.whl", hash = "sha256:ec5e529fb80935c94fe7b729f9972b50e351a0e6b50aa294fd5cabb109fcc29a", size = 4025947, upload-time = "2026-06-12T20:01:25.745Z" },
|
|
429
|
+
{ url = "https://files.pythonhosted.org/packages/3d/df/40577043ca124e17012f408ddddaeb213b856336ac82ddb3bc915f39e29f/cryptography-49.0.0-cp39-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:f78ff2c9ed8dc2d036b0f4d640e22522213d047c1b14e61205a7e55c80a494d4", size = 4692429, upload-time = "2026-06-12T20:01:53.628Z" },
|
|
430
|
+
{ url = "https://files.pythonhosted.org/packages/2c/99/2d13299eb3dd27b02dcfaafcc91d6b5cb3329f7cbd6d8f51921acd566c1a/cryptography-49.0.0-cp39-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:35b151772baff2c74cba7fa290ceaff4c3b11c0c881eb93eb5dbc05a7cfbba18", size = 4700968, upload-time = "2026-06-12T20:02:45.383Z" },
|
|
431
|
+
{ url = "https://files.pythonhosted.org/packages/a5/4d/9c0cd02f95e2602dd5e563da149ee0830abef3537be8b34dc56281ebe27a/cryptography-49.0.0-cp39-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:0f21641cf4b30fca7aee061ced0ec7ad7b073518088b7c9969a297c0ae796c69", size = 4697758, upload-time = "2026-06-12T20:01:41.13Z" },
|
|
432
|
+
{ url = "https://files.pythonhosted.org/packages/24/01/186c825898477d77e2324d5360fefe622ff1d8d1963ec0554e2cada8ec77/cryptography-49.0.0-cp39-abi3-manylinux_2_28_ppc64le.whl", hash = "sha256:9e82dcc8e56052715fb18b2429e3bca4823b1629136a2084fc45a9a5cecb9b64", size = 5298863, upload-time = "2026-06-12T20:02:24.579Z" },
|
|
433
|
+
{ url = "https://files.pythonhosted.org/packages/b8/7b/62cbbab75d0659865bf0273790031544a0b16c8072d258f9428dcd8190dc/cryptography-49.0.0-cp39-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:6f2debedf9ca60cf1d5bd466475638af5130f89965605cd818484d19987d3a21", size = 4735983, upload-time = "2026-06-12T20:01:50.14Z" },
|
|
434
|
+
{ url = "https://files.pythonhosted.org/packages/6c/72/3e798c064bc39e471008075d0f9bc9daf77a80879c092e4a8e170c585ed4/cryptography-49.0.0-cp39-abi3-manylinux_2_31_armv7l.whl", hash = "sha256:8c25ceb16df5b9435f3f6a9829204985b0e0cbee3b48aacd432c7d2c850b44d9", size = 4334173, upload-time = "2026-06-12T20:01:44.743Z" },
|
|
435
|
+
{ url = "https://files.pythonhosted.org/packages/f0/ee/6fca21d1ac73e06f8bef71940abfd4d2f6472b4bca284d770f32bd4086f6/cryptography-49.0.0-cp39-abi3-manylinux_2_34_aarch64.whl", hash = "sha256:28d8b15e6275f12c8a207dc309dfa957903c927d08d0cc937ee3f63f200693cc", size = 4697298, upload-time = "2026-06-12T20:02:20.918Z" },
|
|
436
|
+
{ url = "https://files.pythonhosted.org/packages/67/d0/a5fcd3515f0bae49a7b6d0413cc1bdccdcc1fc0047037a0d480642cdc5d6/cryptography-49.0.0-cp39-abi3-manylinux_2_34_ppc64le.whl", hash = "sha256:6fc361c34fb6aac015ce19435876635e5c6d21db31998b0920f675f131e043b8", size = 5254338, upload-time = "2026-06-12T20:02:22.737Z" },
|
|
437
|
+
{ url = "https://files.pythonhosted.org/packages/a0/84/84fe36f19caf857d61cb7fc9c63035a47ffabd84ea12d1d393148efa3615/cryptography-49.0.0-cp39-abi3-manylinux_2_34_x86_64.whl", hash = "sha256:2400ef9c9e2299a25614eb1dea3db54a69b1349efd043bfac9c67630d136df36", size = 4735650, upload-time = "2026-06-12T20:02:41.389Z" },
|
|
438
|
+
{ url = "https://files.pythonhosted.org/packages/6c/a0/db537264e234f7273a73ec020873d6d6b39dfd8a53db78b550ca8320440e/cryptography-49.0.0-cp39-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:67e1d20ad9ef3a563c59ef22e7a8a0b8210bd26604369ea4a30a7c66aefe504e", size = 4834820, upload-time = "2026-06-12T20:01:51.847Z" },
|
|
439
|
+
{ url = "https://files.pythonhosted.org/packages/93/77/8df9eb486495979bccecd1062e2eaf435250e84437040295b57d09048b0b/cryptography-49.0.0-cp39-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:42b0684e0e40cf26122427802486f6d93aea593612603a94fbf260c7eb1e9c1b", size = 4967968, upload-time = "2026-06-12T20:02:12.524Z" },
|
|
440
|
+
{ url = "https://files.pythonhosted.org/packages/c2/e6/f60198ea8d9dfa15fff9ed4ca02ce362f6eadd9ba757dcc50634c4257b63/cryptography-49.0.0-cp39-abi3-win_amd64.whl", hash = "sha256:026ac7423e6fa66872d3bf889be5974507da3944f866f704fa200eadacd00001", size = 3785547, upload-time = "2026-06-12T20:02:26.847Z" },
|
|
441
|
+
{ url = "https://files.pythonhosted.org/packages/63/d3/4a83af35d65e3fad632c926fad684c193ea4398569ccb0bbbc7fe8f5dc9a/cryptography-49.0.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl", hash = "sha256:fc1e275c2f1d97b1a6450b8b0ea3ebfa6e087a611c2b26cb2404d48588abab7b", size = 3993685, upload-time = "2026-06-12T20:02:14.883Z" },
|
|
442
|
+
{ url = "https://files.pythonhosted.org/packages/d6/a7/f9dac0ab7f80368c56993a7bf638ef9935f825c91902798481fac0898138/cryptography-49.0.0-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl", hash = "sha256:c83782480a4a9da4d0feb51950131ba32e12e70813848b3343f6e18c28a66838", size = 4676239, upload-time = "2026-06-12T20:02:28.793Z" },
|
|
443
|
+
{ url = "https://files.pythonhosted.org/packages/d7/70/2ba3769dd0ae167e2f33dfa9592d45db6ff9a61d62ca1a5b3d1bdd09068f/cryptography-49.0.0-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:b39efa323140595abd3ecca8529d321ae50f55f3aa3ba9cc81ea56a6011953d5", size = 4715584, upload-time = "2026-06-12T20:01:27.495Z" },
|
|
444
|
+
{ url = "https://files.pythonhosted.org/packages/94/64/2923570ac1c0bd3a737aa366ac3abbbbde273042308b8cde95e2364a6e6a/cryptography-49.0.0-pp311-pypy311_pp73-manylinux_2_34_aarch64.whl", hash = "sha256:b47db11c2c3525083296069b98ac5221907455e989ae0c2e3008bde851921615", size = 4675885, upload-time = "2026-06-12T20:01:55.49Z" },
|
|
445
|
+
{ url = "https://files.pythonhosted.org/packages/ab/f8/614dc7e051418cfe53d55173c1e24c6b0085e89996fe90508c2fdf769aef/cryptography-49.0.0-pp311-pypy311_pp73-manylinux_2_34_x86_64.whl", hash = "sha256:084ef1af862eb07ec46d25f68689f2102a9fc0e05ce7b80f14f5fe51e4eef0f6", size = 4715449, upload-time = "2026-06-12T20:02:05.469Z" },
|
|
446
|
+
{ url = "https://files.pythonhosted.org/packages/aa/50/a9caea39ad19c431c1a3f8a31114df65b260cdfe67786b6c7e7c040c4c44/cryptography-49.0.0-pp311-pypy311_pp73-win_amd64.whl", hash = "sha256:be9fcb48a55f023493482827d4f459bd263cc20efde64f204b97c123201850c6", size = 3783731, upload-time = "2026-06-12T20:02:43.319Z" },
|
|
450
447
|
]
|
|
451
448
|
|
|
452
449
|
[[package]]
|
|
@@ -730,49 +727,22 @@ wheels = [
|
|
|
730
727
|
|
|
731
728
|
[[package]]
|
|
732
729
|
name = "openbox-sdk-python"
|
|
733
|
-
version = "0.
|
|
734
|
-
source = {
|
|
730
|
+
version = "1.0.1"
|
|
731
|
+
source = { registry = "https://pypi.org/simple" }
|
|
735
732
|
dependencies = [
|
|
736
733
|
{ name = "cryptography" },
|
|
737
734
|
{ name = "httpx" },
|
|
738
735
|
{ name = "opentelemetry-api" },
|
|
739
736
|
{ name = "opentelemetry-sdk" },
|
|
740
737
|
]
|
|
741
|
-
|
|
742
|
-
[
|
|
743
|
-
|
|
744
|
-
{ name = "asyncpg", marker = "extra == 'db'", specifier = ">=0.29.0" },
|
|
745
|
-
{ name = "cryptography", specifier = ">=43,<47" },
|
|
746
|
-
{ name = "httpx", specifier = ">=0.28.0,<1" },
|
|
747
|
-
{ name = "opentelemetry-api", specifier = ">=1.38.0,<1.40.0" },
|
|
748
|
-
{ name = "opentelemetry-instrumentation-asyncpg", marker = "extra == 'db'", specifier = ">=0.59b0,<0.61b0" },
|
|
749
|
-
{ name = "opentelemetry-instrumentation-dbapi", marker = "extra == 'db'", specifier = ">=0.59b0,<0.61b0" },
|
|
750
|
-
{ name = "opentelemetry-instrumentation-httpx", marker = "extra == 'http'", specifier = ">=0.59b0,<0.61b0" },
|
|
751
|
-
{ name = "opentelemetry-instrumentation-redis", marker = "extra == 'db'", specifier = ">=0.59b0,<0.61b0" },
|
|
752
|
-
{ name = "opentelemetry-instrumentation-requests", marker = "extra == 'http'", specifier = ">=0.59b0,<0.61b0" },
|
|
753
|
-
{ name = "opentelemetry-instrumentation-sqlalchemy", marker = "extra == 'db'", specifier = ">=0.59b0,<0.61b0" },
|
|
754
|
-
{ name = "opentelemetry-instrumentation-urllib", marker = "extra == 'http'", specifier = ">=0.59b0,<0.61b0" },
|
|
755
|
-
{ name = "opentelemetry-instrumentation-urllib3", marker = "extra == 'http'", specifier = ">=0.59b0,<0.61b0" },
|
|
756
|
-
{ name = "opentelemetry-sdk", specifier = ">=1.38.0,<1.40.0" },
|
|
757
|
-
{ name = "pymongo", marker = "extra == 'db'", specifier = ">=4.6.0" },
|
|
758
|
-
{ name = "redis", marker = "extra == 'db'", specifier = ">=5.0.0" },
|
|
759
|
-
{ name = "requests", marker = "extra == 'http'", specifier = ">=2.31.0" },
|
|
760
|
-
{ name = "sqlalchemy", marker = "extra == 'db'", specifier = ">=2.0.0" },
|
|
761
|
-
{ name = "wrapt", marker = "extra == 'db'", specifier = ">=1.16.0" },
|
|
762
|
-
]
|
|
763
|
-
provides-extras = ["http", "db"]
|
|
764
|
-
|
|
765
|
-
[package.metadata.requires-dev]
|
|
766
|
-
dev = [
|
|
767
|
-
{ name = "mypy", specifier = ">=1.16.0,<2" },
|
|
768
|
-
{ name = "pytest", specifier = ">=8.2" },
|
|
769
|
-
{ name = "pytest-asyncio", specifier = ">=0.26.0,<0.27" },
|
|
770
|
-
{ name = "ruff", specifier = ">=0.8.0" },
|
|
738
|
+
sdist = { url = "https://files.pythonhosted.org/packages/61/14/630c83f0aed9a60584273a36536693739ea1336aa543f5090e8b540d14c9/openbox_sdk_python-1.0.1.tar.gz", hash = "sha256:1efe7975f9cde7ec31dbab2eea5e329acf685c378cffe93157118a885f39460d", size = 173712, upload-time = "2026-07-06T19:39:51.965Z" }
|
|
739
|
+
wheels = [
|
|
740
|
+
{ url = "https://files.pythonhosted.org/packages/26/53/9d169fd9e74f5f107982fd97a9dd38a43b68e9f4a29128883f79eab96a2d/openbox_sdk_python-1.0.1-py3-none-any.whl", hash = "sha256:0e202aed93be2b1e4e76ce5ce2c628ce5bc64eae59c6297547be5b634bca01f9", size = 87825, upload-time = "2026-07-06T19:39:50.53Z" },
|
|
771
741
|
]
|
|
772
742
|
|
|
773
743
|
[[package]]
|
|
774
744
|
name = "openbox-temporal-sdk-python"
|
|
775
|
-
version = "1.2.
|
|
745
|
+
version = "1.2.1"
|
|
776
746
|
source = { editable = "." }
|
|
777
747
|
dependencies = [
|
|
778
748
|
{ name = "asyncpg" },
|
|
@@ -817,7 +787,7 @@ requires-dist = [
|
|
|
817
787
|
{ name = "asyncpg", specifier = ">=0.29.0" },
|
|
818
788
|
{ name = "httpx", specifier = ">=0.28.0,<1" },
|
|
819
789
|
{ name = "mysql-connector-python", specifier = ">=8.0.0" },
|
|
820
|
-
{ name = "openbox-sdk-python",
|
|
790
|
+
{ name = "openbox-sdk-python", specifier = ">=1.0.1" },
|
|
821
791
|
{ name = "opentelemetry-api", specifier = ">=1.38.0,<1.40.0" },
|
|
822
792
|
{ name = "opentelemetry-instrumentation-asyncpg", specifier = ">=0.59b0,<0.61b0" },
|
|
823
793
|
{ name = "opentelemetry-instrumentation-httpx", specifier = ">=0.59b0,<0.61b0" },
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openbox_temporal_sdk_python-1.2.0 → openbox_temporal_sdk_python-1.2.1}/docs/code-standards.md
RENAMED
|
File without changes
|
{openbox_temporal_sdk_python-1.2.0 → openbox_temporal_sdk_python-1.2.1}/docs/codebase-summary.md
RENAMED
|
File without changes
|
{openbox_temporal_sdk_python-1.2.0 → openbox_temporal_sdk_python-1.2.1}/docs/configuration.md
RENAMED
|
File without changes
|
{openbox_temporal_sdk_python-1.2.0 → openbox_temporal_sdk_python-1.2.1}/docs/project-overview-pdr.md
RENAMED
|
File without changes
|
{openbox_temporal_sdk_python-1.2.0 → openbox_temporal_sdk_python-1.2.1}/docs/system-architecture.md
RENAMED
|
File without changes
|
|
File without changes
|
{openbox_temporal_sdk_python-1.2.0 → openbox_temporal_sdk_python-1.2.1}/openbox/activities.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openbox_temporal_sdk_python-1.2.0 → openbox_temporal_sdk_python-1.2.1}/openbox/core_adapter.py
RENAMED
|
File without changes
|
|
File without changes
|
{openbox_temporal_sdk_python-1.2.0 → openbox_temporal_sdk_python-1.2.1}/openbox/governance_state.py
RENAMED
|
File without changes
|
|
File without changes
|
{openbox_temporal_sdk_python-1.2.0 → openbox_temporal_sdk_python-1.2.1}/openbox/multi_agent.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openbox_temporal_sdk_python-1.2.0 → openbox_temporal_sdk_python-1.2.1}/openbox/request_signing.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openbox_temporal_sdk_python-1.2.0 → openbox_temporal_sdk_python-1.2.1}/openbox/verdict_handler.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openbox_temporal_sdk_python-1.2.0 → openbox_temporal_sdk_python-1.2.1}/release-manifest.json
RENAMED
|
File without changes
|
|
File without changes
|
{openbox_temporal_sdk_python-1.2.0 → openbox_temporal_sdk_python-1.2.1}/sonar-project.properties
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openbox_temporal_sdk_python-1.2.0 → openbox_temporal_sdk_python-1.2.1}/tests/test_activities.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openbox_temporal_sdk_python-1.2.0 → openbox_temporal_sdk_python-1.2.1}/tests/test_config.py
RENAMED
|
File without changes
|
|
File without changes
|
{openbox_temporal_sdk_python-1.2.0 → openbox_temporal_sdk_python-1.2.1}/tests/test_multi_agent.py
RENAMED
|
File without changes
|
{openbox_temporal_sdk_python-1.2.0 → openbox_temporal_sdk_python-1.2.1}/tests/test_plugin.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openbox_temporal_sdk_python-1.2.0 → openbox_temporal_sdk_python-1.2.1}/tests/test_signing_config.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openbox_temporal_sdk_python-1.2.0 → openbox_temporal_sdk_python-1.2.1}/tests/test_worker.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|