Skip to content

Commit cb9fd06

Browse files
build: Require aiohttp v3.9.0+ (#789)
* Provide a lower bound of v3.9.0 for aiohttp.
1 parent 51a7c29 commit cb9fd06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ tqdm >= 4.32.2
66
requests
77
entrypoints
88
tenacity >= 5.0.2
9-
aiohttp ==3.9.2; python_version=="3.12"
9+
aiohttp >=3.9.0; python_version=="3.12"

0 commit comments

Comments
 (0)