Skip to content

0.11.0

Compare
Choose a tag to compare
@tiangolo tiangolo released this 26 Mar 22:35
· 40 commits to master since this release

Breaking Changes

  • 馃敡 Refactor package manager, move from Flit to PDM, remove private pip extras for test, doc, dev. PR #764 by @tiangolo.
  • 馃敟 Remove support for Click 7, require Click 8+. PR #760 by @tiangolo.
  • 馃敟 Remove support for Python 3.6. PR #758 by @tiangolo.

Refactors

  • 馃敡 Migrate from Black, isort, flake8, autoflake, pyupgrade to Ruff. PR #763 by @tiangolo.

Internal