Skip to content

tastyware/tastytrade:v9.2

Compare
Choose a tag to compare
@Graeme22 Graeme22 released this 02 Dec 19:33
· 11 commits to master since this release

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 and typing.Dict
  • Slightly improves streamer typing using bounded generic TypeVars
  • Switches to the standard library's ZoneInfo instead of using pytz
  • Fixes a bug in Equity.get_active_equities where some results may not contain the listed_market field

Full Changelog: v9.1...v9.2