From 9db6e39fa1f83a251b52703daeb3562f63d01e03 Mon Sep 17 00:00:00 2001 From: hingebase Date: Sun, 31 May 2026 15:11:32 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=93=8C=20Python=203.14+freethreaded?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .python-version | 2 +- pyproject.toml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.python-version b/.python-version index 6324d40..fb59d01 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.14 +3.14+freethreaded diff --git a/pyproject.toml b/pyproject.toml index 380108b..4372ae7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,6 +23,7 @@ classifiers = [ "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.14", + "Programming Language :: Python :: Free Threading :: 1 - Unstable", "Programming Language :: Python :: Implementation :: CPython", "Topic :: System :: Archiving :: Mirroring", "Typing :: Typed", @@ -33,7 +34,7 @@ dependencies = [ "distributed >=2026.1.1", "filelock >=3.24.0", "hishel[fastapi,httpx,requests] >=1.1.10", - "httptools >=0.7.1", + "httptools >=0.8.0", "httpx-aiohttp >=0.1.9", "jinja2 >=3.1.5", "kiss-headers >=2.4.0", From 3993d4b583addb4599ebe0165d8d75e648816335 Mon Sep 17 00:00:00 2001 From: hingebase Date: Sat, 13 Jun 2026 06:57:47 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20msgpack=201.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 4372ae7..5debe70 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,6 +38,7 @@ dependencies = [ "httpx-aiohttp >=0.1.9", "jinja2 >=3.1.5", "kiss-headers >=2.4.0", + "msgpack >=1.2.0", "packaging >=26.0.0", "pooch >=1.9.0", "pydantic >=2.12.1",