Skip to content

Commit 074188f

Browse files
committed
Add nexus-rpc version constraint
1 parent 4fa118d commit 074188f

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ langchain = [
4747
"uvicorn[standard]>=0.24.0.post1,<0.25",
4848
]
4949
nexus = [
50-
"nexus-rpc",
50+
"nexus-rpc>=1.1.0,<2",
5151
]
5252
open-telemetry = [
5353
"temporalio[opentelemetry]",
@@ -85,10 +85,6 @@ default-groups = [
8585
"trio-async",
8686
]
8787

88-
[tool.uv.sources]
89-
nexus-rpc = { git = "https://github.com/nexus-rpc/sdk-python" }
90-
temporalio = { git = "https://github.com/temporalio/sdk-python", branch = "nexus" }
91-
9288
[tool.hatch.build.targets.sdist]
9389
include = ["./**/*.py"]
9490

@@ -161,3 +157,4 @@ ignore_errors = true
161157
[[tool.mypy.overrides]]
162158
module = "opentelemetry.*"
163159
ignore_errors = true
160+

0 commit comments

Comments
 (0)