Skip to content

0.11.3

Compare
Choose a tag to compare
@dargueta dargueta released this 11 Nov 07:14
· 1 commit to master since this release
d5fe9bb

0.11.2 was broken and has been yanked. The following fixes are present in 0.11.3.

Bugfixes

  • Don't assume __doc__ always exists. (This is removed when Python is run with optimization flags.)
  • Fix wrong name in default error message for CannotDetermineNullError. It was using the repr of the exception instead of the name of the field.
  • Throw exceptions instead of crashing when an invalid decider is passed to a Union field.

Other Changes

  • Test on PyPy 3.10
  • Un-deprecate the Field.computes decorator.
  • Remove dead code.