You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pyproject.toml
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -68,9 +68,10 @@ faster-cache = ["orjson"]
68
68
69
69
[dependency-groups]
70
70
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
0 commit comments