Skip to content

Commit

Permalink
Merge pull request #91 from n1lanjan/requests-version
Browse files Browse the repository at this point in the history
Update dependencies in pyproject.toml
  • Loading branch information
AlbertWeichselbraun authored Jan 16, 2025
2 parents 2b30c70 + 421b9bc commit 1d416b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ web-service = ["fastapi", "uvicorn"]

[tool.poetry.dependencies]
python = "^3.9 || ^3.10 || ^3.11 || ^3.12 || ^3.13"
requests = "2.32.2"
requests = ">=2.32.2"
lxml = ">=4.9.3"

# optional dependencies
Expand Down

0 comments on commit 1d416b3

Please sign in to comment.