Skip to content

Release 0.14.3

Choose a tag to compare

@github-actions github-actions released this 09 Feb 04:33

0.14.3 - 2025-02-08

Changed

  • Removed black and isort in favor of ruff.
  • Upgraded to Python 3.13 for docker container.
  • Moved code quality checks from CircleCI to GitHub actions.
  • Fixed a few httpx calls to use the new API (content= vs data= for text/bytes data).