diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 7b5b24b..ee717c4 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -56,6 +56,7 @@ jobs: library-name: ${{ env.LIBRARY_NAME }} operating-system: ${{ matrix.os }} python-version: ${{ matrix.python-version }} + whitelist-license-check: "attrs" # This has MIT license but fails the check tests: name: "Tests" diff --git a/pyproject.toml b/pyproject.toml index ecd7257..1a5a5cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ tests = [ "pytest-cov==6.0.0", "pytest-retry==1.6.3", "requests==2.32.3", - "openai==1.57.4", + "openai==1.58.1", "jsonschema==4.23.0", "gitpython==3.1.43", ]