From e13b8c8304e584a1dc8bf5d27826b72d05a1f552 Mon Sep 17 00:00:00 2001 From: Alvaro Navarro Date: Fri, 27 Feb 2026 11:47:43 +0100 Subject: [PATCH] fix(verify): set verify sandbox parameter as deprecated --- verify/src/vonage_verify/requests.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/verify/src/vonage_verify/requests.py b/verify/src/vonage_verify/requests.py index 43d00c6b..2561af56 100644 --- a/verify/src/vonage_verify/requests.py +++ b/verify/src/vonage_verify/requests.py @@ -28,8 +28,8 @@ class SilentAuthChannel(Channel): redirect_url (str, Optional): Optional final redirect added at the end of the check_url request/response lifecycle. Will contain the `request_id` and `code` as a url fragment after the URL. - sandbox (bool, Optional): Whether you are using the sandbox to test Silent - Authentication integrations. + sandbox (bool, Optional): [Deprecated] Whether you are using the sandbox to test + Silent Authentication integrations. """ redirect_url: Optional[str] = None