diff --git a/pyproject.toml b/pyproject.toml index 520f18f0..07b9de6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -289,7 +289,7 @@ math = ["latex2mathml>=3.81.0"] macos = [ "py2app>=0.28.10; sys_platform == 'darwin'", "setuptools<83; sys_platform == 'darwin'", - "pyobjc>=12.2.1; sys_platform == 'darwin'", + "pyobjc>=12.2.2; sys_platform == 'darwin'", "apple-fm-sdk>=0.2.1; sys_platform == 'darwin'", ] github = [ diff --git a/requirements.txt b/requirements.txt index d8ebbf47..24d2a234 100644 --- a/requirements.txt +++ b/requirements.txt @@ -38,7 +38,7 @@ prismatoid>=0.17.3; sys_platform == "win32" # macOS platform integration (VoiceOver announcements, Keychain) and the # Apple Foundation Models backend used by Ask Quill on macOS. -pyobjc>=12.2.1; sys_platform == "darwin" +pyobjc>=12.2.2; sys_platform == "darwin" apple-fm-sdk>=0.2.1; sys_platform == "darwin" # Spell check (optional)