modal-labs / synchronicity

Synchronicity lets you interoperate with asynchronous Python APIs.
Apache License 2.0
80 stars 3 forks source link

Support Literal type aliases #136

Closed mwaskom closed 6 months ago

mwaskom commented 6 months ago

Fixes a bug where we dropped Literal aliases from the type stubs, which is problem in some edge cases because Literal types can also be useful as the source of truth for runtime validation of inputs.