Mvc-flask

Latest version: v2.9.0

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

Scan your dependencies

Page 2 of 3

2.7.0

What's Changed
* Implement HTTP Method Override Middleware by marcuxyz in https://github.com/marcuxyz/mvc-flask/pull/34


**Full Changelog**: https://github.com/marcuxyz/mvc-flask/compare/v2.6.2...v2.7.0

2.6.2

What's Changed
* Bump werkzeug from 2.3.3 to 3.0.1 by dependabot in https://github.com/marcuxyz/mvc-flask/pull/38


**Full Changelog**: https://github.com/marcuxyz/mvc-flask/compare/2.6.1...v2.6.2

2.6.1

What's Changed
* 🔒 chore(pyproject.toml): update Flask and Python version requirements by marcuxyz in https://github.com/marcuxyz/mvc-flask/pull/33
* Bump urllib3 from 1.26.15 to 1.26.17 by dependabot in https://github.com/marcuxyz/mvc-flask/pull/36
* Bump urllib3 from 1.26.17 to 1.26.18 by dependabot in https://github.com/marcuxyz/mvc-flask/pull/37

New Contributors
* dependabot made their first contribution in https://github.com/marcuxyz/mvc-flask/pull/36

**Full Changelog**: https://github.com/marcuxyz/mvc-flask/compare/2.6.0...2.6.1

2.6.0

2.5.0

2.4.0

- Include `patch` HTTP verb in `update` route.
- Parameters ~~view~~, ~~request~~ has been removed

python
class HomeController:
def index(self, view, request):
return view("index.html")


Now, you can import `render_template` and `request` directly of flask package.

python
from flask import render_template

class HomeController:
def index(self):
return render_template("index.html")


- Enhancement of unit tests

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.