fix: add starlette dependency to requirements.txt
All checks were successful
Python Tests / test-python (push) Successful in 11s
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user