Skip to content

Commit 8591b67

Browse files
authored
Add licenses and license exceptions for python kernel updates (#39)
### Description Add several licenses and license exceptions. Needed to land hex-inc/hex#39119 for python package updates. Should fix: https://github.com/hex-inc/hex/actions/runs/21526060275?pr=39119 ### Testing Will re-run dependency-review on hex-inc/hex#39119 once this lands.
1 parent a3b63ed commit 8591b67

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/dependency-review.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,11 @@ jobs:
5353
LicenseRef-scancode-generic-cla,
5454
LicenseRef-scancode-protobuf,
5555
LicenseRef-scancode-public-domain,
56+
LicenseRef-scancode-secret-labs-2011,
5657
LicenseRef-scancode-us-govt-public-domain,
5758
MIT,
5859
MIT-0,
60+
MIT-CMU,
5961
MPL-2.0,
6062
OFL-1.1,
6163
PSF-2.0,
@@ -89,6 +91,9 @@ jobs:
8991
# pypi/psycopg2: LGPL-2.0-or-later AND LGPL-3.0-or-later -- only approving as a one-off
9092
# pypi/shapely: LGPL-2.1-only -- only approving as a one-off
9193
# pypi/typing-extensions: License detection is wrong (not GPL)
94+
# pypi/astroid: LGPL-2.1-only -- only approving as a one-off
95+
# pypi/pylint: CC-BY-SA-4.0 AND GPL-2.0-only -- only approving as a one-off
96+
# pypi/pyzmq: LGPL-3.0-only AND LicenseRef-github-NOASSERTION -- only approving as a one-off
9297
allow-dependencies-licenses: >-
9398
pkg:npm/@lancedb/lancedb,
9499
pkg:npm/@lancedb/lancedb-darwin-arm64,
@@ -119,7 +124,10 @@ jobs:
119124
pkg:pypi/aiohappyeyeballs,
120125
pkg:pypi/psycopg2,
121126
pkg:pypi/shapely,
122-
pkg:pypi/typing-extensions
127+
pkg:pypi/typing-extensions,
128+
pkg:pypi/astroid,
129+
pkg:pypi/pylint,
130+
pkg:pypi/pyzmq
123131
124132
# Known vulnerabilities we're ok with ignoring.
125133
# These are generally because they are in an older python kernel

0 commit comments

Comments
 (0)