Skip to content

1.0.3

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Jan 17:26
· 1891 commits to master since this release
1.0.3
ed44342

Fixed

  • Fixed an error which caused the configuration environment variables (like POETRY_HTTP_BASIC_XXX_PASSWORD) to not be used (#1909).
  • Fixed an error where the --help option was not working (#1910).
  • Fixed an error where packages from private indices were not decompressed properly (#1851).
  • Fixed an error where the version of some PEP-508-formatted wheel dependencies was not properly retrieved (#1932).
  • Fixed internal regexps to avoid potential catastrophic backtracking errors (#1913).
  • Fixed performance issues when custom indices were defined in the pyproject.toml file (#1892).
  • Fixed the get_requires_for_build_wheel() function of masonry.api which wasn't returning the proper result (#1875).