BaseTool importing not working

hey. Im having problem importing any of the classes to create a custom tool seems like the files are not where they should be. I have already install and uninstall the packages.
Im using: crewai-0.28.8
and
crewai_tools==0.1.6
. The errors I see is this one:
ImportError Traceback (most recent call last) Cell In[7], line 1 ----> 1 from crewai.tools import BaseTool ImportError: cannot import name ‘BaseTool’ from ‘crewai.tools’ (c:\Users\vieir\AppData\Local\Programs\Python\Python311\Lib\site-packages\crewai\tools_init_.py)