mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2025-10-29 08:27:43 +08:00
Update redis requirement from <6.0.0,>=4.3.3 to >=4.3.3,<8.0.0
Updates the requirements on [redis](https://github.com/redis/redis-py) to permit the latest version. - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](https://github.com/redis/redis-py/compare/v4.3.3...v7.0.0) --- updated-dependencies: - dependency-name: redis dependency-version: 7.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
François Voron
parent
34f662d137
commit
73e5c22350
@ -162,7 +162,7 @@ oauth = [
|
|||||||
"httpx-oauth >=0.13"
|
"httpx-oauth >=0.13"
|
||||||
]
|
]
|
||||||
redis = [
|
redis = [
|
||||||
"redis >=4.3.3,<6.0.0",
|
"redis >=4.3.3,<8.0.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
|
|||||||
Reference in New Issue
Block a user