palantir / conjure-python-client

Python client and JSON encoders for use with generated Conjure clients
Apache License 2.0
7 stars 20 forks source link

Add option to return none on unknown union variants #152

Closed markgrex closed 1 year ago

markgrex commented 1 year ago

Before this PR

See https://github.com/palantir/conjure-python-client/issues/129

After this PR

Backports https://github.com/palantir/conjure-python-client/pull/150 to 1.10.x

==COMMIT_MSG== Add option to return none on unknown union variants ==COMMIT_MSG==

Possible downsides?