Skip to content

0.15.2

Latest
Compare
Choose a tag to compare
@tiangolo tiangolo released this 27 Feb 19:17
· 2 commits to master since this release

Features

  • ✨ Allow custom styles for commands in help output. PR #1103 by @TheTechromancer.
  • ✨ Avoid the unnecessary import of typing_extensions in newer Python versions. PR #1048 by @horta.

Fixes

  • 🐛 Fix shell completions for the fish shell. PR #1069 by @goraje.

Refactors

  • 🚚 Rename test to corner-cases to make it more explicit. PR #1083 by @tiangolo.

Docs

  • ✏️ Fix small typos in the tutorial documentation. PR #1137 by @svlandeg.
  • 📝 Update optional CLI argument section in tutorial with Annotated. PR #983 by @gkeuccsr.
  • 📝 Clarify the need for mix_stderr when accessing the output of stderr in tests. PR #1045 by @mrchrisadams.

Internal