-
Notifications
You must be signed in to change notification settings - Fork 157
π₯ Use Temporal Failures for Nexus Error Serialization #1336
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -9,7 +9,7 @@ license = "MIT" | |
| license-files = ["LICENSE"] | ||
| keywords = ["temporal", "workflow"] | ||
| dependencies = [ | ||
| "nexus-rpc==1.3.0", | ||
| "nexus-rpc", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Unpinned dependency and development git source for nexus-rpcHigh Severity The Additional Locations (1)There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. P1 Badge Pin nexus-rpc to a version that supports new failure fields This change removes the explicit Useful? React with π / π. |
||
| "protobuf>=3.20,<7.0.0", | ||
| "python-dateutil>=2.8.2,<3 ; python_version < '3.11'", | ||
| "types-protobuf>=3.20", | ||
|
|
@@ -230,3 +230,6 @@ exclude = ["temporalio/bridge/target/**/*"] | |
| [tool.uv] | ||
| # Prevent uv commands from building the package by default | ||
| package = false | ||
|
|
||
| [tool.uv.sources] | ||
| nexus-rpc = { git = "https://github.com/nexus-rpc/sdk-python.git", branch = "amazzeo/add-failure" } | ||