Ellar-cli

Latest version: v0.4.1

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

Scan your dependencies

Page 1 of 5

0.4.1

What's Changed
* Bump codecov/codecov-action from 4.1.0 to 4.1.1 by dependabot in https://github.com/python-ellar/ellar-cli/pull/85
* Bump pypa/gh-action-pypi-publish from 1.8.12 to 1.8.14 by dependabot in https://github.com/python-ellar/ellar-cli/pull/84
* Bump ruff from 0.3.0 to 0.3.4 by dependabot in https://github.com/python-ellar/ellar-cli/pull/83
* Bump mypy from 1.8.0 to 1.9.0 by dependabot in https://github.com/python-ellar/ellar-cli/pull/82
* Bump uvicorn[standard] from 0.27.1 to 0.29.0 by dependabot in https://github.com/python-ellar/ellar-cli/pull/81
* Update pytest-cov requirement from <5.0.0,>=2.12.0 to >=2.12.0,<6.0.0 by dependabot in https://github.com/python-ellar/ellar-cli/pull/80
* Ellar 0.7.4 Upgrade by eadwinCode in https://github.com/python-ellar/ellar-cli/pull/86


**Full Changelog**: https://github.com/python-ellar/ellar-cli/compare/0.4.0...0.4.1

0.4.0

What's Changed
* Pyproject.toml Fix by eadwinCode in https://github.com/python-ellar/ellar-cli/pull/79

Breaking Changes
- Projects using `Pyproject.toml` as ellar metadata configurations should refactor the ellar config data by appending `tool.`

For example:

[ellar]
default = "example_project"

[ellar.projects.example_project]
project-name = "example_project"
application = "example_project.server:application"
config = "example_project.config:DevelopmentConfig"
root-module = "example_project.root_module:ApplicationModule"

should be refactored to this

[tool.ellar]
default = "example_project"

[tool.ellar.projects.example_project]
project-name = "example_project"
application = "example_project.server:application"
config = "example_project.config:DevelopmentConfig"
root-module = "example_project.root_module:ApplicationModule"



**Full Changelog**: https://github.com/python-ellar/ellar-cli/compare/0.3.8...0.4.0

0.3.8

What's Changed
* Bump ruff from 0.1.15 to 0.3.0 by dependabot in https://github.com/python-ellar/ellar-cli/pull/76
* Bump codecov/codecov-action from 4.0.0 to 4.1.0 by dependabot in https://github.com/python-ellar/ellar-cli/pull/75
* Bump pypa/gh-action-pypi-publish from 1.8.11 to 1.8.12 by dependabot in https://github.com/python-ellar/ellar-cli/pull/74
* rearrangement lib dependencies by eadwinCode in https://github.com/python-ellar/ellar-cli/pull/77


**Full Changelog**: https://github.com/python-ellar/ellar-cli/compare/0.3.7...0.3.8

0.3.7

What's Changed
* scaffold files hint updates by eadwinCode in https://github.com/python-ellar/ellar-cli/pull/73


**Full Changelog**: https://github.com/python-ellar/ellar-cli/compare/0.3.6...0.3.7

0.3.6

What's Changed
* Bump codecov/codecov-action from 3.1.4 to 4.0.0 by dependabot in https://github.com/python-ellar/ellar-cli/pull/70
* Bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.11 by dependabot in https://github.com/python-ellar/ellar-cli/pull/69
* Update pytest requirement from <8.0.0,>=7.1.3 to >=7.1.3,<9.0.0 by dependabot in https://github.com/python-ellar/ellar-cli/pull/68
* Bump ruff from 0.1.9 to 0.1.15 by dependabot in https://github.com/python-ellar/ellar-cli/pull/67
* Project Template Fix by eadwinCode in https://github.com/python-ellar/ellar-cli/pull/72


**Full Changelog**: https://github.com/python-ellar/ellar-cli/compare/0.3.5...0.3.6

0.3.5

What's Changed
* Ellar 0.7.0 support by eadwinCode in https://github.com/python-ellar/ellar-cli/pull/71


**Full Changelog**: https://github.com/python-ellar/ellar-cli/compare/0.3.4...0.3.5

Page 1 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.