flask-gae_blobstore icon indicating copy to clipboard operation
flask-gae_blobstore copied to clipboard

flask extension for working with the blobstore and file api's on google app engine.

Results 6 flask-gae_blobstore issues
Sort by recently updated
recently updated
newest added

This PR updates [flask](https://pypi.org/project/flask) from **1.1.1** to **2.2.2**. Changelog ### 2.2.2 ``` ------------- Released 2022-08-08 - Update Werkzeug dependency to >= 2.2.2. This includes fixes related to the new faster...

- https://developers.google.com/appengine/docs/python/blobstore/#Writing_Files_to_the_Blobstore > The Files API feature used here to write files to Blobstore is going to be removed at some time in the future, in favor of writing files...

This PR updates [flask](https://pypi.org/project/flask) from **1.1.1** to **3.0.3**. Changelog ### 3.0.3 ``` ------------- Released 2024-04-07 - The default ``hashlib.sha1`` may not be available in FIPS builds. Don't access it at...

Bumps [flask](https://github.com/pallets/flask) from 0.9 to 2.3.2. Release notes Sourced from flask's releases. 2.3.2 This is a security fix release for the 2.3.x release branch. Security advisory: https://github.com/pallets/flask/security/advisories/GHSA-m2qf-hxjv-5gpq, CVE-2023-30861 Changes: https://flask.palletsprojects.com/en/2.3.x/changes/#version-2-3-2...

dependencies

This PR updates [flask](https://pypi.org/project/flask) from **1.1.1** to **3.1.0**. Changelog ### 3.1.0 ``` ------------- Unreleased ``` ### 3.0.3 ``` ------------- Released 2024-04-07 - The default ``hashlib.sha1`` may not be available in...

This PR updates [blinker](https://pypi.org/project/blinker) from **1.8.3** to **1.9.0**. Changelog ### 1.9.0 ``` ------------- Released 2024-11-08 - Drop support for Python 3.8. :pr:`175` - Remove previously deprecated ``__version__``, ``receiver_connected``, ``Signal.temporarily_connected_to`` and...