flask-ndb-api
flask-ndb-api copied to clipboard
likely the best piece of code on github for creating an api-service with flask, appengine-ndb. and if you disagree you're a racist homophobe.
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...
This PR updates [blinker](https://pypi.org/project/blinker) from **1.4** to **1.5**. Changelog ### 1.5 ``` ----------- Released 2022-07-17 - Support Python >= 3.7 and PyPy. Python 2, Python < 3.7, and Jython may...
This PR updates [flask-wtf](https://pypi.org/project/flask-wtf) from **0.14.2** to **1.0.1**. Changelog ### 1.0.0 ``` -------------- Released 2021-11-07 - Deprecated items removal :pr:`484` - Support for alternatives captcha services :pr:`425` :pr:`342` :pr:`387` :issue:`384`...
This PR updates [wtforms-json](https://pypi.org/project/wtforms-json) from **0.3.3** to **0.3.4**. Changelog ### 0.3.4 ``` ^^^^^^^^^^^^^^^^^^ - Added Python 3.10 support (61, pull request courtesy keaysma) ``` Links - PyPI: https://pypi.org/project/wtforms-json - Changelog:...
- ex: https://github.com/gregorynicholas/flask-funktional-gae/tree/master/docs build_docs.sh: ``` #!/bin/sh touch .nojekyll cd ./docs make html cd ../ git checkout gh-pages cp -rf ./docs/_build/html/* ./ git add *.html searchindex.js objects.inv .buildinfo _static/ _sources/ git...
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...
This PR updates [blinker](https://pypi.org/project/blinker) from **1.4** to **1.7.0**. Changelog ### 1.7.0 ``` ------------- Released 2023-11-01 - Fixed messages printed to standard error about unraisable exceptions during signal cleanup, typically during...
This PR updates [flask-wtf](https://pypi.org/project/flask-wtf) from **0.14.2** to **1.2.1**. Changelog ### 1.2.1 ``` - Fix a bug introduced with 556 where file validators were editing the file fields content. 578 ```...
Bumps [flask](https://github.com/pallets/flask) from 1.1.1 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...
This PR updates [blinker](https://pypi.org/project/blinker) from **1.4** to **1.8.2**. Changelog ### 1.8.2 ``` ------------- Released 2024-05-06 - Simplify type for ``_async_wrapper`` and ``_sync_wrapper`` arguments. :pr:`156` ``` ### 1.8.1 ``` ------------- Released...