Skip to content

Commit

Permalink
Python HL SDK: update dependency (#8260)
Browse files Browse the repository at this point in the history
* Python HL SDK: update dependency

* Fix pylint
  • Loading branch information
N-o-Z authored Oct 2, 2024
1 parent 146fafd commit dcf175c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion clients/python-wrapper/lakefs/.pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down
2 changes: 1 addition & 1 deletion clients/python-wrapper/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit dcf175c

Please sign in to comment.