Skip to content

1.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 May 13:04
· 132 commits to main since this release
1.6.0

Added

  • Improve error message for invalid markers (#569).
  • Increase robustness when deleting temporary directories on Windows (#460).
  • Add support for file dependencies with subdirectories (#467).

Changed

  • Replace tomlkit with tomli, which changes the interface of some internal classes (#483).
  • Deprecate Package.category (#561).

Fixed

  • Fix a performance regression in marker handling (#568).
  • Fix an issue where wildcard version constraints were not handled correctly (#402).
  • Fix an issue where poetry build created duplicate Python classifiers if they were specified manually (#578).
  • Fix an issue where local versions where not handled correctly (#579).

Vendoring