aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/Pillow/py3/PIL/_deprecate.py
diff options
context:
space:
mode:
authorkickbutt <kickbutt@yandex-team.com>2024-01-23 23:36:43 +0300
committerkickbutt <kickbutt@yandex-team.com>2024-01-23 23:55:22 +0300
commitfe742a0b69a530f86d1ea7aa84978d673256f8b7 (patch)
treea045a5eb8dba770797e84d0b233098605396027d /contrib/python/Pillow/py3/PIL/_deprecate.py
parentbd7d89b121ae7b9f4427766292c950fcc91c2975 (diff)
downloadydb-fe742a0b69a530f86d1ea7aa84978d673256f8b7.tar.gz
Fix separator in CUDA_ARCHITECTURES
Diffstat (limited to 'contrib/python/Pillow/py3/PIL/_deprecate.py')
-rw-r--r--contrib/python/Pillow/py3/PIL/_deprecate.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/python/Pillow/py3/PIL/_deprecate.py b/contrib/python/Pillow/py3/PIL/_deprecate.py
index 2f2a3df13e..33a0e07b3f 100644
--- a/contrib/python/Pillow/py3/PIL/_deprecate.py
+++ b/contrib/python/Pillow/py3/PIL/_deprecate.py
@@ -47,6 +47,8 @@ def deprecate(
raise RuntimeError(msg)
elif when == 11:
removed = "Pillow 11 (2024-10-15)"
+ elif when == 12:
+ removed = "Pillow 12 (2025-10-15)"
else:
msg = f"Unknown removal version: {when}. Update {__name__}?"
raise ValueError(msg)