Skip to content
Prev Previous commit
Next Next commit
another pip problem
  • Loading branch information
wyattscarpenter committed Nov 8, 2025
commit 63f203c4c9c2c20677a5a0716af3e3e34a460790
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,10 @@ reports = ["lxml"]
install-types = ["pip"]
faster-cache = ["orjson"]
# 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.):
dev = ["pip-tools>=7.5.1"]
dev = [
"pip-tools>=7.5.1",
"pip<25.3", # workaround for this problem until its fix gets released: https://github.com/jazzband/pip-tools/pull/2253
]

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