66ccacdee1
caldav types declare ssl_verify_cert as Union[bool, str] but the value is passed through to httpx which accepts ssl.SSLContext. Add type: ignore annotation to satisfy the ty type checker in CI. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>