1 parent 2446db6 commit a1f42f8Copy full SHA for a1f42f8
2 files changed
pyproject.toml
@@ -26,7 +26,7 @@ Changelog = "https://github.com/zurfjereluhmie/evalwire/blob/main/CHANGELOG.
26
"Bug Tracker" = "https://github.com/zurfjereluhmie/evalwire/issues"
27
28
[project.optional-dependencies]
29
-langgraph = ["langgraph==1.1.3"]
+langgraph = ["langgraph==1.1.6"]
30
langchain = ["openinference-instrumentation-langchain>=0.1"]
31
openai = ["openinference-instrumentation-openai>=0.1"]
32
llm-judge = ["langchain-core>=1.0,<2"]
@@ -60,7 +60,7 @@ demo = [
60
"langchain>=1.0,<2",
61
"langchain-core>=1.0,<2",
62
"langchain-openai>=1.0,<2",
63
- "langgraph==1.1.3",
+ "langgraph==1.1.6",
64
"openai>=2.0,<3",
65
"openinference-instrumentation-langchain>=0.1,<0.2",
66
"python-dotenv>=1.0,<2",
0 commit comments