dbos 0.26.0a24__py3-none-any.whl → 0.26.0a25__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/_dbos_config.py +0 -12
- {dbos-0.26.0a24.dist-info → dbos-0.26.0a25.dist-info}/METADATA +1 -1
- {dbos-0.26.0a24.dist-info → dbos-0.26.0a25.dist-info}/RECORD +6 -6
- {dbos-0.26.0a24.dist-info → dbos-0.26.0a25.dist-info}/WHEEL +0 -0
- {dbos-0.26.0a24.dist-info → dbos-0.26.0a25.dist-info}/entry_points.txt +0 -0
- {dbos-0.26.0a24.dist-info → dbos-0.26.0a25.dist-info}/licenses/LICENSE +0 -0
dbos/_dbos_config.py
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import inspect
|
|
2
1
|
import json
|
|
3
2
|
import os
|
|
4
3
|
import re
|
|
@@ -311,17 +310,6 @@ def load_config(
|
|
|
311
310
|
|
|
312
311
|
"""
|
|
313
312
|
|
|
314
|
-
# Get the current call stack
|
|
315
|
-
frame_records = inspect.stack()
|
|
316
|
-
called_from_cli = False
|
|
317
|
-
for frame_record in frame_records:
|
|
318
|
-
if "dbos/cli/cli.py" in frame_record.filename:
|
|
319
|
-
called_from_cli = True
|
|
320
|
-
if not called_from_cli and not silent:
|
|
321
|
-
dbos_logger.warning(
|
|
322
|
-
"This function is deprecated and will be removed in a future version. Use `DBOS.config` instead."
|
|
323
|
-
)
|
|
324
|
-
|
|
325
313
|
with open(config_file_path, "r") as file:
|
|
326
314
|
content = file.read()
|
|
327
315
|
substituted_content = _substitute_env_vars(content, silent=silent)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
dbos-0.26.
|
|
2
|
-
dbos-0.26.
|
|
3
|
-
dbos-0.26.
|
|
4
|
-
dbos-0.26.
|
|
1
|
+
dbos-0.26.0a25.dist-info/METADATA,sha256=y73owgsrh99hU87_NM7oNpnqeDqdrOoO3xvr-83yn3I,5554
|
|
2
|
+
dbos-0.26.0a25.dist-info/WHEEL,sha256=tSfRZzRHthuv7vxpI4aehrdN9scLjk-dCJkPLzkHxGg,90
|
|
3
|
+
dbos-0.26.0a25.dist-info/entry_points.txt,sha256=_QOQ3tVfEjtjBlr1jS4sHqHya9lI2aIEIWkz8dqYp14,58
|
|
4
|
+
dbos-0.26.0a25.dist-info/licenses/LICENSE,sha256=VGZit_a5-kdw9WT6fY5jxAWVwGQzgLFyPWrcVVUhVNU,1067
|
|
5
5
|
dbos/__init__.py,sha256=VoGS7H9GVtNAnD2S4zseIEioS1dNIJXRovQ4oHlg8og,842
|
|
6
6
|
dbos/__main__.py,sha256=G7Exn-MhGrVJVDbgNlpzhfh8WMX_72t3_oJaFT9Lmt8,653
|
|
7
7
|
dbos/_admin_server.py,sha256=RrbABfR1D3p9c_QLrCSrgFuYce6FKi0fjMRIYLjO_Y8,9038
|
|
@@ -14,7 +14,7 @@ dbos/_context.py,sha256=aHzJxO7LLAz9w3G2dkZnOcFW_GG-Yaxd02AaoLu4Et8,21861
|
|
|
14
14
|
dbos/_core.py,sha256=ylTVSv02h2M5SmDgYEJAZmNiKX35zPq0z-9WA-f4byY,47900
|
|
15
15
|
dbos/_croniter.py,sha256=XHAyUyibs_59sJQfSNWkP7rqQY6_XrlfuuCxk4jYqek,47559
|
|
16
16
|
dbos/_dbos.py,sha256=zE-4CcTQo8ICz-6Ng776IUKdur4qOt3bb810fUAhQc0,47343
|
|
17
|
-
dbos/_dbos_config.py,sha256=
|
|
17
|
+
dbos/_dbos_config.py,sha256=Q_YH1HSWzCzzCX7m6z3EjTp_YIjtFbohil6qmcmNARI,21311
|
|
18
18
|
dbos/_debug.py,sha256=MNlQVZ6TscGCRQeEEL0VE8Uignvr6dPeDDDefS3xgIE,1823
|
|
19
19
|
dbos/_docker_pg_helper.py,sha256=NmcgqmR5rQA_4igfeqh8ugNT2z3YmoOvuep_MEtxTiY,5854
|
|
20
20
|
dbos/_error.py,sha256=9ITvFsN_Udpx0xXtYQHXXXb6PjPr3TmMondGmprV-L0,7003
|
|
@@ -66,4 +66,4 @@ dbos/cli/cli.py,sha256=1qCTs__A9LOEfU44XZ6TufwmRwe68ZEwbWEPli3vnVM,17873
|
|
|
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.26.
|
|
69
|
+
dbos-0.26.0a25.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|