Skip to content

chore: remove --pre from installation instructions#780

Merged
Mason Daugherty (mdrxy) merged 4 commits into
mainfrom
mdrxy/remove-pre
Oct 17, 2025
Merged

chore: remove --pre from installation instructions#780
Mason Daugherty (mdrxy) merged 4 commits into
mainfrom
mdrxy/remove-pre

Conversation

@mdrxy

Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings October 7, 2025 20:32
@github-actions github-actions Bot added langchain For docs changes to LangChain langgraph For docs changes to LangGraph oss labels Oct 7, 2025

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Removes pre-release installation flags and references now that stable v1 packages are assumed available. Updates all installation snippets to point to stable packages and removes a dedicated pre-release installation section.

  • Remove --pre / --prerelease=allow flags from Python install commands.
  • Remove @next tags from npm/pnpm/yarn/bun commands.
  • Delete the pre-release installation instruction block from versioning docs.

Reviewed Changes

Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.

Show a summary per file
File Description
src/oss/versioning.mdx Removes pre-release install instructions section.
src/oss/langgraph/workflows-agents.mdx Updates JS install commands to stable package names.
src/oss/langgraph/overview.mdx Replaces pre-release flags/tags with stable install commands.
src/oss/langgraph/install.mdx Updates both Python and JS install instructions to stable versions.
src/oss/langchain/quickstart.mdx Switches quickstart install commands from pre-release to stable.
src/oss/langchain/overview.mdx Updates core LangChain install instructions to stable packages.
src/oss/langchain/install.mdx Updates base and integration install instructions to stable packages.

@github-actions

github-actions Bot commented Oct 7, 2025

Copy link
Copy Markdown
Contributor

Preview ID generated: preview-mdrxyr-1759869178-bf1fa24

@github-actions github-actions Bot added the python For content related to the Python version of LangChain projects label Oct 7, 2025
Copilot AI review requested due to automatic review settings October 7, 2025 21:12
@github-actions github-actions Bot removed the python For content related to the Python version of LangChain projects label Oct 7, 2025

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Copilot reviewed 7 out of 7 changed files in this pull request and generated 1 comment.

Comment thread src/oss/versioning.mdx
@@ -179,32 +179,6 @@ We occasionally release alpha and beta versions for early testing:
- **Beta** (e.g., 1.0.0b1): Feature-complete, minor changes possible
- **Release Candidate** (e.g., 1.0.0rc1): Final testing before stable release

Copilot AI Oct 7, 2025

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The previously present 'To install pre-release versions' section (with pip/npm examples) was removed entirely, leaving the alpha/beta/RC descriptions without actionable guidance. Recommend restoring a concise note (e.g., 'Use pip install --pre ' / 'npm install @next') or linking to a central section so users can still test upcoming releases.

Suggested change
### How to install pre-release versions
To test alpha, beta, or release candidate versions, use the following commands:
```bash
# Python (pip)
pip install --pre langchain
pip install --pre langgraph
# Node.js (npm)
npm install langchain@next @langchain/core@next
npm install @langchain/langgraph@next

Copilot uses AI. Check for mistakes.
@github-actions

github-actions Bot commented Oct 7, 2025

Copy link
Copy Markdown
Contributor

Preview ID generated: preview-mdrxyr-1759871580-90d5471

@github-actions

Copy link
Copy Markdown
Contributor

Preview ID generated: preview-mdrxyr-1760382236-c399274

Copilot AI review requested due to automatic review settings October 14, 2025 19:26

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.

Comment thread src/oss/versioning.mdx
@@ -181,32 +181,6 @@ We occasionally release alpha and beta versions for early testing:
- **Beta** (e.g., `1.0.0b1`): Feature-complete, minor changes possible
- **Release Candidate** (e.g., `1.0.0rc1`): Final testing before stable release

Copilot AI Oct 14, 2025

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] This section still describes pre-release types (alpha/beta/RC) but the immediately preceding installation guidance for obtaining those pre-release builds was removed. Consider retaining a concise note (e.g., how to use pip install --pre or npm dist-tags like @next) so users who need to test forthcoming versions know how to access them, or explicitly state that pre-release installation is no longer supported.

Suggested change
> **How to install pre-release versions:**
> - For npm: Use the `@next` dist-tag (e.g., `npm install langchain@next`) or specify the pre-release version directly (e.g., `npm install langchain@1.0.0-beta.1`).
> - For pip: Use the `--pre` flag (e.g., `pip install --pre langchain`).

Copilot uses AI. Check for mistakes.
@github-actions

Copy link
Copy Markdown
Contributor

Preview ID generated: preview-mdrxyr-1760470018-afc31a8

@mdrxy Mason Daugherty (mdrxy) changed the title chore: remove --pre from installation instructions (MERGE ON V1 RELEASE) chore: remove --pre from installation instructions Oct 17, 2025
@mdrxy
Mason Daugherty (mdrxy) merged commit 80f2955 into main Oct 17, 2025
10 of 11 checks passed
@mdrxy
Mason Daugherty (mdrxy) deleted the mdrxy/remove-pre branch October 17, 2025 22:35
@github-actions

Copy link
Copy Markdown
Contributor

Preview ID generated: preview-mdrxyr-1760740514-e362710

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

langchain For docs changes to LangChain langgraph For docs changes to LangGraph oss

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants