Skip to content

Commit 076534f

Browse files
bump required connect verions for with_user_session_token() to 2025.01.0
1 parent 250e9a2 commit 076534f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/posit/connect/client.py

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

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

0 commit comments

Comments
 (0)