We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fa118d commit 074188fCopy full SHA for 074188f
1 file changed
pyproject.toml
@@ -47,7 +47,7 @@ langchain = [
47
"uvicorn[standard]>=0.24.0.post1,<0.25",
48
]
49
nexus = [
50
- "nexus-rpc",
+ "nexus-rpc>=1.1.0,<2",
51
52
open-telemetry = [
53
"temporalio[opentelemetry]",
@@ -85,10 +85,6 @@ default-groups = [
85
"trio-async",
86
87
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
-
92
[tool.hatch.build.targets.sdist]
93
include = ["./**/*.py"]
94
@@ -161,3 +157,4 @@ ignore_errors = true
161
157
[[tool.mypy.overrides]]
162
158
module = "opentelemetry.*"
163
159
ignore_errors = true
160
+
0 commit comments