From 1c540acb2499ad93e471737836a194a5938c71cc Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 21:02:50 +0000 Subject: [PATCH 1/2] Update Pyodide version in demo and documentation - Updated index.html to use Pyodide v0.29.1. - Added a "Requirements" section to README.md specifying the minimum Pyodide version. - Updated CHANGELOG.md to reflect the change. - Verified that the demo still works with the new Pyodide version. --- CHANGELOG.md | 1 + README.md | 4 ++++ index.html | 4 ++-- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 332cd49..821aa62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Updated documentation for accuracy and completeness. +- Updated Pyodide version in demo to v0.29.1. ## [0.1.0] - 2025-12-21 diff --git a/README.md b/README.md index 7a529ae..19c7f06 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,10 @@ hatch build pip install dist/imposition-0.1.0-py3-none-any.whl ``` +## Requirements + +The library and demo require Pyodide v0.29.1 or later. + ## Quick Start The following example demonstrates how to load an EPUB file and render it in a web page. diff --git a/index.html b/index.html index 120183e..b40a143 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,7 @@ - +