Consensys / pythx

A Python library for the MythX smart contract security analysis platform
MIT License
33 stars 12 forks source link

release pythx 1.7.2 to bump requets to 0.25.1 #180

Open BlinkyStitt opened 3 years ago

BlinkyStitt commented 3 years ago

Description

I am trying to install pythx, but getting an error about requests being pinned to 2.25.0. When I look at your requirements.txt in the repo, you've already bumped it to 2.25.1

If you download the pythx-1.7.1.tar.gz from pypi, you can check the requirements.txt and see:

python-dateutil==2.8.1
inflection==0.5.1
PyJWT==1.7.1
requests==2.25.0
mythx-models==2.0.1
BlinkyStitt commented 3 years ago

Can you please release 1.7.2?

I think it might also be helpful if you bump the version in the setup.py after releasing so that its easier to keep track of the development version.

dieselbabyy commented 1 year ago

edit: nevermind - I should've checked first and saw that this has actually been turned into a newer, better tool that I look forward to using. please disregard