Skip to content

Commit

Permalink
Pin older aiohttp
Browse files Browse the repository at this point in the history
Works around test suite pytest-socket not quite blocking all connections, e.g. in aiohappyeyeballs `IndexError`.
  • Loading branch information
john-kurkowski committed Aug 21, 2024
1 parent 02ce33c commit bbb56eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ classifiers = [

dependencies = [
"aiofiles",
"aiohttp",
"aiohttp<3.10.0",
"click",
"openai",
"python-reapy",
Expand Down

0 comments on commit bbb56eb

Please sign in to comment.