+7
-4
lines changedFilter options
+7
-4
lines changed Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ compile_pip_requirements(
15
15
requirements_txt = ":requirements_lock.txt",
16
16
)
17
17
18
-
SE_VERSION = "4.4.0"
18
+
SE_VERSION = "4.4.1"
19
19
20
20
BROWSER_VERSIONS = [
21
21
"v85",
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
1
+
Selenium 4.4.1
2
+
* Removal of urllib3[secure] extras (deprecated) dependency
3
+
1
4
Selenium 4.4.0
2
5
* More flexibility in locating Firefox binary (#10818)
3
6
* Add CDP for v104, remove support for v101
Original file line number Diff line number Diff line change
@@ -16,4 +16,4 @@
16
16
# under the License.
17
17
18
18
19
-
__version__ = "4.4.0"
19
+
__version__ = "4.4.1"
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@
36
36
from .common.proxy import Proxy # noqa
37
37
from .common.keys import Keys # noqa
38
38
39
-
__version__ = '4.4.0'
39
+
__version__ = '4.4.1'
40
40
41
41
# We need an explicit __all__ because the above won't otherwise be exported.
42
42
__all__ = [
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@
27
27
setup_args = {
28
28
'cmdclass': {'install': install},
29
29
'name': 'selenium',
30
-
'version': "4.4.0",
30
+
'version': "4.4.1",
31
31
'license': 'Apache 2.0',
32
32
'description': 'Python bindings for Selenium',
33
33
'long_description': open(join(abspath(dirname(__file__)), "README.rst")).read(),
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4