Skip to content

Conversation

@tyler-romero
Copy link
Contributor

@tyler-romero tyler-romero commented Dec 3, 2024

Pillow 11 is the first version that supports Python 3.13, using pillow 9 broke test-comprehensive for the Python 3.13 part of the matrix.

Confirmation it works: https://github.com/groundlight/python-sdk/actions/runs/12150031217/job/33882229025?pr=283

frozendict = "^2.3.2"
pillow = ">=9.0.0" # TODO: We may want to mark pillow (and numpy) as extra (https://python-poetry.org/docs/master/pyproject#extras)
pydantic = ">=2.0,<3.0.0"
pillow = ">=11.0.0" # TODO: We may want to mark pillow (and numpy) as extra (https://python-poetry.org/docs/master/pyproject#extras)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pillow 11 is the first version that has support for python 3.13

@tyler-romero tyler-romero marked this pull request as ready for review December 3, 2024 22:14
pillow = "^9.0.0"
pydantic = "^2.0"
python = ">=3.9.0,<4.0"
Sphinx = {version = "^7.2.6", python = ">=3.9,<4.0"}
Copy link
Contributor Author

@tyler-romero tyler-romero Dec 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these are all no-ops but use poetry formatting in the standard way

Copy link
Collaborator

@brandon-wada brandon-wada left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@tyler-romero tyler-romero merged commit 27a4786 into main Dec 4, 2024
8 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.

3 participants