elasticsearch.exceptions.UnsupportedProductError: The client noticed that the server is not a supported distribution of Elasticsearch
が出る場合。Python の elasticsearch ライブラリが 7.14 で、AWS の OpenSearch / Elasticsearch に接続すると出る。
% flutter downgrade v1.22.6
とすると、
There is no previously recorded version for channel "stable".
というエラーメッセージが出てダウングレードできない。
ダウングレードするには、Flutter の SDK ディレクトリで git checkout すると良い。