fix: add starlette dependency to requirements.txt
All checks were successful
Python Tests / test-python (push) Successful in 11s

- Add starlette>=0.27.0 for test_cli_integration.py
- Test file uses starlette.testclient for integration testing
- Fixes integration-tests CI failure
This commit is contained in:
aitbc
2026-04-24 12:19:03 +02:00
parent 381b12ab22
commit c95c3c1649

View File

@@ -12,6 +12,7 @@
fastapi>=0.115.6
uvicorn[standard]>=0.34.0
gunicorn>=23.0.0
starlette>=0.27.0
# Database & ORM
sqlalchemy>=2.0.49