diff --git a/docs/guides/tutorials/rest_apis_with_fastapi.rst b/docs/guides/tutorials/rest_apis_with_fastapi.rst index 9db0cba80f5..4c6452a5c03 100644 --- a/docs/guides/tutorials/rest_apis_with_fastapi.rst +++ b/docs/guides/tutorials/rest_apis_with_fastapi.rst @@ -6,16 +6,6 @@ FastAPI :edb-alt-title: Building a REST API with EdgeDB and FastAPI -.. warning:: - - FastAPI currently has some compatibility issues with Pydantic V2. As they - work to iron out those issues, you may need to fall back to older Pydantic - to run this example project. - - .. code-block:: bash - - $ pip install --force-reinstall -v "pydantic==1.10" - Because FastAPI encourages and facilitates strong typing, it's a natural pairing with EdgeDB. Our Python code generation generates not only typed query functions but result types you can use to annotate your endpoint handler