pyproject.toml: require redis >= 5.1.0
redis-py 5.1.0 adds support for the .hexpire() command
This commit is contained in:
parent
1379bc2510
commit
bbddd409c0
@ -34,7 +34,7 @@ psutil = ">=5.9.4,<7.0"
|
|||||||
pydantic = ">=1.10.2,<3.0"
|
pydantic = ">=1.10.2,<3.0"
|
||||||
python-multipart = ">=0.0.5,<0.1"
|
python-multipart = ">=0.0.5,<0.1"
|
||||||
python-socketio = ">=5.7.0,<6.0"
|
python-socketio = ">=5.7.0,<6.0"
|
||||||
redis = ">=4.3.5,<6.0"
|
redis = ">=5.1.0,<6.0"
|
||||||
rich = ">=13.0.0,<14.0"
|
rich = ">=13.0.0,<14.0"
|
||||||
sqlmodel = ">=0.0.14,<0.1"
|
sqlmodel = ">=0.0.14,<0.1"
|
||||||
typer = ">=0.4.2,<1.0"
|
typer = ">=0.4.2,<1.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user