File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ 0.24.1
5+ ------
6+
7+ 🐛 Fixes
8+
9+ - Fix the API plugin being imported by the CLI when the API plugin is not
10+ installed (#42 )
11+
12+
4130.24.0
514------
615
Original file line number Diff line number Diff line change 55from chancy import Chancy , Worker
66from chancy .cli import run_async_command
77from chancy .errors import MigrationsNeededError
8- from chancy .plugins .api .auth import SimpleAuthBackend
98
109
1110@click .group (name = "worker" )
@@ -78,6 +77,7 @@ async def web_command(
7877 Start the Chancy dashboard.
7978 """
8079 from chancy .plugins .api import Api
80+ from chancy .plugins .api .auth import SimpleAuthBackend
8181
8282 chancy : Chancy = ctx .obj ["app" ]
8383
Original file line number Diff line number Diff line change 11[project ]
22name = " chancy"
3- version = " 0.24.0 "
3+ version = " 0.24.1 "
44description = " A simple and flexible job queue for Python"
55readme = " README.md"
66requires-python = " >=3.11"
You can’t perform that action at this time.
0 commit comments