Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 6, 2024
1 parent f61960a commit 7b8f10d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -16,7 +16,7 @@ keywords = ["code review", "langchain", "llm"]
[tool.poetry.dependencies]
python = "~3.10"
langchain = ">=0.0.247,<0.0.355"
openai = ">=0.27.8,<1.24.0"
openai = ">=0.27.8,<1.26.0"
pydantic = ">=1.10.7,<3.0.0"
python-gitlab = ">=3.14,<5.0"
pygithub = ">=1.58.2,<3.0.0"
Expand Down

0 comments on commit 7b8f10d

Please sign in to comment.