Skip to content

Commit 421b9bc

Browse files
authored
Update pyproject.toml
uv pip fails to install if a newer version of requests library is installed. This should fix it.
1 parent 2b30c70 commit 421b9bc

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
@@ -40,7 +40,7 @@ web-service = ["fastapi", "uvicorn"]
4040

4141
[tool.poetry.dependencies]
4242
python = "^3.9 || ^3.10 || ^3.11 || ^3.12 || ^3.13"
43-
requests = "2.32.2"
43+
requests = ">=2.32.2"
4444
lxml = ">=4.9.3"
4545

4646
# optional dependencies

0 commit comments

Comments
 (0)