Skip to content

Commit

Permalink
Python: Bump openai from 0.27.9 to 0.28.0 in /python (#2711)
Browse files Browse the repository at this point in the history
Bumps [openai](https://github.com/openai/openai-python) from 0.27.9 to 0.28.0.
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Shawn Callegari <36091529+shawncal@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 14, 2023
1 parent edab102 commit 03a76bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions python/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 python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ packages = [{include = "semantic_kernel"}]
[tool.poetry.dependencies]
python = "^3.8"
numpy = "^1.24.2"
openai = "^0.27.0"
openai = ">=0.27,<0.29"
aiofiles = "^23.1.0"
python-dotenv = "1.0.0"
regex = "^2023.6.3"
Expand Down

0 comments on commit 03a76bf

Please sign in to comment.