tiangolo / fastapi

FastAPI framework, high performance, easy to learn, fast to code, ready for production
https://fastapi.tiangolo.com/
MIT License
73.13k stars 6.16k forks source link

📝 Update `docs_src/async_tests` #11745

Open TylerHillery opened 1 week ago

TylerHillery commented 1 week ago

Overview

I was following this async tests example and I got this error

/Users/tyler/code/personal/sql-translate/.venv/lib/python3.11/site-packages/httpx/_client.py:1426: DeprecationWarning: The 'app' shortcut is now deprecated. Use the explicit style 'transport=ASGITransport(app=...)' instead.
    warnings.warn(message, DeprecationWarning)

So I updated the test to match what HTTPX says to do in this example

tiangolo commented 1 week ago

📝 Docs preview for commit 7fc1030780738c6e957897a3fc898645a886d538 at: https://2cf514e6.fastapitiangolo.pages.dev