dbos 0.27.0a6__py3-none-any.whl → 0.27.0a7__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.
Potentially problematic release.
This version of dbos might be problematic. Click here for more details.
- dbos/__init__.py +7 -1
- {dbos-0.27.0a6.dist-info → dbos-0.27.0a7.dist-info}/METADATA +1 -1
- {dbos-0.27.0a6.dist-info → dbos-0.27.0a7.dist-info}/RECORD +6 -6
- {dbos-0.27.0a6.dist-info → dbos-0.27.0a7.dist-info}/WHEEL +0 -0
- {dbos-0.27.0a6.dist-info → dbos-0.27.0a7.dist-info}/entry_points.txt +0 -0
- {dbos-0.27.0a6.dist-info → dbos-0.27.0a7.dist-info}/licenses/LICENSE +0 -0
dbos/__init__.py
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
from . import _error as error
|
|
2
2
|
from ._client import DBOSClient, EnqueueOptions
|
|
3
|
-
from ._context import
|
|
3
|
+
from ._context import (
|
|
4
|
+
DBOSContextEnsure,
|
|
5
|
+
DBOSContextSetAuth,
|
|
6
|
+
SetWorkflowID,
|
|
7
|
+
SetWorkflowTimeout,
|
|
8
|
+
)
|
|
4
9
|
from ._dbos import DBOS, DBOSConfiguredInstance, WorkflowHandle, WorkflowHandleAsync
|
|
5
10
|
from ._dbos_config import ConfigFile, DBOSConfig, get_dbos_database_url, load_config
|
|
6
11
|
from ._kafka_message import KafkaMessage
|
|
@@ -19,6 +24,7 @@ __all__ = [
|
|
|
19
24
|
"GetWorkflowsInput",
|
|
20
25
|
"KafkaMessage",
|
|
21
26
|
"SetWorkflowID",
|
|
27
|
+
"SetWorkflowTimeout",
|
|
22
28
|
"WorkflowHandle",
|
|
23
29
|
"WorkflowHandleAsync",
|
|
24
30
|
"WorkflowStatus",
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
dbos-0.27.
|
|
2
|
-
dbos-0.27.
|
|
3
|
-
dbos-0.27.
|
|
4
|
-
dbos-0.27.
|
|
5
|
-
dbos/__init__.py,sha256=
|
|
1
|
+
dbos-0.27.0a7.dist-info/METADATA,sha256=x0gUo28_7uSqvxSlc55rbak5_YyhphxwxcucIc25mSU,5553
|
|
2
|
+
dbos-0.27.0a7.dist-info/WHEEL,sha256=tSfRZzRHthuv7vxpI4aehrdN9scLjk-dCJkPLzkHxGg,90
|
|
3
|
+
dbos-0.27.0a7.dist-info/entry_points.txt,sha256=_QOQ3tVfEjtjBlr1jS4sHqHya9lI2aIEIWkz8dqYp14,58
|
|
4
|
+
dbos-0.27.0a7.dist-info/licenses/LICENSE,sha256=VGZit_a5-kdw9WT6fY5jxAWVwGQzgLFyPWrcVVUhVNU,1067
|
|
5
|
+
dbos/__init__.py,sha256=BMphFT-WTxDDl2-tWefNhgXONLummlgNNTqkATw0iXM,957
|
|
6
6
|
dbos/__main__.py,sha256=G7Exn-MhGrVJVDbgNlpzhfh8WMX_72t3_oJaFT9Lmt8,653
|
|
7
7
|
dbos/_admin_server.py,sha256=bR7hO8WS5hUzxjbDS3X0hXWuW8k3AQQSAvaynnthhtc,9031
|
|
8
8
|
dbos/_app_db.py,sha256=3j8_5-MlSDY0otLRszFE-GfenU6JC20fcfSL-drSNYk,11800
|
|
@@ -66,4 +66,4 @@ dbos/cli/cli.py,sha256=a3rUrHog5-e22KjjUPOuTjH20PmUgSP0amRpMd6LVJE,18882
|
|
|
66
66
|
dbos/dbos-config.schema.json,sha256=8KcwJb_sQc4-6tQG2TLmjE_nratfrQa0qVLl9XPsvWE,6367
|
|
67
67
|
dbos/py.typed,sha256=QfzXT1Ktfk3Rj84akygc7_42z0lRpCq0Ilh8OXI6Zas,44
|
|
68
68
|
version/__init__.py,sha256=L4sNxecRuqdtSFdpUGX3TtBi9KL3k7YsZVIvv-fv9-A,1678
|
|
69
|
-
dbos-0.27.
|
|
69
|
+
dbos-0.27.0a7.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|