diff --git a/setup.py b/setup.py index 67f9b16..4545740 100644 --- a/setup.py +++ b/setup.py @@ -78,7 +78,7 @@ def get_version(rel_path: str) -> str: # https://packaging.python.org/en/latest/requirements.html install_requires=['selenium>=4.27,<5', 'libmagic>=1,<2', - 'Appium-Python-Client>=4,<6', + 'Appium-Python-Client>=4,<7', 'webdriver-manager>=4,<5', 'Pillow>=10,<13', 'requests>=2.32,<3',