chore: update dependencies and enhance logging

- Added `rich` library as a dependency for improved console output formatting.
- Updated `pyproject.toml` and `uv.lock` to include the new dependency.
- Enhanced logging in various services to provide clearer error handling and status updates.

All quality checks pass.
This commit is contained in:
2025-12-30 09:34:06 +00:00
parent 3ca6249eb9
commit 3eaf9c98a8
70 changed files with 7799 additions and 1745 deletions

View File

@@ -33,6 +33,7 @@ dependencies = [
"weasyprint>=67.0",
"authlib>=1.6.6",
"spacy>=3.8.11",
"rich>=14.2.0",
]
[project.optional-dependencies]