diff --git a/pyproject.toml b/pyproject.toml index 45f1aa9..b9133e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ python-ulid = "^1.0.3" typing-extensions = "^4.4.0" hiredis = "^2.2.3" more-itertools = ">=8.14,<11.0" -setuptools = {version = "^69.2.0", markers = "python_version >= '3.12'"} +setuptools = {version = ">=69.2,<72.0", markers = "python_version >= '3.12'"} [tool.poetry.dev-dependencies] mypy = "^1.9.0"