Skip to content

Commit 0cce7a6

Browse files
committed
Relax version dependency to allow redis-py 4.0
Version 4.0.0b1 won't pass the test suite due to redis/redis-py#1639, but so far it looks like general functionality is working.
1 parent bdccdd9 commit 0cce7a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ install_requires =
2626
# Minor version updates to redis tend to break fakeredis. If you
2727
# need to use fakeredis with a newer redis, please submit a PR that
2828
# relaxes this restriction and adds it to the Github Actions tests.
29-
redis<3.6.0
29+
redis<4.1.0
3030
six>=1.12
3131
sortedcontainers
3232
python_requires = >=3.5

0 commit comments

Comments
 (0)