diff --git a/client/python/pyproject.toml b/client/python/pyproject.toml index 6d3f833899..c76f882bd5 100644 --- a/client/python/pyproject.toml +++ b/client/python/pyproject.toml @@ -77,6 +77,7 @@ ignore-packages = [ "CacheControl", # Apache-2.0 "cffi", # MIT License (MIT) "click", # BSD-3-Clause + "cryptography", # Apache-2.0 or BSD-3-Clause "fsspec", # BSD-3-Clause "jaraco.functools", # MIT License (MIT) "jeepney", # MIT License (MIT)