From 18103cd9641251b882068a9fef6b09fc1725cfd8 Mon Sep 17 00:00:00 2001 From: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Mon, 14 Jul 2025 11:20:28 -0400 Subject: [PATCH] docs: patch versions may differ between OSS and Desktop (#9016) * semver * make-h3 * move-version-match-note * comma * important * Update docs/docs/Support/release-notes.md Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> --------- Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> --- docs/docs/Develop/install-custom-dependencies.mdx | 2 +- docs/docs/Support/release-notes.mdx | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/docs/Develop/install-custom-dependencies.mdx b/docs/docs/Develop/install-custom-dependencies.mdx index ff07b12e9..78f04d361 100644 --- a/docs/docs/Develop/install-custom-dependencies.mdx +++ b/docs/docs/Develop/install-custom-dependencies.mdx @@ -16,7 +16,7 @@ Add the dependency and version to `requirements.txt` on separate lines in the fo Restart Langflow Desktop to install the dependencies. -If you need to change or uninstall custom dependencies. edit the `requirements.txt` file, and then restart Langflow Desktop. +If you need to change or uninstall custom dependencies, edit the `requirements.txt` file, and then restart Langflow Desktop. ## Install custom dependencies in Langflow OSS diff --git a/docs/docs/Support/release-notes.mdx b/docs/docs/Support/release-notes.mdx index 4572700c7..3ce6ca615 100644 --- a/docs/docs/Support/release-notes.mdx +++ b/docs/docs/Support/release-notes.mdx @@ -3,10 +3,12 @@ title: Langflow release notes slug: /release-notes --- -This page summarizes significant changes to Langflow in each release. +This page summarizes significant changes to Langflow in each release. For all changes, see the [Changelog](https://github.com/langflow-ai/langflow/releases/latest). +Due to strict SemVer requirements, Langflow Desktop can have different patch versions than the core Langflow OSS Python package, but the major and minor versions are aligned. + ## Prepare to upgrade :::important