The [docstring for `client.new_client_from_environment()`](https://github.com/1Password/connect-sdk-python/blob/5f8ffd8c562a95cb889824e59a1644c3c2675aaf/src/onepasswordconnectsdk/client.py#L398-L408) states it takes a `token` argument: ``` Parameters: url: The url of the 1Password Connect API token: The 1Password Service Account token ``` but there is no token argument, only a `url` argument. Either update the documentation or add the argument to the function.