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.