Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
1.0.1, 2026-04-11 -- SeleniumLibrary version missmatch in dependences fixed
1.0.0, 2026-03-28 -- Release 1.0.0
0.10.0, 2026-03-27 -- Docker Model Runner added to supported AI platforms
0.9.0, 2026-03-27 -- Library renamed to AITester
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@ def build_long_description():
"pillow>=11.0.0",
],
extras_require={
"web": ["robotframework-seleniumlibrary>=7.0"],
"web": ["robotframework-seleniumlibrary>=6.8.0"],
"api": ["robotframework-requests>=0.9"],
"mobile": ["robotframework-appiumlibrary>=3.2.0"],
"all": [
"robotframework-seleniumlibrary>=7.0",
"robotframework-seleniumlibrary>=6.8.0",
"robotframework-requests>=0.9",
"robotframework-appiumlibrary>=3.2.0",
],
Expand Down