Skip to content

Commit 037fd9e

Browse files
authored
backend: temp fix for graph rendering (#434)
1 parent 8574505 commit 037fd9e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ langchain-community = ">=0.3.0,<0.4.0"
1616
langchain-openai = ">=0.3.12,<0.4.0"
1717
langchain-anthropic = ">=0.3.10,<0.4.0"
1818
langchain-weaviate = ">=0.0.3,<0.1.0"
19-
langgraph = ">=0.3.21,<0.4.0"
19+
# TODO: fix rendering in langgraph and update constraint
20+
langgraph = ">=0.3.21,<0.3.32"
2021
beautifulsoup4 = "^4.12.2"
2122
weaviate-client = "^4.0.0"
2223
lxml = "^4.9.3"

0 commit comments

Comments
 (0)