From fbc915c15f972b165e4150c1c26d08674f66f81e Mon Sep 17 00:00:00 2001 From: Bryan Bosely Date: Mon, 21 Apr 2025 15:40:45 -0400 Subject: [PATCH] feat: access control segmentation BREAKING CHANGE: ScopeID is now required to create a new profile attachment Signed-off-by: Bryan Bosely --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ea8440..83360f6 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Service Name | Module Name | Imported Class Name * An [IBM Cloud][ibm-cloud-onboarding] account. * An IAM API key to allow the SDK to access your account. Create one [here](https://cloud.ibm.com/iam/apikeys). -* Python 3.7 or above. +* Python 3.12 or above. ## Installation