diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 619325f..91f8f1e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,5 +1,7 @@ # Contributing +> **⚠️ This SDK is in maintenance mode.** New features and enhancements should target the [Confidence Resolver Python OpenFeature Provider](https://github.com/spotify/confidence-resolver/tree/main/openfeature-provider/python) instead. Only critical bug fixes will be accepted here. + ## Getting Involved We welcome contributions and are happy to discuss ideas, answer questions, and help you get started. diff --git a/README.md b/README.md index 9075ed2..4916c40 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # Python Confidence SDK +> **⚠️ This SDK is in maintenance mode.** +> We recommend migrating to the [Confidence Resolver Python OpenFeature Provider](https://github.com/spotify/confidence-resolver/tree/main/openfeature-provider/python), which offers better resilience and lower latency. +> +> This SDK will continue to receive critical bug fixes but no new features. + This repo contains the [Confidence](https://confidence.spotify.com/) Python SDK and the Confidence OpenFeature provider. We recommend using the [OpenFeature Python SDK](https://github.com/open-feature/python-sdk) to access Confidence feature flags. diff --git a/pyproject.toml b/pyproject.toml index 056f796..87c7dc7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,11 +16,12 @@ packages = {find = {exclude = ["demo"]}} [project] name = "spotify_confidence_sdk" dynamic = ["version"] -description = "Confidence provider for the OpenFeature SDK" +description = "[Maintenance mode] Confidence provider for the OpenFeature SDK — migrate to confidence-resolver" readme = "README.md" authors = [{ name = "Confidence team" }] license = { file = "LICENSE" } classifiers = [ + "Development Status :: 7 - Inactive", "Programming Language :: Python", "Programming Language :: Python :: 3" ]