Fixes: https://github.com/nicklambourne/slackblocks/issues/31
Change List:
- Corrects out of date validation for `SectionBlock`, allowing `None` as a valid option for `text` when `fields` is provided.
- Adds a test for that use case, as well as several others related to the new validation.
- Shifts the `test_block` tests to using the new `fetch_sample` utility instead of `reads`.
- Bumps version to `v0.9.7`.
Breaking Changes:
- None