You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reason = "CVE-2026-25645 (MEDIUM). requests.utils.extract_zipped_paths() uses a predictable temp path. Advisory explicitly states: 'Standard usage of the Requests library is not affected — only applications that call extract_zipped_paths() directly are impacted.' tf-playwright-stealth does not call this function. Fix requires requests>=2.33.0 which bumps the Python floor to >=3.10, incompatible with our Python >=3.9 support range."