Pymongo is not included as a dependency `0.3.8`
Closed this issue · 1 comments
jdcaballerov commented
Importing tavily causes the following import chain:
tavily/__init__.py
from .hybrid_rag import TavilyHybridClient
from pymongo.collection import Collection
pymongo is not included as a dependency.
carl-vbn commented
Thank you for reporting this issue. It was just used for typing, so we decided to remove it to avoid having to add a dependency.
The change has been published under version 0.3.9 on pip.