Ellar-cli

Latest version: v0.4.3

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

Scan your dependencies

Page 1 of 5

0.4.3

What's Changed
* Bump codecov/codecov-action from 4.1.1 to 4.4.1 by dependabot in https://github.com/python-ellar/ellar-cli/pull/93
* Bump uvicorn[standard] from 0.29.0 to 0.30.0 by dependabot in https://github.com/python-ellar/ellar-cli/pull/92
* Bump ruff from 0.3.4 to 0.4.7 by dependabot in https://github.com/python-ellar/ellar-cli/pull/91
* Bump mypy from 1.9.0 to 1.10.0 by dependabot in https://github.com/python-ellar/ellar-cli/pull/90
* Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 by dependabot in https://github.com/python-ellar/ellar-cli/pull/98
* Bump codecov/codecov-action from 4.4.1 to 4.5.0 by dependabot in https://github.com/python-ellar/ellar-cli/pull/97
* Bump uvicorn[standard] from 0.30.0 to 0.30.1 by dependabot in https://github.com/python-ellar/ellar-cli/pull/96
* Bump mypy from 1.10.0 to 1.10.1 by dependabot in https://github.com/python-ellar/ellar-cli/pull/95
* Bump ruff from 0.4.7 to 0.5.0 by dependabot in https://github.com/python-ellar/ellar-cli/pull/94
* Bump uvicorn[standard] from 0.30.1 to 0.30.4 by dependabot in https://github.com/python-ellar/ellar-cli/pull/101
* Bump mypy from 1.10.1 to 1.11.1 by dependabot in https://github.com/python-ellar/ellar-cli/pull/100
* Bump ruff from 0.5.0 to 0.5.5 by dependabot in https://github.com/python-ellar/ellar-cli/pull/99
* Bump ruff from 0.5.5 to 0.6.1 by dependabot in https://github.com/python-ellar/ellar-cli/pull/103
* Fix: Scaffold Template Refactor by eadwinCode in https://github.com/python-ellar/ellar-cli/pull/102
* App context default async by eadwinCode in https://github.com/python-ellar/ellar-cli/pull/104


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

0.4.2b1

What's Changed
* Bump codecov/codecov-action from 4.1.1 to 4.4.1 by dependabot in https://github.com/python-ellar/ellar-cli/pull/93
* Bump uvicorn[standard] from 0.29.0 to 0.30.0 by dependabot in https://github.com/python-ellar/ellar-cli/pull/92
* Bump ruff from 0.3.4 to 0.4.7 by dependabot in https://github.com/python-ellar/ellar-cli/pull/91
* Bump mypy from 1.9.0 to 1.10.0 by dependabot in https://github.com/python-ellar/ellar-cli/pull/90
* Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 by dependabot in https://github.com/python-ellar/ellar-cli/pull/98
* Bump codecov/codecov-action from 4.4.1 to 4.5.0 by dependabot in https://github.com/python-ellar/ellar-cli/pull/97
* Bump uvicorn[standard] from 0.30.0 to 0.30.1 by dependabot in https://github.com/python-ellar/ellar-cli/pull/96
* Bump mypy from 1.10.0 to 1.10.1 by dependabot in https://github.com/python-ellar/ellar-cli/pull/95
* Bump ruff from 0.4.7 to 0.5.0 by dependabot in https://github.com/python-ellar/ellar-cli/pull/94
* Bump uvicorn[standard] from 0.30.1 to 0.30.4 by dependabot in https://github.com/python-ellar/ellar-cli/pull/101
* Bump mypy from 1.10.1 to 1.11.1 by dependabot in https://github.com/python-ellar/ellar-cli/pull/100
* Bump ruff from 0.5.0 to 0.5.5 by dependabot in https://github.com/python-ellar/ellar-cli/pull/99
* Bump ruff from 0.5.5 to 0.6.1 by dependabot in https://github.com/python-ellar/ellar-cli/pull/103
* Fix: Scaffold Template Refactor by eadwinCode in https://github.com/python-ellar/ellar-cli/pull/102


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

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

Page 1 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.