]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
✨ Add support for Trio via AnyIO (#3372)
authorThomas Grainger <tagrain@gmail.com>
Wed, 6 Oct 2021 15:32:11 +0000 (16:32 +0100)
committerGitHub <noreply@github.com>
Wed, 6 Oct 2021 15:32:11 +0000 (17:32 +0200)
commit11d0a08acda2f4bbc21ca1c5df92b34d8758c842
tree3fd9b2a216e5e9e3665bddc3096bb8d537f82a75
parent4d26fa5c546f68ddb67bd3e6c194c644323aadaa
✨ Add support for Trio via AnyIO (#3372)

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
15 files changed:
README.md
docs/en/docs/advanced/async-tests.md
docs/en/docs/advanced/extending-openapi.md
docs/en/docs/advanced/templates.md
docs/en/docs/index.md
docs/en/docs/tutorial/dependencies/dependencies-with-yield.md
docs/en/docs/tutorial/sql-databases.md
docs/en/docs/tutorial/static-files.md
docs_src/async_tests/test_main.py
fastapi/concurrency.py
fastapi/dependencies/utils.py
pyproject.toml
tests/test_fakeasync.py [deleted file]
tests/test_tutorial/test_async_tests/test_main.py
tests/test_tutorial/test_websockets/test_tutorial002.py