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

Fix: fix type definitions for conjure types #114

Closed robert3005 closed 2 years ago

robert3005 commented 2 years ago

Before this PR

After this PR

==COMMIT_MSG== Fix type definitions of conjure types to always accept Type[DecodableType] ==COMMIT_MSG==

Possible downsides?