openbox-temporal-sdk-python 1.2.0__py3-none-any.whl → 1.2.1__py3-none-any.whl
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/__init__.py +1 -1
- {openbox_temporal_sdk_python-1.2.0.dist-info → openbox_temporal_sdk_python-1.2.1.dist-info}/METADATA +2 -2
- {openbox_temporal_sdk_python-1.2.0.dist-info → openbox_temporal_sdk_python-1.2.1.dist-info}/RECORD +5 -5
- {openbox_temporal_sdk_python-1.2.0.dist-info → openbox_temporal_sdk_python-1.2.1.dist-info}/WHEEL +0 -0
- {openbox_temporal_sdk_python-1.2.0.dist-info → openbox_temporal_sdk_python-1.2.1.dist-info}/licenses/LICENSE +0 -0
openbox/__init__.py
CHANGED
|
@@ -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
|
|
{openbox_temporal_sdk_python-1.2.0.dist-info → openbox_temporal_sdk_python-1.2.1.dist-info}/METADATA
RENAMED
|
@@ -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
|
{openbox_temporal_sdk_python-1.2.0.dist-info → openbox_temporal_sdk_python-1.2.1.dist-info}/RECORD
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
openbox/__init__.py,sha256=
|
|
1
|
+
openbox/__init__.py,sha256=BsQX-Gv_X4eocmrWgvvZwp7EfHaBVJuBBPYt-2Guas8,3821
|
|
2
2
|
openbox/activities.py,sha256=R10i2lsx08Q0z5iQekXy6-HRtgPP6dUimoAiqHXyx3Y,10386
|
|
3
3
|
openbox/activity_interceptor.py,sha256=x8ErAlPLj-aycgQhhqAvrcZ2Okk1PqHBdGyW2fCux2M,22585
|
|
4
4
|
openbox/client.py,sha256=_jbRBVxAZqPHMbgZanUXsh4JpoUF3jrzXAaB2TZExPQ,7995
|
|
@@ -16,7 +16,7 @@ openbox/types.py,sha256=xuxVNdnmGYNzodCHanGGomuMjOGiEkVczl4XtiBsaZM,2851
|
|
|
16
16
|
openbox/verdict_handler.py,sha256=QS7hkeeIVWW5Vv642f6Fr9eDjZb2QdVgfGW1ThuQJvc,3988
|
|
17
17
|
openbox/worker.py,sha256=xTZQ2VYgLk9gmM1Pd0UCldvomfw1OFdYABMZPvyIp90,11052
|
|
18
18
|
openbox/workflow_interceptor.py,sha256=ql_JRydQ30pE4QhyUFhl-AUlMLY2PisibCY4aG1LOOM,13826
|
|
19
|
-
openbox_temporal_sdk_python-1.2.
|
|
20
|
-
openbox_temporal_sdk_python-1.2.
|
|
21
|
-
openbox_temporal_sdk_python-1.2.
|
|
22
|
-
openbox_temporal_sdk_python-1.2.
|
|
19
|
+
openbox_temporal_sdk_python-1.2.1.dist-info/METADATA,sha256=Y1gTl6P1dBw34iDsrrHWn5fPyzLBIH110NRFwLoaAqs,22648
|
|
20
|
+
openbox_temporal_sdk_python-1.2.1.dist-info/WHEEL,sha256=lCkmxWfQsSc9CfIClYeavTdQeEX2toPqufh9gI35EQA,87
|
|
21
|
+
openbox_temporal_sdk_python-1.2.1.dist-info/licenses/LICENSE,sha256=J7UVgclAywF4uoxRJXhkMqYrPu0cjB_8ckiA_nMNpfI,1069
|
|
22
|
+
openbox_temporal_sdk_python-1.2.1.dist-info/RECORD,,
|
{openbox_temporal_sdk_python-1.2.0.dist-info → openbox_temporal_sdk_python-1.2.1.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|