paperboi / kindle2notion

Export all clippings from your Kindle device to a database in Notion.
https://pypi.org/project/kindle2notion/
MIT License
903 stars 120 forks source link

Fixed database reference issue #86

Open pdbg opened 1 year ago

pdbg commented 1 year ago

With latest Notional SDK release, it's breaking Page create operation which now accepts to have Database reference instead of Database object.

pdbg commented 1 year ago

@paperboi I don't think so this change is backward compatible with notional previous versions. We need to also provide minimal version into the requirements.txt

notional>=0.4.1 to notional>=0.5.1

What's your opinion?