Skip to content

Commit d68c11d

Browse files
authored
chore(deps): Bump Pillow version constraint in google-cloud-documentai-toolbox (#17511)
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [x] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/google-cloud-python/issues) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [x] Ensure the tests and linter pass - [x] Code coverage does not decrease (if any source code was changed) - [x] Appropriate docs were updated (if necessary) [Removals (i.e., breaking changes) for 12.0.0 are documented on Pillow's release.](https://github.com/python-pillow/Pillow/releases/tag/12.0.0) Fixes #17510 🦕
1 parent adf7d27 commit d68c11d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/google-cloud-documentai-toolbox

packages/google-cloud-documentai-toolbox/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"intervaltree>=3.0.0",
6969
"pikepdf>=8.0.0, <11.0.0",
7070
"immutabledict>=2.0.0, <5.0.0",
71-
"Pillow>=10.0.0, <12.0.0",
71+
"Pillow>=10.0.0, <13.0.0",
7272
"Jinja2>=3.1.0, <4.0.0",
7373
),
7474
python_requires=">=3.10",

0 commit comments

Comments
 (0)