Skip to content

Conversation

@ShiroEirin
Copy link
Contributor

Summary

  • Change pillow requirement from * to >=11.0.0 in pyproject.toml
  • Update poetry.lock with Pillow 12.1.0

Reason

Pillow 10.3.0 (currently locked in poetry.lock) does not support Python 3.13, which was released on October 7, 2024.

Pillow 11.0.0+ is required for Python 3.13 compatibility.

This aligns with the version already specified in requirements.txt (Pillow==11.0.0).

- Change pillow requirement from "*" to ">=11.0.0" in pyproject.toml
- Update poetry.lock with Pillow 12.1.0

Pillow 10.3.0 does not support Python 3.13, which was released on
October 7, 2024. Pillow 11.0.0+ is required for Python 3.13 compatibility.
@lioensky lioensky merged commit b9975df into lioensky:main Feb 1, 2026
2 checks passed
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