[PR #431] [MERGED] langgraph[minor]: 0.2, make @langchain/core a peer dependency to avoid conflicts #752

Closed
opened 2026-02-15 19:15:47 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/431
Author: @jacoblee93
Created: 8/30/2024
Status: Merged
Merged: 9/2/2024
Merged by: @jacoblee93

Base: mainHead: jacob/0.2


📝 Commits (10+)

📊 Changes

68 files changed (+3180 additions, -2252 deletions)

View changed files

📝 README.md (+1 -1)
📝 docs/_scripts/copy_notebooks.py (+2 -5)
📝 docs/docs/how-tos/index.md (+15 -1)
📝 docs/docs/tutorials/chatbots/img/diagram.png (+0 -0)
📝 docs/docs/tutorials/index.md (+8 -4)
📝 docs/mkdocs.yml (+14 -8)
📝 environment_tests/test-exports-cf/package.json (+1 -0)
📝 environment_tests/test-exports-cjs/package.json (+1 -0)
📝 environment_tests/test-exports-esbuild/package.json (+1 -0)
📝 environment_tests/test-exports-esm/package.json (+1 -0)
📝 environment_tests/test-exports-tsc/main.ts (+3 -1)
📝 environment_tests/test-exports-tsc/package.json (+1 -0)
📝 environment_tests/test-exports-vercel/package.json (+1 -0)
📝 environment_tests/test-exports-vite/package.json (+1 -0)
examples/chatbots/customer_support_mistral.ipynb (+0 -564)
examples/chatbots/customer_support_small_model.ipynb (+845 -0)
📝 examples/chatbots/img/diagram.png (+0 -0)
📝 examples/how-tos/add-summary-conversation-history.ipynb (+1 -1)
📝 examples/how-tos/branching.ipynb (+164 -84)
📝 examples/how-tos/breakpoints.ipynb (+1 -1)

...and 48 more files

📄 Description

CC @nfcampos @dqbd @bracesproul


🔄 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/langgraphjs/pull/431 **Author:** [@jacoblee93](https://github.com/jacoblee93) **Created:** 8/30/2024 **Status:** ✅ Merged **Merged:** 9/2/2024 **Merged by:** [@jacoblee93](https://github.com/jacoblee93) **Base:** `main` ← **Head:** `jacob/0.2` --- ### 📝 Commits (10+) - [`459eff7`](https://github.com/langchain-ai/langgraphjs/commit/459eff743bf36e004b5927a235880c1bfc81b337) Make @langchain/core a peer dependency to avoid conflicts - [`2b8945a`](https://github.com/langchain-ai/langgraphjs/commit/2b8945ab8e6b3a552fbd766843dc878148b6a266) Bump deps - [`f6b6148`](https://github.com/langchain-ai/langgraphjs/commit/f6b61480c6e575fc7d3579bf0b2c7007a87dd7b0) Bump version - [`8e295f1`](https://github.com/langchain-ai/langgraphjs/commit/8e295f1773fc5267820c211f05b072581a5893ed) Clean up sqlite entrypoint - [`7bd1794`](https://github.com/langchain-ai/langgraphjs/commit/7bd17948f32d726ced274fc046728aae1b4c7025) Fix export tests - [`c952c93`](https://github.com/langchain-ai/langgraphjs/commit/c952c935d1f016540ba95ca84f86d23646d90091) Remove build artifacts - [`86929d8`](https://github.com/langchain-ai/langgraphjs/commit/86929d80aa29ed010102a56500cf0bea6bbe0581) Fix test - [`3a3a193`](https://github.com/langchain-ai/langgraphjs/commit/3a3a193d46241fd7cf27be114637177adbce866a) Fix format - [`869678c`](https://github.com/langchain-ai/langgraphjs/commit/869678cb31c3d08a7686e8a390b822c63cdbeaec) [docs]: more how-tos (#430) - [`16968cb`](https://github.com/langchain-ai/langgraphjs/commit/16968cbbbae77371243222577fb122e44bf5e2fe) Merge branch 'main' into jacob/0.2 ### 📊 Changes **68 files changed** (+3180 additions, -2252 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -1) 📝 `docs/_scripts/copy_notebooks.py` (+2 -5) 📝 `docs/docs/how-tos/index.md` (+15 -1) 📝 `docs/docs/tutorials/chatbots/img/diagram.png` (+0 -0) 📝 `docs/docs/tutorials/index.md` (+8 -4) 📝 `docs/mkdocs.yml` (+14 -8) 📝 `environment_tests/test-exports-cf/package.json` (+1 -0) 📝 `environment_tests/test-exports-cjs/package.json` (+1 -0) 📝 `environment_tests/test-exports-esbuild/package.json` (+1 -0) 📝 `environment_tests/test-exports-esm/package.json` (+1 -0) 📝 `environment_tests/test-exports-tsc/main.ts` (+3 -1) 📝 `environment_tests/test-exports-tsc/package.json` (+1 -0) 📝 `environment_tests/test-exports-vercel/package.json` (+1 -0) 📝 `environment_tests/test-exports-vite/package.json` (+1 -0) ➖ `examples/chatbots/customer_support_mistral.ipynb` (+0 -564) ➕ `examples/chatbots/customer_support_small_model.ipynb` (+845 -0) 📝 `examples/chatbots/img/diagram.png` (+0 -0) 📝 `examples/how-tos/add-summary-conversation-history.ipynb` (+1 -1) 📝 `examples/how-tos/branching.ipynb` (+164 -84) 📝 `examples/how-tos/breakpoints.ipynb` (+1 -1) _...and 48 more files_ </details> ### 📄 Description CC @nfcampos @dqbd @bracesproul --- <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-15 19:15:47 -05:00
yindo closed this issue 2026-02-15 19:15:47 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs#752