Skip to content

Commit adc1139

Browse files
committed
fix: looser constraints on httpx
1 parent c95931d commit adc1139

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
@@ -18,7 +18,7 @@ Changelog = "https://github.com/MarcoMuellner/openapi-python-generator/releases"
1818

1919
[tool.poetry.dependencies]
2020
python = "^3.8"
21-
httpx = {extras = ["all"], version = "^0.23.0"}
21+
httpx = {extras = ["all"], version = ">=0.23.0,<1.0.0"}
2222
pydantic = "^2.10.2"
2323
orjson = "^3.9.15"
2424
Jinja2 = "^3.1.2"

0 commit comments

Comments
 (0)