It's now possible to set the collection options for a frame within a given context, such as:
with MyFrame.with\_options(read\_preference=ReadPreference.SECONDARY): my\_frame = MyFrame.one()
🚀 This release also sees a move to pymongo>=3.9.0 requirements.