[PR #863] [MERGED] ref envrionment switcher #1093

Closed
opened 2026-02-17 17:21:42 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/863
Author: @mdrxy
Created: 10/13/2025
Status: Merged
Merged: 10/13/2025
Merged by: @mdrxy

Base: mainHead: mdrxy/fix-venv-src


📝 Commits (10+)

  • d7328c7 .
  • 1a1c052 update imports for tool node (#848)
  • 363c53c patch(langchain): remove tool node documentation from langchain page (#849)
  • f58b62f fix(langchain): update python reference to reflected changes in namespace (#850)
  • 7527332 new middleware page (#844)
  • 78cdad7 Harrison/changes (#851)
  • 9295ed1 oss: code snippet fixes + other minor changes (#852)
  • ecad437 feat: use new interactive HTML application for middleware (#853)
  • 27b4864 revert interactive diagram (#860)
  • 8cbe423 Merge branch 'main' into mdrxy/fix-venv-src

📊 Changes

8 files changed (+395 additions, -334 deletions)

View changed files

📝 reference/python/.gitignore (+1 -0)
📝 reference/python/Makefile (+29 -3)
📝 reference/python/README.md (+101 -29)
📝 reference/python/pyproject.dev.toml (+1 -1)
reference/python/pyproject.prod.toml (+182 -0)
📝 reference/python/pyproject.toml (+3 -3)
reference/python/switch-config.sh (+59 -0)
📝 reference/python/uv.lock (+19 -298)

📄 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/docs/pull/863 **Author:** [@mdrxy](https://github.com/mdrxy) **Created:** 10/13/2025 **Status:** ✅ Merged **Merged:** 10/13/2025 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `mdrxy/fix-venv-src` --- ### 📝 Commits (10+) - [`d7328c7`](https://github.com/langchain-ai/docs/commit/d7328c7369386fa6fdb6498b860dba9348597d65) . - [`1a1c052`](https://github.com/langchain-ai/docs/commit/1a1c0520c3c9d217c421095770e5b6b86644112b) update imports for tool node (#848) - [`363c53c`](https://github.com/langchain-ai/docs/commit/363c53cee7e9af8b29b6a8c12978334c372704b2) patch(langchain): remove tool node documentation from langchain page (#849) - [`f58b62f`](https://github.com/langchain-ai/docs/commit/f58b62f3daafbd610ac169c50458253be27f403f) fix(langchain): update python reference to reflected changes in namespace (#850) - [`7527332`](https://github.com/langchain-ai/docs/commit/75273329e30aee475491c7141add24f60cb3329a) new middleware page (#844) - [`78cdad7`](https://github.com/langchain-ai/docs/commit/78cdad794d704c6bd85de56f6b0d9702e46dce31) Harrison/changes (#851) - [`9295ed1`](https://github.com/langchain-ai/docs/commit/9295ed1e365a750a2ceaf9ca0003be05a7d7f8a3) oss: code snippet fixes + other minor changes (#852) - [`ecad437`](https://github.com/langchain-ai/docs/commit/ecad43701e41484c370d0149510e572b875b6717) feat: use new interactive HTML application for middleware (#853) - [`27b4864`](https://github.com/langchain-ai/docs/commit/27b4864939f1ff1cbf2c791c9840ff77adaec54d) revert interactive diagram (#860) - [`8cbe423`](https://github.com/langchain-ai/docs/commit/8cbe42340442f6e3748fa675d232fa38ad5ccea7) Merge branch 'main' into mdrxy/fix-venv-src ### 📊 Changes **8 files changed** (+395 additions, -334 deletions) <details> <summary>View changed files</summary> 📝 `reference/python/.gitignore` (+1 -0) 📝 `reference/python/Makefile` (+29 -3) 📝 `reference/python/README.md` (+101 -29) 📝 `reference/python/pyproject.dev.toml` (+1 -1) ➕ `reference/python/pyproject.prod.toml` (+182 -0) 📝 `reference/python/pyproject.toml` (+3 -3) ➕ `reference/python/switch-config.sh` (+59 -0) 📝 `reference/python/uv.lock` (+19 -298) </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-17 17:21:42 -05:00
yindo closed this issue 2026-02-17 17:21:42 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#1093