From 07f22babc64a1151f0a1d1cbaba31b32c3fabf87 Mon Sep 17 00:00:00 2001 From: Daniel McKnight Date: Thu, 16 Jan 2025 16:48:34 -0800 Subject: [PATCH] Update license tests to whitelist MIT-licensed `attrs` --- .github/workflows/license_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/license_tests.yml b/.github/workflows/license_tests.yml index b8217ea..bb8943e 100644 --- a/.github/workflows/license_tests.yml +++ b/.github/workflows/license_tests.yml @@ -9,4 +9,4 @@ jobs: license_tests: uses: neongeckocom/.github/.github/workflows/license_tests.yml@master with: - packages-exclude: '^(neon-llm-chatgpt|tqdm|klat-connector|neon-chatbot|dnspython).*' \ No newline at end of file + packages-exclude: '^(neon-llm-chatgpt|tqdm|klat-connector|neon-chatbot|dnspython|attrs).*' \ No newline at end of file