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
Safer Python installer downloads: Restores Python's default TLS certificate and hostname verification for release downloads.
Release package alignment: Bumps npm, PyPI, and mobile wrapper versions for the v1.3.69 release.
Fixes and improvements
Restored verified HTTPS behavior in the Python release installer by removing the custom insecure SSL context from download requests.
Added Python tests to ensure installer download calls use the default secure urllib behavior.
Bumped npm, Python, and mobile version metadata for the release.
Upgrade notes
Python wrapper installs now rely on the system/Python CA trust store. Environments using TLS interception or custom certificate authorities must configure their trust store correctly.