Fixed the broken Google Indexing API cron that had been failing since ~March 5. The LaunchAgent was using macOS system Python ( /usr/bin/python3 ) which lacked google auth and requests packages. Updated to use Python 3.11 at /Library/Frameworks/Python.framework/Versions/3.11/bin/python3 . Manually s