Open pdbg opened 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.
@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
notional>=0.4.1
notional>=0.5.1
What's your opinion?
With latest Notional SDK release, it's breaking Page create operation which now accepts to have Database reference instead of Database object.