livetennisapi 1.0.2
Fixed
A 403 on the history endpoint could not be attributed to a tier.
/history/matches used to be the entitlement floor, so nothing needed to name a tier for it. With the new FREE tier below it, a free key calling that method got an UpgradeRequired carrying no required-tier, leaving the caller with the API's bare upgrade_required and no idea which plan to buy. /history now maps to BASIC.
Mutation-verified: removing the mapping makes the new test fail.
Full changelog: https://github.com/livetennisapi/livetennisapi-python/blob/main/CHANGELOG.md