From 076534f984aac21f257c99656db33b853fd8c003 Mon Sep 17 00:00:00 2001 From: Matt Conflitti Date: Thu, 23 Jan 2025 15:42:47 -0500 Subject: [PATCH] bump required connect verions for with_user_session_token() to 2025.01.0 --- src/posit/connect/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/posit/connect/client.py b/src/posit/connect/client.py index ce14525d..b4f5c9cc 100644 --- a/src/posit/connect/client.py +++ b/src/posit/connect/client.py @@ -173,7 +173,7 @@ def __init__(self, *args, **kwargs) -> None: self.session = session self._ctx = Context(self) - @requires("2025.01.0-dev") + @requires("2025.01.0") def with_user_session_token(self, token: str) -> Client: """Create a new Client scoped to the user specified in the user session token.