docs: add xxhash explicitly to docs pyproject.toml (#3998)

It's not getting picked up from the dev requirements for some reason.
This commit is contained in:
Eugene Yurtsev
2025-03-24 12:58:33 -04:00
committed by GitHub
parent 3f4d1c66c2
commit f178e4205f
2 changed files with 1513 additions and 1955 deletions
+1512 -1955
View File
File diff suppressed because it is too large Load Diff
+1
View File
@@ -10,6 +10,7 @@ readme = "README.md"
python = "^3.10"
aiohappyeyeballs = "2.4.3"
hub = "^3.0.1"
xxhash = "^3.5.0"
[tool.poetry.group.docs.dependencies]
langgraph = { path = "../libs/langgraph/", develop = true }