This is an automated email from the ASF dual-hosted git repository. johnbodley pushed a commit to branch john-bodley--constrain-selenium-version in repository https://gitbox.apache.org/repos/asf/superset.git
commit ce2c426480e5ff2169f6b71402daec6d4d8b3deb Author: John Bodley <[email protected]> AuthorDate: Tue Jun 27 22:24:00 2023 -0700 chore: Constrain selenium version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d29109ae49..a4a655d364 100644 --- a/setup.py +++ b/setup.py @@ -113,7 +113,7 @@ setup( "pyyaml>=5.4", "PyJWT>=2.4.0, <3.0", "redis>=4.5.4, <5.0", - "selenium>=3.141.0", + "selenium>=3.141.0, <4.10.0", "shortid", "sshtunnel>=0.4.0, <0.5", "simplejson>=3.15.0",
