You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: update nitric server connection refused errors (#144)
Improves the description of the errors and removes a reference to the v0 `nitric start` command
set correct min python version
Co-authored-by: Ryan Cartwright <[email protected]>
fix: parse topic events without struct fields (#137)
Using to_dict on the struct includes internal fields from the protobuf struct, instead of a standard python dictionary