cgi dependency is deprecated in Python 3.11, slated for removal in Python 3.13 #2803
Labels
bug
This issue is a confirmed bug.
dependencies
This issue is a problem in a dependency.
p2
This is a standard priority issue
Describe the bug
Python 3.11 deprecated the cgi module which botocore uses here. See python/cpython#91217.
Expected Behavior
botocore doesn't use deprecated code
Current Behavior
botocore uses deprecated code resulting in deprecation warnings when run on Python 3.11
Reproduction Steps
Possible Solution
No response
Additional Information/Context
No response
SDK version used
1.28.5
Environment details (OS name and version, etc.)
macOS and linux
The text was updated successfully, but these errors were encountered: