Skip to content

Commit c8bb137

Browse files
f-wrightclaude
andcommitted
Require urllib3 >=2.6.1 to avoid broken 2.6.0 release
urllib3 2.6.0 removed getheader()/getheaders() from HTTPResponse, breaking the OpenAPI-generated client. The methods were restored in 2.6.1 three days later. Bump the minimum to skip the broken version. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 658d44f commit c8bb137

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
@@ -21,7 +21,7 @@ python = ">=3.9,<4.0"
2121
python-dateutil = "^2.9.0"
2222
requests = "^2.28.2"
2323
typer = "^0.15.4"
24-
urllib3 = "^2.5.0"
24+
urllib3 = "^2.6.1"
2525

2626
[tool.poetry.group.dev.dependencies]
2727
datamodel-code-generator = "^0.35.0"

0 commit comments

Comments
 (0)