This is an automated email from the ASF dual-hosted git repository.
snazy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/main by this push:
new 0172efcc9 Fix license check for cryptography (#2591)
0172efcc9 is described below
commit 0172efcc9cd33dd7667ae46143c7aeaf76f84a6c
Author: Yong Zheng <[email protected]>
AuthorDate: Wed Sep 17 02:20:58 2025 -0500
Fix license check for cryptography (#2591)
---
client/python/pyproject.toml | 1 +
1 file changed, 1 insertion(+)
diff --git a/client/python/pyproject.toml b/client/python/pyproject.toml
index 6d3f83389..c76f882bd 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)