···5959 meta = {
6060 homepage = "https://gitlab.gnome.org/jpu/casilda";
6161 description = "Simple Wayland compositor widget for Gtk 4 which can be used to embed other processes windows in Gtk 4 application";
6262- maintainers = with lib.maintainers; [ emaryn ];
6262+ maintainers = with lib.maintainers; [ ];
6363 license = lib.licenses.lgpl21Plus;
6464 platforms = lib.platforms.unix;
6565 };
···11diff --git a/pyproject.toml b/pyproject.toml
22-index 451d83d9..817b27ea 100644
22+index 7d665b6a..55f2f210 100644
33--- a/pyproject.toml
44+++ b/pyproject.toml
55@@ -16,7 +16,7 @@ dependencies = [
66 "img2pdf>=0.5",
77 "packaging>=20",
88 "pdfminer.six>=20220319",
99-- "pi-heif", # Heif image format - maintainers: if this is removed, it will NOT break
1010-+ "pillow-heif", # Heif image format - maintainers: if this is removed, it will NOT break
1111- "pikepdf>=8.10.1, != 9.8.0",
99+- "pi-heif", # Heif image format - maintainers: if this is removed, it will NOT break
1010++ "pillow-heif", # Heif image format - maintainers: if this is removed, it will NOT break
1111+ "pikepdf>=8.10.1,!=9.8.0",
1212 "Pillow>=10.0.1",
1313 "pluggy>=1",
1414diff --git a/src/ocrmypdf/_pipeline.py b/src/ocrmypdf/_pipeline.py