Fixed
- Fixed an error in the
export
command when no lock file existed and a verbose flag was passed to the command. (#3310) - Fixed an error where the
pyproject.toml
was not reverted when using theadd
command. (#3622) - Fixed errors when using non-HTTPS indices. (#3622)
- Fixed errors when handling simple indices redirection. (#3622)
- Fixed errors when trying to handle newer wheels by using the latest version of
poetry-core
andpackaging
. (#3677) - Fixed an error when using some versions of
poetry-core
due to an incorrect import . (#3696)