chore(docs): bump langgraph in docs & reformat all docs (#32044)

Trying to unblock documentation build pipeline

* Bump langgraph dep in docs
* Update langgraph in lock file (resolves an issue in API reference
generation)
This commit is contained in:
Eugene Yurtsev
2025-07-15 11:06:59 -04:00
committed by GitHub
parent 3b9dd1eba0
commit 7a36d6b99c
55 changed files with 3236 additions and 3145 deletions

View File

@@ -608,7 +608,7 @@ From the opposite direction, scientists use `LangChain` in research and referenc
f"""
## {paper.title}
- **Authors:** {', '.join(paper.authors)}
- **Authors:** {", ".join(paper.authors)}
- **arXiv id:** [{paper.arxiv_id}]({paper.url}) **Published Date:** {paper.published_date}
- **LangChain:**