Skip to content

Commit b0ab712

Browse files
committed
loosening setuptools constraint
1 parent e076a08 commit b0ab712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ python-ulid = "^1.0.3"
4444
typing-extensions = "^4.4.0"
4545
hiredis = ">=2.2.3,<4.0.0"
4646
more-itertools = ">=8.14,<11.0"
47-
setuptools = {version = ">=70.0,<76.0", markers = "python_version >= '3.12'"}
47+
setuptools = {version = ">=70.0,<80.0", markers = "python_version >= '3.12'"}
4848

4949
[tool.poetry.dev-dependencies]
5050
mypy = "^1.9.0"

0 commit comments

Comments
 (0)