Seeing this warning in new 1.0.0 CLI
% es user get-profile
{
"first_name": "James",
"last_name": "Riley",
"country_code": "US",
"region_code": "CO",
"institution": "None",
"work_sector": "Non-Profit",
"user_id": "google-oauth2|106115916909116098379",
"primary_email": "jim.riley@earthscope.org",
"created_at": "2022-09-15T18:54:04.993144Z",
"updated_at": "2025-08-14T18:12:38.713876Z"
}
Task was destroyed but it is pending!
task: <Task pending name='Task-3' coro=<<async_generator_athrow without name>()>>
/Users/jriley/.pyenv/versions/3.13.2/lib/python3.13/asyncio/base_events.py:750: RuntimeWarning: coroutine method 'aclose' of 'RetrySettings.retry_context' was never awaited
self._ready.clear()
RuntimeWarning: Enable tracemalloc to get the object allocation traceback