[PR #2059] [MERGED] fix: quote package names with extras in install commands #2092

Closed
opened 2026-02-17 17:23:03 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2059
Author: @Taewan-P
Created: 1/2/2026
Status: Merged
Merged: 1/3/2026
Merged by: @mdrxy

Base: mainHead: main


📝 Commits (1)

  • 37830ed fix: quote package names with extras in install commands

📊 Changes

9 files changed (+13 additions, -13 deletions)

View changed files

📝 src/langsmith/add-auth-server.mdx (+1 -1)
📝 src/langsmith/evaluate-complex-agent.mdx (+2 -2)
📝 src/langsmith/pytest.mdx (+2 -2)
📝 src/langsmith/quick-start-studio.mdx (+1 -1)
📝 src/langsmith/set-up-custom-auth.mdx (+1 -1)
📝 src/oss/langgraph/local-server.mdx (+1 -1)
📝 src/oss/python/integrations/providers/intel.mdx (+2 -2)
📝 src/oss/python/integrations/providers/vlite.mdx (+2 -2)
📝 src/oss/python/integrations/providers/xinference.mdx (+1 -1)

📄 Description

Overview

Add quotes to package names with extras. This prevents shell parsing issues. In some documents there were quotes and some were not, so I unified it to using double quotes. (Or else the commands would not properly execute)

Would Not Work (Parsing Error)

image

Would work

image

Type of change

Type: Fix typo/bug/link/formatting

Related issues/PRs

  • GitHub issue: N/A
  • Feature PR: N/A

Checklist

  • I have read the contributing guidelines
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed

(Internal team members only / optional): Create a preview deployment as necessary using the Create Preview Branch workflow


🔄 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/2059 **Author:** [@Taewan-P](https://github.com/Taewan-P) **Created:** 1/2/2026 **Status:** ✅ Merged **Merged:** 1/3/2026 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`37830ed`](https://github.com/langchain-ai/docs/commit/37830ed27c80128d8a477cf81339ad8e454d6876) fix: quote package names with extras in install commands ### 📊 Changes **9 files changed** (+13 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `src/langsmith/add-auth-server.mdx` (+1 -1) 📝 `src/langsmith/evaluate-complex-agent.mdx` (+2 -2) 📝 `src/langsmith/pytest.mdx` (+2 -2) 📝 `src/langsmith/quick-start-studio.mdx` (+1 -1) 📝 `src/langsmith/set-up-custom-auth.mdx` (+1 -1) 📝 `src/oss/langgraph/local-server.mdx` (+1 -1) 📝 `src/oss/python/integrations/providers/intel.mdx` (+2 -2) 📝 `src/oss/python/integrations/providers/vlite.mdx` (+2 -2) 📝 `src/oss/python/integrations/providers/xinference.mdx` (+1 -1) </details> ### 📄 Description ## Overview <!-- Brief description of what documentation is being added/updated --> Add quotes to package names with extras. This prevents shell parsing issues. In some documents there were quotes and some were not, so I unified it to using double quotes. (Or else the commands would not properly execute) ### Would Not Work (Parsing Error) <img width="701" height="100" alt="image" src="https://github.com/user-attachments/assets/b7a7d5c6-3514-4eb2-ab02-73c445e0132b" /> ### Would work <img width="701" height="130" alt="image" src="https://github.com/user-attachments/assets/0f3119c4-2e1b-49b3-9ee7-1d84b39d7b89" /> ## Type of change **Type:** Fix typo/bug/link/formatting ## Related issues/PRs <!-- Link to related issues, feature PRs, or discussions (if applicable) To automatically close an issue when this PR is merged, use closing keywords: - "closes #123" or "fixes #123" or "resolves #123" For regular references without auto-closing, just use: - "#123" or "See issue #123" Examples: - closes #456 (will auto-close issue #456 when PR is merged) - See #789 for context (will reference but not auto-close issue #789) --> - GitHub issue: N/A - Feature PR: N/A ## Checklist <!-- Put an 'x' in all boxes that apply --> - [x] I have read the [contributing guidelines](README.md) - [x] I have tested my changes locally using `docs dev` - [x] All code examples have been tested and work correctly - [x] I have used **root relative** paths for internal links - [ ] I have updated navigation in `src/docs.json` if needed (Internal team members only / optional): Create a preview deployment as necessary using the [Create Preview Branch workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml) --- <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:23:03 -05:00
yindo closed this issue 2026-02-17 17:23:03 -05:00
yindo changed title from [PR #2059] fix: quote package names with extras in install commands to [PR #2059] [MERGED] fix: quote package names with extras in install commands 2026-06-05 18:16:37 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#2092