Skip to content

Commit b221c9f

Browse files
add version guard to new method
1 parent 9ac1260 commit b221c9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/posit/connect/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ def __init__(self, *args, **kwargs) -> None:
173173
self.session = session
174174
self._ctx = Context(self)
175175

176+
@requires("2025.01.0-dev")
176177
def with_user_session_token(self, token: str) -> Client:
177178
"""Create a new Client scoped to the user specified in the user session token.
178179

0 commit comments

Comments
 (0)