From dcd161133d4b44362ed2ecd7626b34350f07edd6 Mon Sep 17 00:00:00 2001 From: Jeremiah Lowin <153965+jlowin@users.noreply.github.com> Date: Thu, 22 May 2025 11:13:41 -0400 Subject: [PATCH] Update docs/getting-started/installation.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- docs/getting-started/installation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/installation.mdx b/docs/getting-started/installation.mdx index 3707f6416..af632a44d 100644 --- a/docs/getting-started/installation.mdx +++ b/docs/getting-started/installation.mdx @@ -66,7 +66,7 @@ While we make every effort not to introduce backwards incompatible changes to ou As a practice, breaking changes will only occur on minor version changes (e.g., 2.3.x to 2.4.0). A minor version change indicates either: - A significant new feature set that warrants a new minor version -- An implementation of breaking changes that could affect behavior if users upgrade blindly +- Introducing breaking changes that may affect behavior on upgrade For users concerned about stability in production environments, we recommend pinning FastMCP to a specific version in your dependencies.