ibeam icon indicating copy to clipboard operation
ibeam copied to clipboard

Old version of requests library compared to ibind

Open b3kan opened this issue 1 year ago • 1 comments

Describe the bug I've setup CI/CD pipeline but it fails to run tests as pip isn't able to install requests library. here is error:

The conflict is caused by: The user requested requests<2.32.0 and >=2.30.0 ibeam 0.5.4 depends on requests==2.30.* ibind 0.1.4 depends on requests==2.31.*

To Reproduce put those two lines in requirements.txt file and instal with pip

ibeam==0.5.4 ibind==0.1.4

Suggest a Fix Upgrade ibeam requests library dependency version to 2.31.0

b3kan avatar Jul 15 '24 17:07 b3kan

Thanks for reporting @b3kan I'm currently travelling but I'll have this fixed ASAP 👍

Voyz avatar Jul 17 '24 04:07 Voyz

Hey @b3kan I'm sorry this took me embarrassingly long to reply to. I've fixed the issue in the meantime in one of the releases but since it was reported in another issue (https://github.com/Voyz/ibind/issues/16) I forgot to update you here. Thanks for reporting 👍

Voyz avatar Oct 30 '24 12:10 Voyz