Skip to content

Commit 99ef79f

Browse files
runs
1 parent 5100fab commit 99ef79f

File tree

8 files changed

+198
-640
lines changed

8 files changed

+198
-640
lines changed

IMPLEMENTATION.md

Lines changed: 0 additions & 201 deletions
This file was deleted.

SETUP_SUMMARY.md

Lines changed: 0 additions & 98 deletions
This file was deleted.

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ dependencies = [
1313
"pyclark-protos>=0.1.7",
1414
"pyclark-temporal>=0.2.2",
1515
"python-dotenv>=1.0.1",
16-
"temporalio>=1.13.0,<1.18.0",
16+
"temporalio>=1.19.0,<1.20.0",
17+
"forge>=0.1.0",
1718
"forge-tools>=0.1.0",
1819
"elise-client>=3.1.0",
1920
]
@@ -42,7 +43,8 @@ test = [
4243
allow-direct-references = true
4344

4445
[tool.uv.sources]
45-
forge-tools = {path = "../../../clark/libs/forge-tools", editable = true}
46+
forge = {path = "../clark/libs/forge", editable = true}
47+
forge-tools = {path = "../clark/libs/forge-tools", editable = true}
4648

4749
[[tool.uv.index]]
4850
name = "pypi-internal"

0 commit comments

Comments
 (0)