Voyz / ibeam

IBeam is an authentication and maintenance tool used for the Interactive Brokers Client Portal Web API Gateway.
Apache License 2.0
547 stars 111 forks source link

Old version of requests library compared to ibind #206

Open b3kan opened 2 months ago

b3kan commented 2 months ago

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

Voyz commented 2 months ago

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