Skip to content

Commit e319c8e

Browse files
authored
fix: pin pip <25.3 (#2902)
1 parent 808cac6 commit e319c8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ requirements: piptools ## Install requirements for local development
4444
pip-sync requirements/dev.txt
4545

4646
piptools:
47+
pip install -U 'pip<25.3'
4748
pip install -q -r requirements/pip_tools.txt
4849

4950
define COMMON_CONSTRAINTS_TEMP_COMMENT

0 commit comments

Comments
 (0)