**Issues Addressed:**
+ *LeaderboardPlayerDTO.gameName is missing?* by frissyn in 32
+ *Cannot get AccountDTO via client.get_user(puuid)* by neilsorkin19 in 34
+ *Deprecate ClientCaller?* by frissyn in 35
**Source Changelog**: https://github.com/frissyn/valorant.py/compare/v1.0.1...v1.0.2
Changelog
+ **Deprecated:**
+ `caller.ClientCaller` has been dropped. (internal class, non-breaking change)
+ **Changes:**
+ Add `route` parameter to `Client.get_user` and `Client.get_user_by_name`
+ Allow `LeaderboardDTO.gameName`, `.puuid`, and `.tagLine` to be `None` (i.e `Optional`)
+ Minor code optimizations (thanks to IanMGF)