From d936b1aad1207e2c1451cc16f7d3cf0c4d9b6641 Mon Sep 17 00:00:00 2001 From: Giovx-Ui Date: Tue, 9 Sep 2025 01:37:49 +0200 Subject: [PATCH] Update jiter to >=0.10.0 to support Python version 3.14 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5c3985cc7c..9b35bc5a99 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "distro>=1.7.0, <2", "sniffio", "tqdm > 4", - "jiter>=0.4.0, <1", + "jiter>=0.10.0, <1", ] requires-python = ">= 3.8" classifiers = [