GoogleCloudPlatform / GoogleCloudPlatform/appengine-python-standard

`cgi` module is deprecated

Open
#117 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
86
Forks
61
PR merge metrics
No merged PRs in 30d

Description

See [PEP 594](https://peps.python.org/pep-0594/#cgi). The `cgi` module is deprecated since version Python 3.11, will be removed in version Python 3.13.

Currently, a `DeprecationWarning` is emitted due to `appengine-python-standard` use of the `cgi` module.

```
.venv/lib/python3.12/site-packages/google/appengine/runtime/request_environment.py:29: DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13
import cgi
```

## Specifications

- Version: appengine-python-standard v1.1.6
- Platform: Linux 6.6.30-2 x86_64; Python 3.12.2

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.