diff --git a/pyproject.toml b/pyproject.toml index 601c336..53ab6ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ # Pyodide bundles a version of cryptography that is built for wasm, which may not match the # versions available on PyPI. Relax the version requirement since it's better than being # completely unable to import the package in case of version mismatch. - "cryptography >= 44.0.3; platform_system=='Emscripten'", + "cryptography >= 39.0.0; platform_system=='Emscripten'", # Android wheels for cryptography are not yet available on PyPI, so chaquopy uses # the builds from https://chaquo.com/pypi-13.1/cryptography/. But these are not regually # updated. Relax the version requirement since it's better than being completely unable diff --git a/web/heart_rate_monitor/heart_rate_monitor.html b/web/heart_rate_monitor/heart_rate_monitor.html index f44470f..775f609 100644 --- a/web/heart_rate_monitor/heart_rate_monitor.html +++ b/web/heart_rate_monitor/heart_rate_monitor.html @@ -3,7 +3,7 @@
- + diff --git a/web/speaker/speaker.html b/web/speaker/speaker.html index 1a9183d..3d6d510 100644 --- a/web/speaker/speaker.html +++ b/web/speaker/speaker.html @@ -4,7 +4,7 @@