Skip to content

Commit 2bdbee0

Browse files
Update pillow requirement from <12,>=11 to >=11,<13 in /workers
Updates the requirements on [pillow](https://github.com/python-pillow/Pillow) to permit the latest version. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](python-pillow/Pillow@11.0.0...12.1.1) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 754fbfc commit 2bdbee0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

workers/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
httpx>=0.28,<1
22
open-clip-torch>=2.26,<3
3-
Pillow>=11,<12
3+
Pillow>=11,<13
44
pytest>=8.4,<9

0 commit comments

Comments
 (0)