chore: migrate to python 3.13 and update dependencies

Migrate from Python 3.11 to 3.13 with updated dependencies. Switch from PyPDF2 to pypdf library for better PDF processing. Add new U14 age groups and extract-pdf utility script.
This commit is contained in:
2025-09-29 23:05:48 +02:00
parent ce42f489bf
commit 8ae1c33b3a
7 changed files with 1267 additions and 932 deletions

View File

@@ -84,7 +84,7 @@ poetry run fastapi run myice/webapi.py --host 127.0.0.1
- Typer for CLI interface
- FastAPI for web API
- requests for HTTP requests
- PyPDF2 for PDF processing
- pypdf for PDF processing
- Use rich for enhanced console output
- Custom rl_ai_tools package for AI functionalities