Skip to content

Commit 0172efc

Browse files
Fix license check for cryptography (#2591)
1 parent 6549551 commit 0172efc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/python/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ ignore-packages = [
7777
"CacheControl", # Apache-2.0
7878
"cffi", # MIT License (MIT)
7979
"click", # BSD-3-Clause
80+
"cryptography", # Apache-2.0 or BSD-3-Clause
8081
"fsspec", # BSD-3-Clause
8182
"jaraco.functools", # MIT License (MIT)
8283
"jeepney", # MIT License (MIT)

0 commit comments

Comments
 (0)