Skip to content

Conversation

@gokhanmeteerturk
Copy link

This updates the version constraint for the pillow dependency in the pyproject.toml file, removing the upper version limit. This allows the project to use future versions of pillow beyond 11.0.

I tested the project (and ran tests) with latest pillow version. 12.0.1 (with python 3.10 3.11 3.12 3.13 and 3.14) and all tests passed.

Dependency update:

  • Removed the upper version limit for the pillow dependency, changing the requirement from pillow>=9.3,<11.0 to pillow>=9.3 in pyproject.toml.

@qTipTip
Copy link
Owner

qTipTip commented Jan 21, 2026

Hi, @gokhanmeteerturk! Thanks for looking into this! I'll take a look!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants