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

Alexa Skills Kit for Python

Results 28 flask-ask issues
Sort by recently updated
recently updated
newest added

Currently, typing non ascii characters in templates.yaml yields unpredictable result, depending on the current OS locale .... This is of course not suitable for code as many devlopers working with...

Encountered an issue where if I tried to submit a template with the tag, the parser would raise an error. This would result in the SSML being submitted as plain...

To close #185 ``` @ask.intent('HelloIntent') def hello(): if session["dialogState"] != "COMPLETED": return delegate() if session["confirmationStatus"] == "DENIED": return statement("Bye") return statement("Hello") ```

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...

dependencies

Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.16.1 to 2.2.3. Release notes Sourced from werkzeug's releases. 2.2.3 This is a fix release for the 2.2.x release branch. Changes: https://werkzeug.palletsprojects.com/en/2.2.x/changes/#version-2-2-3 Milestone: https://github.com/pallets/werkzeug/milestone/26?closed=1 This release contains...

dependencies

Bumps [cryptography](https://github.com/pyca/cryptography) from 2.1.4 to 39.0.1. Changelog Sourced from cryptography's changelog. 39.0.1 - 2023-02-07 * **SECURITY ISSUE** - Fixed a bug where ``Cipher.update_into`` accepted Python buffer protocol objects, but allowed...

dependencies