Skip to content

Commit 1d416b3

Browse files
Merge pull request #91 from n1lanjan/requests-version
Update dependencies in pyproject.toml
2 parents 2b30c70 + 421b9bc commit 1d416b3

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)