Skip to content

Commit 63bbbaa

Browse files
chore(deps): bump pilosus/action-pip-license-checker from 2 to 3 (#2102)
* chore(deps): bump pilosus/action-pip-license-checker from 2 to 3 Bumps [pilosus/action-pip-license-checker](https://github.com/pilosus/action-pip-license-checker) from 2 to 3. - [Release notes](https://github.com/pilosus/action-pip-license-checker/releases) - [Changelog](https://github.com/pilosus/action-pip-license-checker/blob/main/CHANGELOG.md) - [Commits](pilosus/action-pip-license-checker@v2...v3) --- updated-dependencies: - dependency-name: pilosus/action-pip-license-checker dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * try removing some exclusions * bring back some exclusions --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: anakin87 <stefanofiorucci@gmail.com>
1 parent 23126be commit 63bbbaa

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/CI_license_compliance.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,15 @@ on:
1313
env:
1414
CORE_DATADOG_API_KEY: ${{ secrets.CORE_DATADOG_API_KEY }}
1515
PYTHON_VERSION: "3.10"
16-
EXCLUDE_PACKAGES: "(?i)^(deepeval|fastembed|ollama|ragas|tqdm|psycopg|typing_extensions|adbc_driver_snowflake).*"
16+
EXCLUDE_PACKAGES: "(?i)^(fastembed|ollama|ragas|tqdm|psycopg|typing_extensions).*"
1717

1818
# Exclusions must be explicitly motivated
1919
#
20-
# - deepeval is Apache 2.0 but the license is not available on PyPI
2120
# - fastembed is Apache 2.0 but the license on PyPI is unclear ("Other/Proprietary License (Apache License)")
2221
# - ollama is MIT but the license is not available on PyPI
2322
# - ragas is Apache 2.0 but the license is not available on PyPI
2423
# - typing_extensions>=4.13.0 has a Python Software Foundation License 2.0 but pip-license-checker does not recognize it
2524
# (https://github.com/pilosus/pip-license-checker/issues/143)
26-
# - adbc_driver_snowflake is Apache 2.0 but the license is not correctly specified on PyPI
2725

2826
# - tqdm is MLP but there are no better alternatives
2927
# - psycopg is LGPL-3.0 but FOSSA is fine with it
@@ -74,7 +72,7 @@ jobs:
7472
7573
- name: Check Licenses
7674
id: license_check_report
77-
uses: pilosus/action-pip-license-checker@v2
75+
uses: pilosus/action-pip-license-checker@v3
7876
with:
7977
github-token: ${{ secrets.GH_ACCESS_TOKEN }}
8078
requirements: ${{ env.REQUIREMENTS_FILE }}

0 commit comments

Comments
 (0)