Just upgrade aiohttp

This commit is contained in:
Benjamin Berman 2025-11-14 18:16:39 -08:00
parent de3684953d
commit bdb3c8f039

View File

@ -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]