Skip to content

v0.11 🕺

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Sep 00:08
· 45 commits to master since this release

What's Changed

Loads

Important

Minimum supported Python version is now 3.9

market-prices no longer uses the third-party pytz library. From market_prices 0.11 time zones are represented by instances of ZoneInfo (see standard library zoneinfo).

Thank you pytz for all you did for as long as you did it!

Maintenance

Under-the-bonnet

  • Drops pydantic in favor of in-house valimp package for validation/parsing of inputs to public functions (#204) @maread99

New Features

  • Yahoo delay mappings added for Seoul and Shenzhen exchanges (#204) @maread99