Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
Specify package version for xmltodict, fix PR failures
Browse files Browse the repository at this point in the history
  • Loading branch information
Kapil Malik committed Nov 17, 2023
1 parent b79448a commit 7c17cf0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion llama_hub/web/sitemap_index/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
requests>=2.28.1
xmltodict
xmltodict>=0.12.0
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ html2text = "*"
psutil = "*"
retrying = "*"
requests = "*"
xmltodict = "*"
xmltodict = ">=0.12.0"

[tool.poetry.dev-dependencies]
pytest = "7.2.1"
Expand Down
2 changes: 1 addition & 1 deletion test_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ atlassian-python-api
html2text
olefile
requests
xmltodict
xmltodict>=0.12.0

# hotfix
psutil
Expand Down

0 comments on commit 7c17cf0

Please sign in to comment.