diff --git a/pyproject.toml b/pyproject.toml index 646a3fe..805d670 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ 'pydantic==2.9.2', # Pin to specific working version 'pydantic_core==2.23.4', # Pin to specific working version 'python-dateutil<=2.8.2', - 'redis<=4.3.4', + 'redis<=7.0.1', # selenium 4.0 breaks with arm geckodriver. 'selenium==3.141.0', 'setuptools-rust<=1.12.0',