mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-24 17:28:40 +08:00
Bump Pillow to 9.5.* (#10046)
Release: https://pypi.org/pypi/Pillow/9.5.0 Homepage: https://python-pillow.org Changelog: https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst Diff: https://github.com/python-pillow/Pillow/compare/9.4.0...9.5.0
This commit is contained in:
@@ -54,6 +54,8 @@ class ImageDraw:
|
||||
fill: _Ink | None = None,
|
||||
outline: _Ink | None = None,
|
||||
width: float = 1,
|
||||
*,
|
||||
corners: tuple[bool, bool, bool, bool] | None = None,
|
||||
) -> None: ...
|
||||
def text(
|
||||
self,
|
||||
|
||||
Reference in New Issue
Block a user