Skip to content

Commit

Permalink
build(deps): bump openai from 1.57.4 to 1.58.1 (#322)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and RobPasMue authored Dec 18, 2024
1 parent 7dc00ae commit 29c956d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]
Expand Down

0 comments on commit 29c956d

Please sign in to comment.