aiologger icon indicating copy to clipboard operation
aiologger copied to clipboard

aiofiles locked dependency

Open s0undt3ch opened this issue 3 years ago • 1 comments

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...

s0undt3ch avatar Dec 15 '21 07:12 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...

I'm ok with loosing up this dependency. Would you like to submit a PR, @s0undt3ch ?

diogommartins avatar Dec 29 '21 17:12 diogommartins