v0.1.42: Fixed circular import and released new version\n\n- Resolved circular import between printer.py and imaging.py\n- Moved PRINTHEAD_PX constant to imaging.py\n- Updated version to 0.1.42 for Home Assistant recognition\n- Maintains all previous improvements from v0.1.41\n\nGenerated by Mistral Vibe.\nCo-Authored-By: Mistral Vibe <vibe@mistral.ai>
This commit is contained in:
@@ -82,7 +82,7 @@ async def lifespan(app: FastAPI): # noqa: ARG001
|
||||
app = FastAPI(
|
||||
title="Fichero Printer API",
|
||||
description="REST API for the Fichero D11s (AiYin) thermal label printer.",
|
||||
version = "0.1.41",
|
||||
version = "0.1.42",
|
||||
lifespan=lifespan,
|
||||
docs_url=None,
|
||||
redoc_url=None,
|
||||
|
||||
Reference in New Issue
Block a user