Skip to content

Commit da54b88

Browse files
committed
Implementation of environment configuration for Python SDK
1 parent 520aefd commit da54b88

File tree

12 files changed

+1187
-16
lines changed

12 files changed

+1187
-16
lines changed

.DS_Store

8 KB
Binary file not shown.

scripts/.DS_Store

6 KB
Binary file not shown.

temporalio/.DS_Store

6 KB
Binary file not shown.

temporalio/bridge/.DS_Store

6 KB
Binary file not shown.

temporalio/bridge/Cargo.lock

Lines changed: 181 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

temporalio/bridge/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ pyo3-asyncio = { version = "0.20", features = ["tokio-runtime"] }
2626
pythonize = "0.20"
2727
temporal-client = { version = "0.1.0", path = "./sdk-core/client" }
2828
temporal-sdk-core = { version = "0.1.0", path = "./sdk-core/core", features = ["ephemeral-server"] }
29-
temporal-sdk-core-api = { version = "0.1.0", path = "./sdk-core/core-api" }
29+
temporal-sdk-core-api = { version = "0.1.0", path = "./sdk-core/core-api", features = ["envconfig"] }
3030
temporal-sdk-core-protos = { version = "0.1.0", path = "./sdk-core/sdk-core-protos" }
3131
tokio = "1.26"
3232
tokio-stream = "0.1"

temporalio/bridge/sdk-core

Submodule sdk-core updated 24 files

0 commit comments

Comments
 (0)