Skip to content

Commit 12f98a1

Browse files
committed
Install nexusrpc from PyPi
1 parent 399c1ec commit 12f98a1

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ keywords = [
1111
"workflow",
1212
]
1313
dependencies = [
14-
"nexus-rpc",
14+
"nexus-rpc>=1.1.0",
1515
"protobuf>=3.20,<6",
1616
"python-dateutil>=2.8.2,<3 ; python_version < '3.11'",
1717
"types-protobuf>=3.20",
@@ -216,6 +216,3 @@ exclude = [
216216
[tool.uv]
217217
# Prevent uv commands from building the package by default
218218
package = false
219-
220-
[tool.uv.sources]
221-
nexus-rpc = { git = "https://github.com/nexus-rpc/sdk-python" }

uv.lock

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

0 commit comments

Comments
 (0)