Skip to content

Version 2.4.0

Compare
Choose a tag to compare
@Ousret Ousret released this 30 Sep 11:37
· 4 commits to master since this release
6c2fd5d

Long overdue refresh for this package.

Added

  • Support for JSON value in a header. It is now interpreted.
  • Explicit support for Python 3.12

Fixed

  • Incorrectly split a header when it contains a valid JSON (due to the comma delimiter)

Removed

  • Support for Python 3.6

Changed

  • (internal) Changed absolute import to relative ones.
  • The generic T passed to get_polymorphic is now bound to CustomHeader and covariants.