Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert
exclude_none=True, exclude_unset=True, exclude_defaults=True
…
… in error serialization. `exclude_unset=True` and `exclude_defaults=True` do not do what we want because we define a lot of fields like `errorType: Literal["RunNotFoundError"] = "RunNotFoundError"`, and we definitely do want those to get serialized. The bug that was fixed in commit b5b28b6 was somehow covering up this problem, I think. I'm ambivalent about `exclude_none=True` here, but I don't see a pressing reason for this upgrade to change it from what it was before, so let's delete that too.
- Loading branch information