Skip to content

Commit f60429e

Browse files
chore(deps): update openai requirement in /store/backend
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.106.0...v2.3.0) --- updated-dependencies: - dependency-name: openai dependency-version: 2.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 199e348 commit f60429e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

store/backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies = [
4040
"orjson~=3.8",
4141
"flask_orjson~=2.0.0",
4242
"pgvector~=0.4",
43-
"openai~=1.106",
43+
"openai~=2.3",
4444
"tenacity~=9.1",
4545
]
4646

0 commit comments

Comments
 (0)