Skip to content

python-weather-0.4.0

Compare
Choose a tag to compare
@null8626 null8626 released this 06 Aug 06:08
· 225 commits to main since this release

An IMPORTANT and BREAKING update to python-weather is here!

The most significant change is the shift from using the MSN API to wttr.in, since Microsoft retired their API a few months ago (see #25), this means everything has to be rewritten, which means lots of breaking changes. Sorry!

Other changes include async with support for the Client so you don't have to call await client.close() every time you use it, fixed Dependabot Alerts, and minor changes to the README (#24)