Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13 #717

Open
matthewfeickert opened this issue Jun 14, 2024 · 1 comment

Comments

@matthewfeickert
Copy link
Contributor

cgi is used in

but in the recast-atlas tests reana-client is raising

 DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13

as cgi is

Deprecated since version 3.11, will be removed in version 3.13: The cgi module is deprecated (see PEP 594 for details and alternatives).

The FieldStorage class can typically be replaced with urllib.parse.parse_qsl() for GET and HEAD requests, and the email.message module or multipart for POST and PUT. Most utility functions have replacements.

@matthewfeickert
Copy link
Contributor Author

As cgi was added in PR #490 could @mvidalgarcia and @audrium take a look at this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant