Ellar

Latest version: v0.8.7

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

Scan your dependencies

Page 5 of 10

0.5.7

What's Changed
* Test coverage fix by eadwinCode in https://github.com/python-ellar/ellar/pull/144
* Feat: Lazy Object by eadwinCode in https://github.com/python-ellar/ellar/pull/146
python
main.py
from ellar.common.utils.functional import SimpleLazyObject, LazyStrImport

class PythonWebFramework:
def __init__(self) -> None:
self.name = 'Ellar'


def _get_lazy_instance() -> PythonWebFramework:
return PythonWebFramework()


lazy_python_framework = SimpleLazyObject(_get_lazy_instance)
lazy_python_framework_type_import = LazyStrImport("main:PythonWebFramework")

assert lazy_python_framework.name == "Ellar"
assert lazy_python_framework_type_import().name == "Ellar"


**Full Changelog**: https://github.com/python-ellar/ellar/compare/0.5.6...0.5.7

0.5.6

What's Changed
* fixed file data as bytes by eadwinCode in https://github.com/python-ellar/ellar/pull/143


**Full Changelog**: https://github.com/python-ellar/ellar/compare/0.5.5...0.5.6

0.5.5

What's Changed
* fix file and form schema route function by eadwinCode in https://github.com/python-ellar/ellar/pull/142


**Full Changelog**: https://github.com/python-ellar/ellar/compare/0.5.4...0.5.5

0.5.4

What's Changed
* Route Function Parameter Aliasing Bug Fix by eadwinCode in https://github.com/python-ellar/ellar/pull/140
* file upload openapi doc fix by eadwinCode in https://github.com/python-ellar/ellar/pull/141


**Full Changelog**: https://github.com/python-ellar/ellar/compare/0.5.3...0.5.4

0.5.3

What's Changed
* Fixed Auth And Core pkg Dependency by eadwinCode in https://github.com/python-ellar/ellar/pull/139


**Full Changelog**: https://github.com/python-ellar/ellar/compare/0.5.2...0.5.3

0.5.2

What's Changed
* Bump ruff from 0.0.275 to 0.1.3 by dependabot in https://github.com/python-ellar/ellar/pull/135
* Bump black from 23.9.1 to 23.10.1 by dependabot in https://github.com/python-ellar/ellar/pull/136
* Bump types-redis from 4.6.0.5 to 4.6.0.8 by dependabot in https://github.com/python-ellar/ellar/pull/133
* Bump mypy from 1.5.1 to 1.6.1 by dependabot in https://github.com/python-ellar/ellar/pull/134
* Authentication Docs by eadwinCode in https://github.com/python-ellar/ellar/pull/137

Breaking Changes
* OpenAPI module Refactor by eadwinCode in https://github.com/python-ellar/ellar/pull/138


**Full Changelog**: https://github.com/python-ellar/ellar/compare/0.5.1...0.5.2

Page 5 of 10

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.