Skip to content

0.0.8

Latest
Compare
Choose a tag to compare
@tiangolo tiangolo released this 24 Aug 23:14
· 26 commits to main since this release

Refactors

  • ♻️ Deprecate asyncify(cancellable=True) in favor of asyncify(abandon_on_cancel=True), following AnyIO 4.1.0. PR #202 by @tiangolo.
  • ♻️ Import anyio.from_thread and anyio.to_thread explicitly. PR #201 by @tiangolo.
  • ♻️ Update asyncify to wrap the function with functools.wraps like the other functions. PR #84 by @Gowee.

Docs

  • 📝 Add docs references to FastAPI's docs on virtual environments and new contributing guide. PR #200 by @tiangolo.
  • 📝 Add docs about repo management and team. PR #184 by @tiangolo.

Internal