Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ include = ["*/assets/*"]
python = "^3.8"
requests = "*"
lxml = "*"
adbutils = ">=2.9.3,<3"
adbutils = ">=2.11.0,<3"
Copy link

Copilot AI Dec 5, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The minimum adbutils version requirement has been updated to 2.11.0, but the documentation in README.md (line 116) still references version 2.9.1. Please update the README.md to reflect the new minimum version requirement to maintain consistency between documentation and actual dependencies.

Copilot uses AI. Check for mistakes.
Pillow = "*"
retry2 = "^0.9.5"
importlib-resources = {version = "*", markers = "python_version < \"3.9\""}
Expand Down
Loading