What's Changed
- TypedDict: Add support for const fields using Literal by @erandagan in #2475
- Correct custom CodeFormatter error message by @MrSnapperVibes in #2489
- dataclass: Add support for const fields using Literal[T] by @ysndr in #2486
- feat: Add argument to disable the future annotations import by @daviddmd in #2498
- Fix: Objects with additionalProperties shouldn't be unioned with None by default by @erandagan in #2493
New Contributors
- @erandagan made their first contribution in #2475
- @MrSnapperVibes made their first contribution in #2489
- @ysndr made their first contribution in #2486
- @daviddmd made their first contribution in #2498
Full Changelog: 0.33.0...0.34.0