diff --git a/pyproject.toml b/pyproject.toml index be49acaf..58c8a84d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ # Strategy dependencies "celery>=5.6.0,<6", "openpyxl>=3.1.5,<4", - "paramiko<4", # version 4+ has some breaking changes and is not yet supported by pysftp + "paramiko<5", # version 4+ has some breaking changes and is not yet supported by pysftp "Pillow>=10.4.0,<13", "psycopg[binary]>=3.2.6,<4", "pysftp~=0.2.9",