New major release!
**Breaking changes**:
- streamer overhaul: you must now call `listen` with a specific event type.
- session is now an abstract class; you must create a `CertificationSession` or `ProductionSession`, which have different functionalities.
**New features**:
- less repetitive imports: certain objects, like `Account`, `DataStreamer`, and `ProductionSession`, can now be directly imported from the `tastytrade` module.
- new dxfeed REST API allows instances of `ProductionSession` to fetch events in a simpler way, bypassing the streamer
- `Underlying` is now a supported event type for the streamer and the REST API
- new docs sections for installation, sessions and streamer; more coming soon!
**Bugfixes/other**:
- fix incorrect return type for `AccountBalance` 72
- update certification accounts, which no longer can instantiate a streamer 73
- CI now checks a range of recent Python versions instead of just one
- fix illegal ABC implementation 74