[PR #1709] [MERGED] docs: remove mentions of pydantic_v1 in tutorials #2252

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/1709
Author: @vbarda
Created: 9/12/2024
Status: Merged
Merged: 9/16/2024
Merged by: @nfcampos

Base: mainHead: vb/update-tutorials-pydantic


📝 Commits (1)

  • 8a337e7 docs: remove mentions of pydantic_v1 in tutorials

📊 Changes

17 files changed (+1724 additions, -1705 deletions)

View changed files

📝 docs/docs/tutorials/chatbot-simulation-evaluation/langsmith-agent-simulation-evaluation.ipynb (+3 -1)
📝 docs/docs/tutorials/chatbots/information-gather-prompting.ipynb (+4 -2)
📝 docs/docs/tutorials/code_assistant/langgraph_code_assistant.ipynb (+3 -5)
📝 docs/docs/tutorials/customer-support/customer-support.ipynb (+2 -1)
📝 docs/docs/tutorials/extraction/retries.ipynb (+4 -3)
📝 docs/docs/tutorials/introduction.ipynb (+7 -5)
📝 docs/docs/tutorials/lats/lats.ipynb (+2 -1)
📝 docs/docs/tutorials/llm-compiler/LLMCompiler.ipynb (+2 -1)
📝 docs/docs/tutorials/plan-and-execute/plan-and-execute.ipynb (+2 -1)
📝 docs/docs/tutorials/rag/langgraph_adaptive_rag.ipynb (+4 -2)
📝 docs/docs/tutorials/rag/langgraph_agentic_rag.ipynb (+4 -2)
📝 docs/docs/tutorials/rag/langgraph_crag.ipynb (+3 -2)
📝 docs/docs/tutorials/rag/langgraph_self_rag.ipynb (+3 -2)
📝 docs/docs/tutorials/reflexion/reflexion.ipynb (+2 -1)
📝 docs/docs/tutorials/sql-agent.ipynb (+2 -1)
📝 docs/docs/tutorials/storm/storm.ipynb (+1675 -1674)
📝 docs/docs/tutorials/usaco/usaco.ipynb (+2 -1)

📄 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/1709 **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-tutorials-pydantic` --- ### 📝 Commits (1) - [`8a337e7`](https://github.com/langchain-ai/langgraph/commit/8a337e783b785c806a620e24a204e8831d53c1ce) docs: remove mentions of pydantic_v1 in tutorials ### 📊 Changes **17 files changed** (+1724 additions, -1705 deletions) <details> <summary>View changed files</summary> 📝 `docs/docs/tutorials/chatbot-simulation-evaluation/langsmith-agent-simulation-evaluation.ipynb` (+3 -1) 📝 `docs/docs/tutorials/chatbots/information-gather-prompting.ipynb` (+4 -2) 📝 `docs/docs/tutorials/code_assistant/langgraph_code_assistant.ipynb` (+3 -5) 📝 `docs/docs/tutorials/customer-support/customer-support.ipynb` (+2 -1) 📝 `docs/docs/tutorials/extraction/retries.ipynb` (+4 -3) 📝 `docs/docs/tutorials/introduction.ipynb` (+7 -5) 📝 `docs/docs/tutorials/lats/lats.ipynb` (+2 -1) 📝 `docs/docs/tutorials/llm-compiler/LLMCompiler.ipynb` (+2 -1) 📝 `docs/docs/tutorials/plan-and-execute/plan-and-execute.ipynb` (+2 -1) 📝 `docs/docs/tutorials/rag/langgraph_adaptive_rag.ipynb` (+4 -2) 📝 `docs/docs/tutorials/rag/langgraph_agentic_rag.ipynb` (+4 -2) 📝 `docs/docs/tutorials/rag/langgraph_crag.ipynb` (+3 -2) 📝 `docs/docs/tutorials/rag/langgraph_self_rag.ipynb` (+3 -2) 📝 `docs/docs/tutorials/reflexion/reflexion.ipynb` (+2 -1) 📝 `docs/docs/tutorials/sql-agent.ipynb` (+2 -1) 📝 `docs/docs/tutorials/storm/storm.ipynb` (+1675 -1674) 📝 `docs/docs/tutorials/usaco/usaco.ipynb` (+2 -1) </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#2252