Skip to content

v3.13.0

Choose a tag to compare

@BrianPugh BrianPugh released this 16 Apr 17:17
06ac89c

Features

  • Handle the first block of docstring text as a potential multi-line short description. It is no longer possible to have a long-description without a short description. This should be more intuitive and lead to easier-to-debug docstrings. By @BrianPugh in #401

Bug Fixes

  • Somewhat fix false-positive of detecting pytest when subprocessing a python script from within a pytest environment. By @BrianPugh in #404
  • Improved functools.partial support. by @BrianPugh in #396
  • Don't use pydantic features if pydantic v1 is installed. Addresses #408 by @BrianPugh in #409

Full Changelog: v3.12.0...v3.13.0