Skip to content

Commit 7514b07

Browse files
committed
update FastAPI tutorial with GINO 1.0
1 parent 0b2c049 commit 7514b07

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

docs/tutorials/fastapi.rst

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,7 @@ extension for Starlette <https://github.com/python-gino/gino-starlette>`_. Simpl
4545

4646
.. code-block:: console
4747
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
48+
$ poetry add gino[starlette]
5749
5850
Then let's add FastAPI_, together with the lightning-fast ASGI_ server Uvicorn_, and
5951
Gunicorn_ as a production application server:

0 commit comments

Comments
 (0)