aiologger
aiologger copied to clipboard
aiofiles locked dependency
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...
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 ?