kolibri
kolibri copied to clipboard
Upgrade Crowdin API Client to latest version
Observed behavior
We currently pin the crowdin-api-client to v1.8.0 here: https://github.com/learningequality/kolibri/blob/develop/packages/kolibri-tools/lib/i18n/crowdin.py#L31
We should update to the latest (at time of writing v1.16.0). This will involve some minor refactor of how we invoke all the methods, as the project id is now an optional kwarg instead of always being the first positional argument to the functions.