**Added Support for Python 3.13**: In this release, we've introduced support for Python 3.13, ensuring compatibility with the latest Python version and taking advantage of its new features and performance improvements.
**Added Support for Literal[Enum.variant] in Tagged Unions**: In this release, we've introduced support for `Literal[Enum.variant]` as a discriminator in tagged unions. This enhancement provides more flexibility and precision in handling tagged unions.
**Omitting Modifiers in JSON Schema Names**: In this release, we've made a change to omit modifiers like `no_format`, `keep_nones`, etc., in JSON schema names. This is part of our ongoing effort to improve the clarity and readability of our JSON schemas.