Error handling added to MVP according to error_handling.md guideline

This commit is contained in:
Jim Lancaster
2026-06-25 12:56:35 -05:00
parent 0cc6b0e1eb
commit e291ffc907
18 changed files with 819 additions and 28 deletions
Generated
+1 -1
View File
@@ -1356,7 +1356,7 @@ dev = [
[package.metadata]
requires-dist = [
{ name = "fastapi", specifier = ">=0.138.0" },
{ name = "nicegui", specifier = ">=3.13.0" },
{ name = "nicegui", specifier = "==3.13.0" },
{ name = "openrouter", specifier = ">=0.7.0" },
{ name = "pydantic", specifier = ">=2.13.4" },
{ name = "pydantic-settings", specifier = ">=2.9.1" },