[PR #523] [MERGED] fix: getpass module call #1514

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/523
Author: @deepankarm
Created: 5/22/2024
Status: Merged
Merged: 5/22/2024
Merged by: @hinthornw

Base: mainHead: main


📝 Commits (1)

📊 Changes

5 files changed (+71 additions, -71 deletions)

View changed files

📝 examples/chatbot-simulation-evaluation/agent-simulation-evaluation.ipynb (+1 -1)
📝 examples/chatbot-simulation-evaluation/langsmith-agent-simulation-evaluation.ipynb (+1 -1)
📝 examples/multi_agent/agent_supervisor.ipynb (+1 -1)
📝 examples/multi_agent/hierarchical_agent_teams.ipynb (+67 -67)
📝 examples/multi_agent/multi-agent-collaboration.ipynb (+1 -1)

📄 Description

In a few notebooks, getpass call was incorrect resulting in a TypeError: 'module' object is not callable error. This PR fixes it.


🔄 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/523 **Author:** [@deepankarm](https://github.com/deepankarm) **Created:** 5/22/2024 **Status:** ✅ Merged **Merged:** 5/22/2024 **Merged by:** [@hinthornw](https://github.com/hinthornw) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`8054c9e`](https://github.com/langchain-ai/langgraph/commit/8054c9ea95b39a9f35dc552c7ac00dd1f0255585) fix: getpass module call ### 📊 Changes **5 files changed** (+71 additions, -71 deletions) <details> <summary>View changed files</summary> 📝 `examples/chatbot-simulation-evaluation/agent-simulation-evaluation.ipynb` (+1 -1) 📝 `examples/chatbot-simulation-evaluation/langsmith-agent-simulation-evaluation.ipynb` (+1 -1) 📝 `examples/multi_agent/agent_supervisor.ipynb` (+1 -1) 📝 `examples/multi_agent/hierarchical_agent_teams.ipynb` (+67 -67) 📝 `examples/multi_agent/multi-agent-collaboration.ipynb` (+1 -1) </details> ### 📄 Description In a few notebooks, `getpass` call was incorrect resulting in a `TypeError: 'module' object is not callable` error. This PR fixes it. --- <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:44:55 -05:00
yindo closed this issue 2026-02-20 17:44:55 -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#1514