application-research / pestuary

A Python SDK to interact with Estuary nodes
MIT License
2 stars 2 forks source link

can't import from estuary client #21

Open snissn opened 1 year ago

snissn commented 1 year ago
from estuary_client import UtilContentAddIpfsBody 

i think this is now TypesIpfsPin

failing

ImportError: cannot import name 'MainCreateCollectionBody' from 'estuary_client' (/opt/homebrew/lib/python3.10/site-packages/estuary_client/init.py)

i think when we upgrade estuary_clients from v2 to v3 we created some issues