diff --git a/pyproject.toml b/pyproject.toml index 2e1a54d2..c9ec7594 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ click = "^8.0.1" types-redis = ">=3.5.9,<5.0.0" python-ulid = "^1.0.3" typing-extensions = "^4.4.0" -hiredis = "^2.2.3" +hiredis = ">=2.2.3,<4.0.0" more-itertools = ">=8.14,<11.0" setuptools = {version = ">=69.2,<73.0", markers = "python_version >= '3.12'"}