Major upgrade! Removed < python 3.10 support, modernized the setup, switched to a supported oauth lib, add a bunch of tests and fixes a lot of bugs.
I can't rule out that something broke along the way, but overall it should be better :)
What's Changed
- Add tests for Tag API methods by @beaufour in #146
- Modernize Python setup: require Python 3.10+, replace oauth2 with requests-oauthlib by @beaufour in #148
- Add comprehensive unit tests for Flickr API methods by @beaufour in #150
- Add comprehensive integration test against live Flickr API by @beaufour in #149
- Fix Walker crash on empty pages from Flickr API by @beaufour in #151
- Fix float timestamps breaking search filters by @beaufour in #152
- Add inline type hints for public API by @beaufour in #153
- Add documentation ported from wiki by @beaufour in #154
Full Changelog: v0.7.8...v0.8.0