vipyrsec / dragonfly-mainframe

The mainframe for Dragonfly
https://docs.vipyrsec.com/dragonfly-mainframe/
MIT License
5 stars 1 forks source link

Mainframe breaks on 3.12 #179

Closed AbooMinister25 closed 11 months ago

AbooMinister25 commented 11 months ago

uvloop is a sub-dependency of uvicorn, which mainframe depends upon. Currently, when installing uvloop, version 0.17 is installed - however 0.17 doesn't yet support 3.12, but uvloop's newest version, 0.19, does. Running a pdm update should do the trick.