Skip to content

Commit

Permalink
Fixes Windows Unit Test failures stemming from latest release of AIOH…
Browse files Browse the repository at this point in the history
…TTP.

Pins AIOHTTP to 3.10.5
  • Loading branch information
rashedmyt authored and prabhakk-mw committed Sep 27, 2024
1 parent 4617f41 commit a5207d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def run(self):
]

INSTALL_REQUIRES = [
"aiohttp>=3.7.4",
"aiohttp>=3.7.4, <=3.10.5",
"aiohttp_session[secure]",
"importlib-metadata",
"importlib-resources",
Expand Down

0 comments on commit a5207d4

Please sign in to comment.