Skip to content

Commit 6b6fbdb

Browse files
Update pyproject.toml: update pip-tools dependency to include more pip compatibility
1 parent ab8040c commit 6b6fbdb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,10 @@ faster-cache = ["orjson"]
6868

6969
[dependency-groups]
7070
dev = [
71-
# 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.):
72-
"pip-tools>=7.5.1",
73-
"pip<25.3", # workaround for this problem until its fix gets released: https://github.com/jazzband/pip-tools/pull/2253
71+
# 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:
72+
# (Word on the street is you can also use uv pip compile instead of pip-compile, for this task, if you want.)
73+
"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
74+
"pip<=25.3", # TODO: once https://github.com/jazzband/pip-tools/pull/2257 lands, remove this dependency line altogether
7475
]
7576

7677
[project.urls]

0 commit comments

Comments
 (0)