You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why is aiologger locking the aiofiles dependency?
This a library, shouldn't it be using a constrain instead? aiofiles>=0.4.0
Because now, any other project is forced to use aiofiles==0.4.0 or it can result in a broken dependency tree if a newer version of aiofiles is required by any other dependency...
The text was updated successfully, but these errors were encountered:
Why is aiologger locking the aiofiles dependency? This a library, shouldn't it be using a constrain instead? aiofiles>=0.4.0
Because now, any other project is forced to use aiofiles==0.4.0 or it can result in a broken dependency tree if a newer version of aiofiles is required by any other dependency...
I'm ok with loosing up this dependency. Would you like to submit a PR, @s0undt3ch ?
Why is aiologger locking the aiofiles dependency?
This a library, shouldn't it be using a constrain instead?
aiofiles>=0.4.0
Because now, any other project is forced to use
aiofiles==0.4.0
or it can result in a broken dependency tree if a newer version of aiofiles is required by any other dependency...The text was updated successfully, but these errors were encountered: