Skip to content

Commit 7f69f38

Browse files
committed
fix: keep urllib3 lock compatible with Python 3.9
1 parent 04260c5 commit 7f69f38

2 files changed

Lines changed: 33 additions & 21 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ dev = [
4242
"types-pyyaml>=6.0.0",
4343
]
4444

45+
[tool.uv]
46+
constraint-dependencies = [
47+
"urllib3<2.7; python_full_version < '3.10'",
48+
]
49+
4550
[project.scripts]
4651
promptfoo = "promptfoo.cli:main"
4752

uv.lock

Lines changed: 28 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)