Skip to content

Commit

Permalink
reverting aiohttp-retry version in setup
Browse files Browse the repository at this point in the history
  • Loading branch information
sbansla committed Oct 28, 2024
1 parent cc284ac commit 8214c64
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 @@ -24,7 +24,7 @@
"requests >= 2.0.0",
"PyJWT >= 2.0.0, < 3.0.0",
"aiohttp>=3.8.4",
"aiohttp-retry>=2.8.3",
"aiohttp-retry==2.8.3",
],
packages=find_packages(exclude=["tests", "tests.*"]),
include_package_data=True,
Expand Down

0 comments on commit 8214c64

Please sign in to comment.