Skip to content

Commit 63f203c

Browse files
another pip problem
1 parent 696114b commit 63f203c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,10 @@ reports = ["lxml"]
6666
install-types = ["pip"]
6767
faster-cache = ["orjson"]
6868
# Not strictly needed for building per se, but pip-compile from this package is needed if you want to update the requirement files. (Word on the street is you can also use uv pip compile instead.):
69-
dev = ["pip-tools>=7.5.1"]
69+
dev = [
70+
"pip-tools>=7.5.1",
71+
"pip<25.3", # workaround for this problem until its fix gets released: https://github.com/jazzband/pip-tools/pull/2253
72+
]
7073

7174
[project.urls]
7275
Homepage = "https://www.mypy-lang.org/"

0 commit comments

Comments
 (0)