diff --git a/clients/python-wrapper/lakefs/.pylintrc b/clients/python-wrapper/lakefs/.pylintrc index a2952efb592..53591a87895 100644 --- a/clients/python-wrapper/lakefs/.pylintrc +++ b/clients/python-wrapper/lakefs/.pylintrc @@ -12,7 +12,10 @@ max-args=10 max-attributes=10 [MESSAGES CONTROL] -disable=too-few-public-methods, fixme +disable= + too-few-public-methods, + too-many-positional-arguments, + fixme [MISCELLANEOUS] diff --git a/clients/python-wrapper/requirements.txt b/clients/python-wrapper/requirements.txt index 07bf33734ec..f0c71b24ffd 100644 --- a/clients/python-wrapper/requirements.txt +++ b/clients/python-wrapper/requirements.txt @@ -12,5 +12,5 @@ pytest-datafiles~=3.0.0 pandas~=2.1.4 pyarrow~=14.0.1 pillow~=10.2.0 -setuptools~=68.2.2 +setuptools>=68.2.2 boto3>=1.26.0 \ No newline at end of file