transifex-client will stop working on Nov 30
rffontenelle opened this issue · 1 comments
rffontenelle commented
transifex-client uses Transifex APIv2, which will sunset on Nov 30. It was replaced with the new Transifex CLI tool. This new tool is written in Go language, so can't be imported in Python scripts.
Alternatives to the deprecated transifex-client are: run the aforementioned CLI tool, use the transifex-python SDK (see SDK docs and the API reference docs) or use the API directly — the API reference docs has examples written in Python.
kazanzhy commented
@rffontenelle thank you for your notification.
I updated CI/CD pipeline to use a new CLI tool.