We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
cgi is used in
cgi
reana-client/reana_client/api/client.py
Line 10 in 9a4dfc2
but in the recast-atlas tests reana-client is raising
recast-atlas
reana-client
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.
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.
The text was updated successfully, but these errors were encountered:
As cgi was added in PR #490 could @mvidalgarcia and @audrium take a look at this?
Sorry, something went wrong.
No branches or pull requests
cgi
is used inreana-client/reana_client/api/client.py
Line 10 in 9a4dfc2
but in the
recast-atlas
testsreana-client
is raisingas
cgi
isThe text was updated successfully, but these errors were encountered: