New Feature
* 以下のメソッドを追加しました。
* `annofabapi.AnnofabApi.get_project_comments_url`
* `annofabapi.Wrapper.download_project_comments_url`
Enhancements
* `annofabapi.Wrapper.download_project_task_histories_url` などダウンロード用メソッドの引数`dest_path`の型ヒントを、`str`から`Union[str, pathlib.Path]`に変更しました。
Deprecation Schedule
* 以下のメソッドやクラスを 2022/08/23以降に廃止する予定です。
* `annofabapi.models.InspectionStatus`
* `annofabapi.AnnofabApi.get_project_inspections_url`
* `annofabapi.Wrapper.download_project_inspections_url`
What's Changed
* Update README.md :廃止予定の項目を追加 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-api-python-client/pull/422
* Annofab v0.138.0対応 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-api-python-client/pull/423
**Full Changelog**: https://github.com/kurusugawa-computer/annofab-api-python-client/compare/v0.54.1...v0.55.0