Skip to content

Conversation

mdrxy
Copy link
Collaborator

@mdrxy mdrxy commented Oct 7, 2025

No description provided.

@Copilot Copilot AI review requested due to automatic review settings October 7, 2025 20:32
@mdrxy mdrxy requested review from katmayb and lnhsingh as code owners 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
Copy link
Contributor

@Copilot Copilot AI left a comment

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.

Copy link
Contributor

github-actions bot commented Oct 7, 2025

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
@mdrxy mdrxy force-pushed the mdrxy/remove-pre branch from e6c6da3 to 27287b3 Compare October 7, 2025 21:12
@Copilot 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
Copy link
Contributor

@Copilot Copilot AI left a comment

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.

- **Alpha** (e.g., 1.0.0a1): Early preview, significant changes expected
- **Beta** (e.g., 1.0.0b1): Feature-complete, minor changes possible
- **Release Candidate** (e.g., 1.0.0rc1): Final testing before stable release

Copy link

Copilot AI Oct 7, 2025

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.

Copy link
Contributor

github-actions bot commented Oct 7, 2025

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

@mdrxy mdrxy self-assigned this Oct 13, 2025
Copy link
Contributor

Preview ID generated: preview-mdrxyr-1760382236-c399274

@Copilot Copilot AI review requested due to automatic review settings October 14, 2025 19:26
Copy link
Contributor

@Copilot Copilot AI left a comment

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.

- **Alpha** (e.g., `1.0.0a1`): Early preview, significant changes expected
- **Beta** (e.g., `1.0.0b1`): Feature-complete, minor changes possible
- **Release Candidate** (e.g., `1.0.0rc1`): Final testing before stable release

Copy link

Copilot AI Oct 14, 2025

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.

Copy link
Contributor

Preview ID generated: preview-mdrxyr-1760470018-afc31a8

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.

1 participant