Automated Action e1b1b89511 Create FastAPI REST API with SQLite
Features:
- Project structure with FastAPI framework
- SQLAlchemy models with SQLite database
- Alembic migrations system
- CRUD operations for items
- API routers with endpoints for items
- Health endpoint for monitoring
- Error handling and validation
- Comprehensive documentation
2025-05-18 05:45:33 +00:00

10 lines
258 B
Plaintext

fastapi>=0.103.1,<0.104.0
uvicorn>=0.23.2,<0.24.0
sqlalchemy>=2.0.21,<2.1.0
alembic>=1.12.0,<1.13.0
pydantic>=2.4.2,<2.5.0
pydantic-settings>=2.0.3,<2.1.0
python-multipart>=0.0.6,<0.1.0
email-validator>=2.0.0,<2.1.0
ruff>=0.0.292,<0.1.0
pathlib>=1.0.1,<1.1.0