diff --git a/CHANGES b/CHANGES index bfc857e..cec5854 100644 --- a/CHANGES +++ b/CHANGES @@ -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 diff --git a/setup.py b/setup.py index 9217a91..1baca0f 100644 --- a/setup.py +++ b/setup.py @@ -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", ],