Skip to content

Commit f1549fe

Browse files
chore(deps): update openai requirement in /libs/kotaemon
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.23.6...v2.6.1) --- updated-dependencies: - dependency-name: openai dependency-version: 2.6.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6c69900 commit f1549fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/kotaemon/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies = [
4343
"chromadb<=1.2.2",
4444
"llama-index-vector-stores-chroma>=0.1.9",
4545
"llama-index-vector-stores-lancedb",
46-
"openai>=1.23.6,<2",
46+
"openai>=1.23.6,<3",
4747
"matplotlib",
4848
"matplotlib-inline",
4949
"openpyxl>=3.1.2,<3.2",

0 commit comments

Comments
 (0)