-
-
Notifications
You must be signed in to change notification settings - Fork 413
CGI is not part of python as of 3.13 #545
Copy link
Copy link
Open
Description
The cgi module used to parse form data is not available any more as of python 3.13. For remi to continue, the dependency here https://github.com/rawpython/remi/blob/master/remi/server.py#L577 has to be removed
An idea would be to switch to legacy-cgi https://pypi.org/project/legacy-cgi/ . Another to replace the call by parse_qs from urllib. I am no expert, so the details would have to be worked out
On another note, when will the next release be made? The last release on pypi is from 2022 as it seems? https://pypi.org/project/remi/#history
Any feedback is appreciated.
Thanks,
Ben
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels