infobyte / faraday

Open Source Vulnerability Management Platform
https://www.faradaysec.com
GNU General Public License v3.0
4.78k stars 885 forks source link

Update for sqlalchemy >= 1.4.0 #441

Open sbrun opened 2 years ago

sbrun commented 2 years ago

What's the problem this feature will solve? Faraday is not compatible with SQLAlchemy version >= 1.4.0. This Python module has already been uploaded in Debian and will be soon in kali-rolling

Describe the solution you'd like Please update faraday to be compatible with sqlalchemy >=1.4.0

Additional context FTR the Python module nplusone is also not compatible with sqlalchemy >= 1.4.0

aenima-x commented 2 years ago

@sbrun do you have an ETA of when kali will upgrade?

sbrun commented 2 years ago

I have no ETA but the sooner the better. SQLAlchemy >=1.4 is already in kali-dev and its "migration" into kali-rolling is blocked automatically because of Faraday. So Faraday is not broken in kali-rolling and will not be broken. I think the changes in Faraday are not simple.

aenima-x commented 2 years ago

@sbrun This is a big change for us, we are adding this to our roadmap. But its not easy change, can you give me an estimate or a deadline of when you need this fixed?

sbrun commented 2 years ago

I plan to embed the "old" version of SQLAlchemy in Faraday in the Kali package to give you time to upgrade Faraday. So I really have no deadline for you.

aenima-x commented 2 years ago

@sbrun Great, thank you. This will give us time to finish some big changes we are making. We will fix this as soon as we can.

I'll leave this issue open to let you know when its done.