Issues with Tavily Extract

I am getting error while using extract
response = tavily_client.extract(urls=urls)

AttributeError: ‘TavilyClient’ object has no attribute ‘extract’

what could be the issue?

The Tavily Extract feature is available in version 0.5.0 of the tavily-python package. Please ensure you have the most recent version installed.

You can easily upgrade the package by running the following command:
pip install --upgrade tavily-python