Old version of requests library compared to ibind
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
Thanks for reporting @b3kan I'm currently travelling but I'll have this fixed ASAP 👍
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 👍