What's Changed * `utils.py`に多言語化メッセージを取得するための`get_message_for_i18n`関数を追加しました。 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-api-python-client/pull/458 * 関数の微修正 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-api-python-client/pull/459
What's Changed * `Wrapper`クラスに`download`, `execute_http_get`関数を用意 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-api-python-client/pull/456
What's Changed * `Wrapper`クラスに`get_editor_annotation_or_none`関数を追加 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-api-python-client/pull/455
What's Changed * Annofab v0.141.0対応 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-api-python-client/pull/443 * Annofab v0.142.0 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-api-python-client/pull/445 * 不必要にリトライしないように変更しました。 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-api-python-client/pull/446 * Annofab v0.144.0対応 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-api-python-client/pull/449 * `operate_task`をラップする関数の引数に`last_updated_datetime`を追加した by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-api-python-client/pull/454
What's Changed * Update README.md by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-api-python-client/pull/438 * `annofabapi.Wrapper..wait_until_job_finished`関数のログメッセージを修正しました。 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-api-python-client/pull/436 * Update README.md by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-api-python-client/pull/434 * initiate_tasks_generation_by_csvの修正 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-api-python-client/pull/433 * Annofab v0.140.1対応 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-api-python-client/pull/441 * `Wrapper.download_full_annotation_archive`の不具合を修正 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-api-python-client/pull/442
What's Changed * [docstring] `generated_api.py`のdoctsringの`_from`を`from`に変更した。 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-api-python-client/pull/429 * ステータスコードが429のときは、`Retry-After`ヘッダ値だけ待つようにする by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-api-python-client/pull/431