Skip to content

Commit a22306e

Browse files
authored
chore: allow selenium binging up to 4.25 (#1055)
* chore: allow selenium binging up to 4.25 * use 4.25 * fix syntax
1 parent f3632a6 commit a22306e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ tox = "~=4.23"
1515
types-python-dateutil = "~=2.9"
1616

1717
[packages]
18-
selenium = "~=4.25"
18+
selenium = "==4.25"
1919
typing-extensions = "~=4.12.2"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ download and unarchive the source tarball (Appium-Python-Client-X.X.tar.gz).
4141

4242
|Appium Python Client| Selenium binding| Python version |
4343
|----|----|----|
44-
|`3.0.0` - `4.2.0` |`4.12.0` - `4.25.0` | 3.8+ |
44+
|`3.0.0` - `4.2.1` |`4.12.0` - `4.25.0` | 3.8+ |
4545
|`2.10.0` - `2.11.1` |`4.1.0` - `4.11.2` | 3.7+ |
4646
|`2.2.0` - `2.9.0` |`4.1.0` - `4.9.0` | 3.7+ |
4747
|`2.0.0` - `2.1.4` |`4.0.0` | 3.7+ |

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@
4949
'Topic :: Software Development :: Quality Assurance',
5050
'Topic :: Software Development :: Testing',
5151
],
52-
install_requires=['selenium ~= 4.12'],
52+
install_requires=['selenium ~= 4.12, < 4.26'],
5353
)

0 commit comments

Comments
 (0)