Skip to content

0.0.3

Compare
Choose a tag to compare
@tiangolo tiangolo released this 23 Jan 21:08
· 132 commits to main since this release

Features

  • ✨ Export (import and re-export) TaskGroup from asyncer. PR #87 by @MarkParker5.
  • ✨ Add support for AnyIO 4.x, drop support for Python 3.7. PR #90 by @khiemdoan.

Fixes

  • 🐛 Add missing dependency typing_extensions for Python < 3.10. PR #89 by @ZhymabekRoman.

Refactors

Docs

  • 👷 Upgrade CI for docs. PR #78 by @tiangolo.
  • 🛠️ Tweak internal CI actions, add --no-cache-dir at Dockfile files. PR #52 by @realFranco.
  • 📝 Update help Asyncer docs. PR #65 by @tiangolo.
  • 🍱 Update logo vector asset, do not depend on system fonts. PR #60 by @tiangolo.

Internal