Skip to content

Commit e6c6163

Browse files
committed
Updated modules
1 parent b21f9a8 commit e6c6163

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/pyproject.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ authors = [
1414

1515
# Common dependencies that are always needed
1616
dependencies = [
17-
"langchain-core==0.3.59",
17+
"langchain-core==0.3.62",
1818
"httpx==0.28.1",
1919
"oracledb~=3.1",
20-
"plotly==6.0.1",
20+
"plotly==6.1.2",
2121
]
2222

2323
[project.optional-dependencies]
2424
# Server component dependencies
2525
# torch is installed via requirements for platform specifics
2626
server = [
27-
"bokeh==3.7.2",
27+
"bokeh==3.7.3",
2828
"evaluate==0.4.3",
2929
"fastapi==0.115.12",
3030
"faiss-cpu==1.11.0",
@@ -33,13 +33,13 @@ server = [
3333
"langchain-cohere==0.4.4",
3434
"langchain-community==0.3.24",
3535
"langchain-huggingface==0.2.0",
36-
"langchain-ollama==0.3.2",
37-
"langchain-openai==0.3.16",
38-
"langgraph==0.4.3",
39-
"litellm==1.69.2",
40-
"llama_index==0.12.36",
36+
"langchain-ollama==0.3.3",
37+
"langchain-openai==0.3.18",
38+
"langgraph==0.4.7",
39+
"litellm==1.71.1",
40+
"llama_index==0.12.37",
4141
"lxml==5.4.0",
42-
"matplotlib==3.10.1",
42+
"matplotlib==3.10.3",
4343
"oci~=2.0",
4444
"psutil==7.0.0",
4545
"python-multipart==0.0.20",

0 commit comments

Comments
 (0)