We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b2c049 commit 7514b07Copy full SHA for 7514b07
docs/tutorials/fastapi.rst
@@ -45,15 +45,7 @@ extension for Starlette <https://github.com/python-gino/gino-starlette>`_. Simpl
45
46
.. code-block:: console
47
48
- $ poetry add 'gino[starlette]@^1.0'
49
-
50
-.. note::
51
52
- Before the final GINO 1.0 is released, please use 1.0rc4 for now:
53
54
- .. code-block:: console
55
56
- $ poetry add 'gino[starlette]@^1.0rc4' --allow-prereleases
+ $ poetry add gino[starlette]
57
58
Then let's add FastAPI_, together with the lightning-fast ASGI_ server Uvicorn_, and
59
Gunicorn_ as a production application server:
0 commit comments