Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump minimum version of Pillow to actual required minimum #1754

Merged
merged 1 commit into from Oct 26, 2022

Commits on Oct 26, 2022

  1. bump minimum version of Pillow to actual required minimum

    In commit a4fc7a1 handling of
    Image.Transpose enum members was added, which is introduced in Pillow
    9.1.0 as the superior way to handle constants:
    
    https://pillow.readthedocs.io/en/latest/deprecations.html#constants
    
    Previously, the minimum version was rather low. Make sure people cannot
    accidentally install WeasyPrint with too old Pillow.
    eli-schwartz committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    523f6a0 View commit details
    Browse the repository at this point in the history