Flask-injector

Latest version: v0.15.0

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

Scan your dependencies

Page 3 of 4

0.7.1

-------------

* Fixed Flask 0.11 compatibility, thanks to Philip Jones for the initial patch

0.7.0

-------------

* Added support for injecting into Flask-RestPlus Resource constructors
* Added support for dependencies declared using Python 3-style annotations

0.6.2

-------------

* Fixed a regression introduced in 0.6.1 (requesting an interface bound in
RequestScope outside request context got broken and would raise
"AttributeError: scope" exception. Even though it's not a documented
behaviour it's restored now so that backwards compatibility is preserved.

0.6.1

-------------

* Python 2.6 support dropped
* Fixed a memory leak bug (a reference to thread-identity object would be kept
forever after a request would be served by particular thread; without greenlet
package installed thread ids (numeric values) are used so the internal
dictionary of thread local storage grows forever; when greenlet package is
installed greenlet objects are used as thread identities by Werkzeug so on top
of the internal storage growing infinitely all objects referenced by those
greenlet objects are kept alive; keywords: Eventlet, Gevent, GreenThread). See
GH issue 9 and pull request 11, thanks to Zi Li for the fix

0.6.0

-------------

* Added support for injecting into Flask-RESTFul Resource constructors

0.5.0

-------------

* Removed ``init_app`` and ``post_init_app`` functions
* Fixed a bug with Flask-Injector modifying possibly shared view generated by View.as_view
(see GH issue 6, test case provided by Nicholas Hollett)
* Work only with Injector >= 0.9.0 now

Page 3 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.