Skip to content

Commit d9842a5

Browse files
authored
Merge pull request #461 from jiyeonseo/fix/update-doc
Update FastAPI tutorial doc
2 parents 7a1fc2a + b26525e commit d9842a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/develop/python/fastapi/index-fastapi.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ IsBitcoinLit includes a `pyproject.toml` file that Poetry uses to manage the pro
113113

114114
Once you have a `pyproject.toml` file, and assuming you already added FastAPI and any other necessary dependencies, you could add aioredis-py to your project like this:
115115

116-
$ poetry add aioredis-py@2.0.0b1
116+
$ poetry add aioredis@2.0.0
117117

118-
**NOTE**: This tutorial uses a beta version of aioredis-py 2.0. The 2.0 version of aioredis-py features an API that matches the most popular synchronous Redis client for Python, [redis-py](https://github.com/andymccurdy/redis-py).
118+
**NOTE**: This tutorial uses aioredis-py 2.0. The 2.0 version of aioredis-py features an API that matches the most popular synchronous Redis client for Python, [redis-py](https://github.com/andymccurdy/redis-py).
119119

120120
The aioredis-py client is now installed. Time to write some code!
121121

0 commit comments

Comments
 (0)