feat: Complete sprint 2 tasks

- Upgrade Python to 3.11 and update dependencies.
- Refactor main.py to isolate business logic.
- Fix bugs in flow_engine.py and printer.py.
- Improve database connection handling.
- Standardize error handling.
- Verify secret management.
This commit is contained in:
google-labs-jules[bot]
2025-12-22 20:55:55 +00:00
parent 2c4aafe080
commit 4da52dd972
8 changed files with 312 additions and 269 deletions

View File

@@ -1,5 +1,5 @@
# Python base image
FROM python:3.9-slim
FROM python:3.11-slim
# Set working directory
WORKDIR /talia_bot