[PR #1682] [MERGED] docs: update how-tos to support pydantic v1 and v2 #2227

Closed
opened 2026-02-20 17:46:35 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/1682
Author: @vbarda
Created: 9/11/2024
Status: Merged
Merged: 9/11/2024
Merged by: @vbarda

Base: mainHead: vb/pydantic-support


📝 Commits (10+)

  • 0a73e5e docs: put everything in the docs folder instead of examples
  • df8a08d delete examples directory
  • 8d67483 bring back js helper
  • a0358a0 bring back python helpers
  • 25d3f7e Merge branch 'main' into vb/remove-examples-and-copy-notebooks
  • 486f29a run link check on docs
  • 2f986e3 exclude py files
  • 88b4259 add images properly
  • 72e83ca fix tnt
  • 170f222 fix link

📊 Changes

15 files changed (+865 additions, -469 deletions)

View changed files

📝 docs/docs/how-tos/create-react-agent-hitl.ipynb (+343 -325)
📝 docs/docs/how-tos/human_in_the_loop/wait-user-input.ipynb (+1 -1)
📝 docs/docs/how-tos/many-tools.ipynb (+2 -2)
📝 docs/docs/how-tos/map-reduce.ipynb (+1 -1)
📝 docs/docs/how-tos/memory/delete-messages.ipynb (+1 -3)
📝 docs/docs/how-tos/memory/manage-conversation-history.ipynb (+2 -4)
📝 docs/docs/how-tos/pass-run-time-values-to-tools.ipynb (+1 -1)
📝 docs/docs/how-tos/recursion-limit.ipynb (+2 -2)
📝 docs/docs/how-tos/state-context-key.ipynb (+19 -39)
📝 docs/docs/how-tos/state-model.ipynb (+12 -1)
📝 docs/docs/how-tos/streaming-subgraphs.ipynb (+4 -3)
📝 docs/docs/how-tos/subgraph.ipynb (+2 -1)
📝 docs/docs/how-tos/tool-calling-errors.ipynb (+14 -7)
📝 poetry.lock (+459 -79)
📝 pyproject.toml (+2 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langgraph/pull/1682 **Author:** [@vbarda](https://github.com/vbarda) **Created:** 9/11/2024 **Status:** ✅ Merged **Merged:** 9/11/2024 **Merged by:** [@vbarda](https://github.com/vbarda) **Base:** `main` ← **Head:** `vb/pydantic-support` --- ### 📝 Commits (10+) - [`0a73e5e`](https://github.com/langchain-ai/langgraph/commit/0a73e5e1c6a834400f679fc1b058285c5f4c25d6) docs: put everything in the docs folder instead of examples - [`df8a08d`](https://github.com/langchain-ai/langgraph/commit/df8a08dab3b116be9543b07d37957f3793d194b5) delete examples directory - [`8d67483`](https://github.com/langchain-ai/langgraph/commit/8d67483e5d6816966310a1b99eb90464516af5b5) bring back js helper - [`a0358a0`](https://github.com/langchain-ai/langgraph/commit/a0358a0a2297753baa7fd166d7fb19345522f446) bring back python helpers - [`25d3f7e`](https://github.com/langchain-ai/langgraph/commit/25d3f7ed01331b2ad9e4a87ab66a714dfebece65) Merge branch 'main' into vb/remove-examples-and-copy-notebooks - [`486f29a`](https://github.com/langchain-ai/langgraph/commit/486f29acab19bb9254ac94b899974377a84c02bb) run link check on docs - [`2f986e3`](https://github.com/langchain-ai/langgraph/commit/2f986e3944767996d7729cc254f336b763e0af21) exclude py files - [`88b4259`](https://github.com/langchain-ai/langgraph/commit/88b4259b8858bc643c242ae42f886ac984b8715b) add images properly - [`72e83ca`](https://github.com/langchain-ai/langgraph/commit/72e83ca7eb31e9e9d05062d8a72ca63167c5ec8a) fix tnt - [`170f222`](https://github.com/langchain-ai/langgraph/commit/170f2221f22c8ca536e47be1865e7e6c42675705) fix link ### 📊 Changes **15 files changed** (+865 additions, -469 deletions) <details> <summary>View changed files</summary> 📝 `docs/docs/how-tos/create-react-agent-hitl.ipynb` (+343 -325) 📝 `docs/docs/how-tos/human_in_the_loop/wait-user-input.ipynb` (+1 -1) 📝 `docs/docs/how-tos/many-tools.ipynb` (+2 -2) 📝 `docs/docs/how-tos/map-reduce.ipynb` (+1 -1) 📝 `docs/docs/how-tos/memory/delete-messages.ipynb` (+1 -3) 📝 `docs/docs/how-tos/memory/manage-conversation-history.ipynb` (+2 -4) 📝 `docs/docs/how-tos/pass-run-time-values-to-tools.ipynb` (+1 -1) 📝 `docs/docs/how-tos/recursion-limit.ipynb` (+2 -2) 📝 `docs/docs/how-tos/state-context-key.ipynb` (+19 -39) 📝 `docs/docs/how-tos/state-model.ipynb` (+12 -1) 📝 `docs/docs/how-tos/streaming-subgraphs.ipynb` (+4 -3) 📝 `docs/docs/how-tos/subgraph.ipynb` (+2 -1) 📝 `docs/docs/how-tos/tool-calling-errors.ipynb` (+14 -7) 📝 `poetry.lock` (+459 -79) 📝 `pyproject.toml` (+2 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-20 17:46:35 -05:00
yindo closed this issue 2026-02-20 17:46:35 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#2227