ApifyWrapper import using Langchain

I installed all the necessary dependencies in my code but when I try to import ApifyWrapper using:

from langchain.utilities import ApifyWrapper

I get an Import error that says

ImportError: cannot import name 'ApifyWrapper' from 'langchain.utilities' (/usr/local/lib/python3.10/dist-packages/langchain/utilities/init.py)

I wanted to know to fix this issue
Was this page helpful?