rollback aiopathlib

This commit is contained in:
jxxghp
2026-03-24 09:06:44 +08:00
parent 80e35fa938
commit 78b8b30351
11 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ from typing import Any, Dict, Optional, Generator, AsyncGenerator, Tuple, Litera
import aiofiles
import aioshutil
from aiopathlib import AsyncPath
from anyio import Path as AsyncPath
from cachetools import LRUCache as MemoryLRUCache
from cachetools import TTLCache as MemoryTTLCache
from cachetools.keys import hashkey