Originally posted by @sfc-gh-yutliu in #4020 (comment)
The require_dbt_version in these 3 versions is in incorrect format ">=1.0.0,<2.0.0", which should have been [">=1.0.0", "<2.0.0"].
The new version v1.0.1 is in correct format, however, dbt deps scans every history versions, so it fails.
I would like to know I could fix/delete/skip those history version 0.1.0, 0.1.1, 1.0.0. Any idea/guidance would be greatly appreciated! @dbeatty10