From 2bc8ea9a2a5f8d551f3c196be9e649e4d640633f Mon Sep 17 00:00:00 2001 From: Speakeasy Bot Date: Fri, 20 Dec 2024 09:07:42 -0800 Subject: [PATCH] chore: update maturity section in README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 29864a3..40a10a6 100644 --- a/README.md +++ b/README.md @@ -648,8 +648,7 @@ s = Clerk(debug_logger=logging.getLogger("clerk_backend_api")) ## Maturity -This SDK is in beta, and there may be breaking changes between versions without a major version update. Therefore, we recommend pinning usage -to a specific package version. This way, you can install the same version each time without breaking changes unless you are intentionally +This SDK is in GA. We recommend pinning usage to a specific package version. This way, you can install the same version each time without breaking changes between major versions unless you are intentionally looking for the latest version. ## Contributions