pyproject.toml: require redis >= 5.1.0

redis-py 5.1.0 adds support for the .hexpire() command
This commit is contained in:
Masen Furer 2024-12-12 01:44:48 -08:00
parent 1379bc2510
commit bbddd409c0
No known key found for this signature in database
GPG Key ID: B0008AD22B3B3A95

View File

@ -34,7 +34,7 @@ psutil = ">=5.9.4,<7.0"
pydantic = ">=1.10.2,<3.0"
python-multipart = ">=0.0.5,<0.1"
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"
sqlmodel = ">=0.0.14,<0.1"
typer = ">=0.4.2,<1.0"