Skip to content

Commit 78f2153

Browse files
authored
Merge pull request #366 from Scale3-Labs/development
fix dev deps versions
2 parents 5627f2c + 78055da commit 78f2153

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
@@ -38,7 +38,7 @@ requires-python = ">=3.9"
3838

3939
[project.optional-dependencies]
4040
dev = [
41-
"openai==1.30.1",
41+
"openai==1.45.0",
4242
"anthropic",
4343
"chromadb",
4444
"qdrant-client",
@@ -48,7 +48,7 @@ dev = [
4848
"langchain-community",
4949
"langchain-openai",
5050
"langchain-openai",
51-
"litellm",
51+
"litellm==1.48.7",
5252
"chromadb",
5353
"cohere",
5454
"qdrant_client",

0 commit comments

Comments
 (0)