diff --git a/pyproject.toml b/pyproject.toml index 0d0328c..6546d82 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ faiss = "*" [tool.poetry.group.lint.dependencies] -ruff = "^0.4.8" +ruff = ">=0.4.8,<0.6.0" types-toml = "^0.10.8.1" types-redis = "^4.3.21.6" types-pytz = "^2024.1.0.20240417"