'HTTPResponse' object has no attribute 'strict' の解決方法2023年06月09日 13時20分04秒

検索すると、対象によって、原因と解決方法が幾つかある感じ。poetry を使って、python モジュールのバージョン管理をしている。ところが、poetry update で一部のモジュールの取得に失敗する。なお、venv 環境。
'HTTPResponse' object has no attribute 'strict'

pip を更新すると、解決出来るようだ。

venv $ pip3 install --upgrade poetry