Appengine-python-standard

Latest version: v1.1.10

Safety actively analyzes 722460 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 4

1.1.11

This release uses the 'legacy-cgi' package instead of the traditional cgi package which got removed from python 3.13.
legacy-cgi is used for python versions above 3.9.

1.1.9

This version introduces a new environment variable (POOL_SIZE_URLLIB3) which can be used the configure the urllib3 connection pool size.
The value of this variable can be set in the range [10,100]. this value defaults to 10 in any other case. To use this feature, version number in _requirements.txt_ should be such that v1.1.9 or above is picked up. (valid examples: appengine-python-standard>=1.0 or appengine-python-standard==1.1.9)

Example app.yaml file:


runtime: python39
app_engine_apis: true
env_variables:
POOL_SIZE_URLLIB3: 50

1.1.8

This version introduces a new environment variable which can be used the configure the urllib3 connection pool size.

1.1.7

1.1.6

This version includes an update to the NDB package - the `msgprop` module was added to provide back-compatibility with App Engine first generation.

Additionally, an internal package was added to support this module - `google.appengine._internal.protorpc`.

1.1.5

Update the Memcache SDK with 'peek' methods to fetch item timestamps.

Page 1 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.