Skip to content

Commit f66769a

Browse files

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

stubs/Pillow/METADATA.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = "9.4.*"
1+
version = "9.5.*"
22

33
[tool.stubtest]
44
stubtest_requirements = ["olefile"]

stubs/Pillow/PIL/ImageDraw.pyi

+2
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ class ImageDraw:
5454
fill: _Ink | None = None,
5555
outline: _Ink | None = None,
5656
width: float = 1,
57+
*,
58+
corners: tuple[bool, bool, bool, bool] | None = None,
5759
) -> None: ...
5860
def text(
5961
self,

0 commit comments

Comments
 (0)