From bdb3c8f039c7a5a7c06d342012fd489f413dbd4c Mon Sep 17 00:00:00 2001 From: Benjamin Berman Date: Fri, 14 Nov 2025 18:16:39 -0800 Subject: [PATCH] Just upgrade aiohttp --- pyproject.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f6e6f375c..174afa215 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,8 +33,8 @@ dependencies = [ "peft>=0.10.0", "torchinfo", "safetensors>=0.4.2", - "aiohttp>=3.11.8", - "yarl>=1.9.4", + "aiohttp>=3.13.2", + "yarl>=1.22.0", "accelerate>=0.25.0", "pyyaml>=6.0", "scikit-image>=0.20.0", @@ -119,7 +119,8 @@ dependencies = [ "requests_cache", "universal_pathlib", # yanked propcache is omitted - "propcache!=0.4.0", + # we want this upgraded + "propcache>=0.4.1", ] [build-system]