From 29c956dab5f6925e7ce0b6c5f63055a8ae93615f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 06:33:02 +0000 Subject: [PATCH] build(deps): bump openai from 1.57.4 to 1.58.1 (#322) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> --- .github/workflows/ci_cd.yml | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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", ]