Skip to content

Commit 3cb9651

Browse files
committed
Requirements update
Updates nest_asyncio to most modern version.
1 parent 283da1d commit 3cb9651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"retry~=0.9",
2828
"aiohttp~=3.6",
2929
"minio~=5.0",
30-
"nest_asyncio>=1.2,<1.3"
30+
"nest_asyncio>=1.3"
3131
],
3232
extras_require={
3333
'test': [

0 commit comments

Comments
 (0)