diff --git a/pyproject.toml b/pyproject.toml index 3f80f98..00c5fee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ version = "1.0.2" description = "Intelligent photo migration helper for Apple Photos on macOS" requires-python = ">=3.13" dependencies = [ - "osxphotos", + "osxphotos>=0.75.6", "click", "pydantic", "websockets", diff --git a/uv.lock b/uv.lock index 3f88ec8..ecd09cd 100644 --- a/uv.lock +++ b/uv.lock @@ -481,7 +481,7 @@ requires-dist = [ { name = "aiohttp" }, { name = "click" }, { name = "customtkinter", specifier = ">=5.2.2" }, - { name = "osxphotos" }, + { name = "osxphotos", specifier = ">=0.75.6" }, { name = "pillow", specifier = ">=12.2.0" }, { name = "pydantic" }, { name = "websockets" },