Skip to content

Commit 26ed255

Browse files
authored
update_httpx_version (#61)
1 parent 8ac4a75 commit 26ed255

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ fastapi = ">=0.115.12,<1"
2121
pydantic = "^2.6"
2222
wdapy = ">0.2.2,<1"
2323
websockets = ">=10.4"
24-
Pillow = "*"
24+
Pillow = ">=9"
2525
construct = "*"
26-
lxml = "*"
27-
httpx = "*"
26+
lxml = ">=6.0.2"
27+
httpx = ">=0.28.1"
2828
uvicorn = ">=0.33.0"
2929
rich = "*"
3030
python-multipart = ">=0.0.18"

0 commit comments

Comments
 (0)