v1.1.2 - Fix campo photo_requirement en schemas
BACKEND: - Agregado campo photo_requirement a QuestionBase schema - Ahora acepta valores: 'none', 'optional', 'required' - Permite crear/actualizar preguntas con configuración de adjuntos - Marcado allow_photos como DEPRECATED (mantener por compatibilidad) - Backend v1.1.2 FRONTEND: - Sin cambios (v1.2.4) - ya enviaba correctamente el campo
This commit is contained in:
@@ -276,7 +276,7 @@ def extract_pdf_text_smart(pdf_content: bytes, max_chars: int = None) -> dict:
|
||||
}
|
||||
|
||||
|
||||
BACKEND_VERSION = "1.1.1"
|
||||
BACKEND_VERSION = "1.1.2"
|
||||
app = FastAPI(title="Checklist Inteligente API", version=BACKEND_VERSION)
|
||||
|
||||
# S3/MinIO configuration
|
||||
|
||||
Reference in New Issue
Block a user