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>
This commit is contained in:
Mendon Kissling 2025-07-14 11:20:28 -04:00 committed by GitHub
commit 18103cd964
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View file

@ -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

View file

@ -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