Skip to content

Commit 5f5b451

Browse files
authored
Update httpx version requirement (#80)
1 parent b69e522 commit 5f5b451

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ exclude = ["docs", "tests", "examples", "tools", "build"]
2626
python = "^3.9"
2727
orjson = "^3.9.10"
2828
pydantic = "^2.5.2"
29-
httpx = "^0.25.2"
29+
httpx = ">= 0.25.2, < 1"
3030

3131

3232
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)