[PR #1711] [MERGED] docs: remove pydantic v1 fallback from how-tos #2251

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/1711
Author: @vbarda
Created: 9/12/2024
Status: Merged
Merged: 9/16/2024
Merged by: @nfcampos

Base: mainHead: vb/update-howtos-pydantic


📝 Commits (3)

  • 004fc6c docs: remove pydantic v1 fallback from how-tos
  • aafe724 sample callout
  • b6bf82e update to use callout

📊 Changes

7 files changed (+90 additions, -98 deletions)

View changed files

📝 docs/docs/how-tos/human_in_the_loop/wait-user-input.ipynb (+14 -16)
📝 docs/docs/how-tos/many-tools.ipynb (+16 -13)
📝 docs/docs/how-tos/map-reduce.ipynb (+14 -11)
📝 docs/docs/how-tos/pass-run-time-values-to-tools.ipynb (+14 -14)
📝 docs/docs/how-tos/state-context-key.ipynb (+14 -11)
📝 docs/docs/how-tos/state-model.ipynb (+15 -18)
📝 docs/docs/how-tos/tool-calling-errors.ipynb (+3 -15)

📄 Description

NOTE: this needs to be merged only after core==0.3.0 is released cc @isahers1


🔄 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/1711 **Author:** [@vbarda](https://github.com/vbarda) **Created:** 9/12/2024 **Status:** ✅ Merged **Merged:** 9/16/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `vb/update-howtos-pydantic` --- ### 📝 Commits (3) - [`004fc6c`](https://github.com/langchain-ai/langgraph/commit/004fc6cf9e6a4764a3be6091c41c946f5fd269ab) docs: remove pydantic v1 fallback from how-tos - [`aafe724`](https://github.com/langchain-ai/langgraph/commit/aafe72403036cfd63d250aa1d2794e57d749c396) sample callout - [`b6bf82e`](https://github.com/langchain-ai/langgraph/commit/b6bf82e35df0b9d9cae6e504868108867e9c5371) update to use callout ### 📊 Changes **7 files changed** (+90 additions, -98 deletions) <details> <summary>View changed files</summary> 📝 `docs/docs/how-tos/human_in_the_loop/wait-user-input.ipynb` (+14 -16) 📝 `docs/docs/how-tos/many-tools.ipynb` (+16 -13) 📝 `docs/docs/how-tos/map-reduce.ipynb` (+14 -11) 📝 `docs/docs/how-tos/pass-run-time-values-to-tools.ipynb` (+14 -14) 📝 `docs/docs/how-tos/state-context-key.ipynb` (+14 -11) 📝 `docs/docs/how-tos/state-model.ipynb` (+15 -18) 📝 `docs/docs/how-tos/tool-calling-errors.ipynb` (+3 -15) </details> ### 📄 Description NOTE: this needs to be merged only after core==0.3.0 is released cc @isahers1 --- <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:39 -05:00
yindo closed this issue 2026-02-20 17:46:39 -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#2251