From c1d2f6c6a593eca2e7468c3239d6d6541d9a0561 Mon Sep 17 00:00:00 2001 From: Zanie Adkins Date: Tue, 23 May 2023 09:49:25 -0500 Subject: [PATCH] Update readme regarding stability --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e6578f..a065b7b 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ This plugin will only relax constraints specified with a caret (`^`). Upper cons > Is this plugin stable? -This plugin is brand new! Poetry just added their plugin system recently. Efforts will be made to avoid changes in behavior, but it'll be valuable to gather feedback on this plugin in its early stages before releasing a stable version. However, the test suite is thorough and common cases should be well covered. +This plugin is tested against multiple versions of Poetry and has an integration focused test suite. It is safe to use this in production, though it is recommend to pin versions. Breaking changes will be avoided unless infeasible due to upstream changes in Poetry. > Will this plugin drop the upper bound on Python itself?