- Added a startup event in `api_server.py` to verify database connectivity and provide warnings if no workflows are found. - Implemented new API endpoints for fetching service categories and searching workflows by category, improving the API's usability and functionality. - Removed deprecated scripts and files to streamline the codebase and focus on the new FastAPI system.
3 lines
48 B
Plaintext
3 lines
48 B
Plaintext
fastapi>=0.104.0
|
|
uvicorn>=0.24.0
|
|
pydantic>=2.4.0 |