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]