From db9b409ea3d815513b925d76477c657d95db6569 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=B3bert=20Malovec?= Date: Sat, 11 Apr 2026 08:59:29 +0200 Subject: [PATCH 1/2] Fix for wrong robotframework-seleniumlibrary version dependency --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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", ], From 4647dd2f0ae6b58bea3da3c731821644dd37013c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=B3bert=20Malovec?= Date: Sat, 11 Apr 2026 09:01:39 +0200 Subject: [PATCH 2/2] Fix SeleniumLibrary version mismatch in dependencies --- CHANGES | 1 + 1 file changed, 1 insertion(+) 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