Skip to content

Commit 268f374

Browse files
committed
Pin setuptools version
This a temporary measure to address regression in bundle and docker tests (caused by unexpected UserWarning)
1 parent faebd4c commit 268f374

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

pdm.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies = [
3434
"tabulate==0.9.0",
3535
"tqdm>=4.65.0,<5",
3636
"platformdirs>=3.11.0,<5",
37-
"setuptools>=60; python_version < '3.10'", # required by phx-class-registry<4.1
37+
"setuptools>=60,<80; python_version < '3.10'", # required by phx-class-registry<4.1
3838
]
3939

4040
[project.optional-dependencies]
@@ -200,7 +200,7 @@ lint = [
200200
"ruff~=0.8.4",
201201
"pytest==8.3.3",
202202
"liccheck>=0.9.2",
203-
"setuptools>=60", # required by liccheck
203+
"setuptools>=60,<80", # required by liccheck
204204
]
205205
release = [
206206
"towncrier==23.11.0; python_version >= '3.8'",

0 commit comments

Comments
 (0)