Skip to content

Commit

Permalink
Update openai requirement from ~=1.54.4 to ~=1.57.4 in /code/backend
Browse files Browse the repository at this point in the history
Updates the requirements on [openai](https://github.com/openai/openai-python) to permit the latest version.
- [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.54.4...v1.57.4)

---
updated-dependencies:
- dependency-name: openai
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 15, 2024
1 parent 980b9cc commit 22dd8c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ botbuilder-core~=4.16.2
botbuilder-azure~=4.16.2
botbuilder-integration-aiohttp~=4.16.2
botbuilder-dialogs~=4.16.2
openai~=1.54.4
openai~=1.57.4
opentelemetry-instrumentation-aiohttp-client~=0.49b2
opentelemetry-instrumentation-aiohttp-server~=0.49b2
pydantic~=2.9.2
Expand Down

0 comments on commit 22dd8c7

Please sign in to comment.