v0.11 🕺
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
- Advance python minimum version to 3.9 (#204) @maread99
- Migrate from
pytz
tozoneinfo
(#204) @maread99 - Update dependencies including changes required to support pandas 2.1.0 (#204) @maread99
Under-the-bonnet
- Drops
pydantic
in favor of in-housevalimp
package for validation/parsing of inputs to public functions (#204) @maread99