From 283f0afdb5efe3fa9132cc3200afeed5963e830c Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Thu, 11 Jun 2026 00:15:52 -0700 Subject: [PATCH] release: archivebox 0.9.35rc22 --- Dockerfile | 1 + etc/package.json | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f510faa9..6f66a845 100644 --- a/Dockerfile +++ b/Dockerfile @@ -117,6 +117,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked,id=apt-$TARGETARCH$T && /usr/bin/uv pip install setuptools pip wheel \ && /usr/bin/uv sync \ --refresh \ + --python-platform linux \ --no-dev \ --inexact \ --no-install-project \ diff --git a/etc/package.json b/etc/package.json index fd0913d7..dd042a44 100644 --- a/etc/package.json +++ b/etc/package.json @@ -1,6 +1,6 @@ { "name": "archivebox", - "version": "0.9.35rc21", + "version": "0.9.35rc22", "repository": "github:ArchiveBox/ArchiveBox", "license": "MIT", "dependencies": { diff --git a/pyproject.toml b/pyproject.toml index fc8f218c..6dc986e5 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "archivebox" -version = "0.9.35rc21" +version = "0.9.35rc22" requires-python = ">=3.13" description = "Self-hosted internet archiving solution." authors = [{name = "Nick Sweeting", email = "pyproject.toml@archivebox.io"}]