Skip to content

Commit ff8ce06

Browse files
Update dependencies in pyproject.toml
- Upgraded `openai` from version 1.35.3 to 1.93.0 - Updated `chromadb` from version 0.5.2 to 1.0.15 .
1 parent 846f858 commit ff8ce06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ classifiers = [
2121

2222
dependencies = [
2323
"click==8.1.7",
24-
"openai==1.35.3",
25-
"chromadb==0.5.2",
24+
"openai==1.93.0",
25+
"chromadb==1.0.15",
2626
"requests>=2.32.2,<3",
2727
"rich==13.7.1",
2828
"sqlite-utils==3.36",

0 commit comments

Comments
 (0)