Skip to content

Commit ebab441

Browse files
fix: loosen langgraph version pin from ==1.1.6 to >=1.1,<2 (#32)
1 parent 2aa0174 commit ebab441

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Changelog = "https://github.com/zurfjereluhmie/evalwire/blob/main/CHANGELOG.
3939
"Bug Tracker" = "https://github.com/zurfjereluhmie/evalwire/issues"
4040

4141
[project.optional-dependencies]
42-
langgraph = ["langgraph==1.1.6"]
42+
langgraph = ["langgraph>=1.1,<2"]
4343
langchain = ["openinference-instrumentation-langchain>=0.1"]
4444
openai = ["openinference-instrumentation-openai>=0.1"]
4545
llm-judge = ["langchain-core>=1.0,<2"]
@@ -74,7 +74,7 @@ demo = [
7474
"langchain>=1.0,<2",
7575
"langchain-core>=1.0,<2",
7676
"langchain-openai>=1.0,<2",
77-
"langgraph==1.1.6",
77+
"langgraph>=1.1,<2",
7878
"openai>=2.0,<3",
7979
"openinference-instrumentation-langchain>=0.1,<0.2",
8080
"python-dotenv>=1.0,<2",

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)