Skip to content

Commit

Permalink
build(deps): bump openai from 0.28.1 to 1.44.1
Browse files Browse the repository at this point in the history
Bumps [openai](https://github.com/openai/openai-python) from 0.28.1 to 1.44.1.
- [Release notes](https://github.com/openai/openai-python/releases)
- [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md)
- [Commits](openai/openai-python@v0.28.1...v1.44.1)

---
updated-dependencies:
- dependency-name: openai
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 11, 2024
1 parent df99f28 commit 9c3ecc9
Show file tree
Hide file tree
Showing 2 changed files with 187 additions and 14 deletions.
199 changes: 186 additions & 13 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ semver = "commitizen.version_schemes:SemVer"
python = "^3.10"
boto3 = "^1.28.51"
langchain = "^0.1.0"
openai = "^0.28.0"
openai = ">=0.28,<1.45"
requests = "^2.31.0"
pydantic = "^2.3.0"
aws-lambda-powertools = "^2.25.0"
Expand Down

0 comments on commit 9c3ecc9

Please sign in to comment.