Skip to content

Commit 5778338

Browse files
committed
fix: pin langgraph <= 1.1.6 to avoid GraphCallbackHandler breaking change
1 parent f141105 commit 5778338

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • instrumentation-genai/opentelemetry-instrumentation-langchain

instrumentation-genai/opentelemetry-instrumentation-langchain/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ instruments = ["langchain >= 0.3.21"]
3535
test = [
3636
"langchain-core >= 1.0.0",
3737
"langchain-openai >= 1.0.0",
38+
"langgraph <= 1.1.6",
3839
"pytest-recording >= 0.13.0",
3940
"vcrpy >= 7.0.0",
4041
"pyyaml >= 6.0.0",

0 commit comments

Comments
 (0)