Skip to content

Commit 475999a

Browse files
authored
fix: tests by ceiling on urllib3 (again?) (#768)
1 parent d7c1a9a commit 475999a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ dev = [
5656
"tomli~=2.0; python_version<'3.11'",
5757
"types-python-dateutil>=2.8.19,<2.10.0",
5858
"types-requests~=2.32.0",
59-
"urllib3~=2.0",
59+
"urllib3>=2.0,<2.3.0", # v2.3.0 breaks VCR, b/c https://github.com/urllib3/urllib3/pull/3489
6060
]
6161
docs = [
6262
"Sphinx~=8.0",

0 commit comments

Comments
 (0)