tastyware/tastytrade:v9.2
What's Changed
- Removes support for Python 3.8, which has now reached end of life
- Uses Python 3.9's simpler typing, removing the need to import
typing.List
andtyping.Dict
- Slightly improves streamer typing using bounded generic
TypeVar
s - Switches to the standard library's
ZoneInfo
instead of usingpytz
- Fixes a bug in
Equity.get_active_equities
where some results may not contain thelisted_market
field
Full Changelog: v9.1...v9.2