Skip to content

Commit

Permalink
build: Require aiohttp v3.9.0+ (#789)
Browse files Browse the repository at this point in the history
* Provide a lower bound of v3.9.0 for aiohttp.
  • Loading branch information
matthewfeickert authored Apr 3, 2024
1 parent 51a7c29 commit cb9fd06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ tqdm >= 4.32.2
requests
entrypoints
tenacity >= 5.0.2
aiohttp ==3.9.2; python_version=="3.12"
aiohttp >=3.9.0; python_version=="3.12"

0 comments on commit cb9fd06

Please sign in to comment.