Skip to content
Prev Previous commit
Next Next commit
Update pyproject.toml: update pip-tools dependency to include more pi…
…p compatibility
  • Loading branch information
wyattscarpenter authored Dec 10, 2025
commit 6b6fbdb6c16108f2714f923363ce1db439a038c5
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,10 @@ faster-cache = ["orjson"]

[dependency-groups]
dev = [
# 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.):
"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
# This is not strictly needed for building the mypy 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 of pip-compile, for this task, if you want.)
"pip-tools>=7.5.2", # TODO: once https://github.com/jazzband/pip-tools/pull/2257 lands, change to pip-tools[stable] instead of specifying a version
"pip<=25.3", # TODO: once https://github.com/jazzband/pip-tools/pull/2257 lands, remove this dependency line altogether
]

[project.urls]
Expand Down
Loading