chore: Update Python dependencies in service adapters requirements
Some checks failed
LabFusion CI/CD Pipeline / service-adapters (push) Failing after 30s
Docker Build and Push / build-and-push (push) Failing after 33s
LabFusion CI/CD Pipeline / api-gateway (push) Failing after 1m5s
LabFusion CI/CD Pipeline / api-docs (push) Successful in 1m33s
LabFusion CI/CD Pipeline / frontend (push) Failing after 1m38s
Service Adapters (Python FastAPI) / test (3.1) (push) Failing after 11s
LabFusion CI/CD Pipeline / integration-tests (push) Has been skipped
Service Adapters (Python FastAPI) / test (3.11) (push) Failing after 34s
Service Adapters (Python FastAPI) / test (3.9) (push) Failing after 38s
Service Adapters (Python FastAPI) / test (3.12) (push) Failing after 41s
Service Adapters (Python FastAPI) / build (push) Has been skipped
Integration Tests / integration-tests (push) Failing after 1m29s
Integration Tests / performance-tests (push) Has been skipped
Some checks failed
LabFusion CI/CD Pipeline / service-adapters (push) Failing after 30s
Docker Build and Push / build-and-push (push) Failing after 33s
LabFusion CI/CD Pipeline / api-gateway (push) Failing after 1m5s
LabFusion CI/CD Pipeline / api-docs (push) Successful in 1m33s
LabFusion CI/CD Pipeline / frontend (push) Failing after 1m38s
Service Adapters (Python FastAPI) / test (3.1) (push) Failing after 11s
LabFusion CI/CD Pipeline / integration-tests (push) Has been skipped
Service Adapters (Python FastAPI) / test (3.11) (push) Failing after 34s
Service Adapters (Python FastAPI) / test (3.9) (push) Failing after 38s
Service Adapters (Python FastAPI) / test (3.12) (push) Failing after 41s
Service Adapters (Python FastAPI) / build (push) Has been skipped
Integration Tests / integration-tests (push) Failing after 1m29s
Integration Tests / performance-tests (push) Has been skipped
### Summary of Changes - Removed specific version numbers from Python dependencies in `requirements.txt` for service adapters to allow for more flexible updates. - Ensured consistency in dependency management across the project. ### Expected Results - Improved maintainability and ease of updates for Python packages in the service adapters.
This commit is contained in:
@@ -1,33 +1,33 @@
|
|||||||
fastapi==0.104.1
|
fastapi
|
||||||
uvicorn[standard]==0.24.0
|
uvicorn[standard]
|
||||||
pydantic==2.5.0
|
pydantic
|
||||||
httpx==0.25.2
|
httpx
|
||||||
redis==5.0.1
|
redis
|
||||||
psycopg2-binary==2.9.9
|
psycopg2-binary
|
||||||
sqlalchemy==2.0.23
|
sqlalchemy
|
||||||
alembic==1.13.1
|
alembic
|
||||||
python-multipart==0.0.6
|
python-multipart
|
||||||
python-jose[cryptography]==3.3.0
|
python-jose[cryptography]
|
||||||
passlib[bcrypt]==1.7.4
|
passlib[bcrypt]
|
||||||
python-dotenv==1.0.0
|
python-dotenv
|
||||||
websockets==12.0
|
websockets
|
||||||
aiofiles==23.2.1
|
aiofiles
|
||||||
|
|
||||||
# Testing and Quality
|
# Testing and Quality
|
||||||
pytest==7.4.3
|
pytest
|
||||||
pytest-cov==4.1.0
|
pytest-cov
|
||||||
pytest-asyncio==0.21.1
|
pytest-asyncio
|
||||||
pytest-html==4.1.1
|
pytest-html
|
||||||
pytest-xdist==3.3.1
|
pytest-xdist
|
||||||
coverage==7.3.2
|
coverage
|
||||||
|
|
||||||
# Code Quality
|
# Code Quality
|
||||||
flake8==6.1.0
|
flake8
|
||||||
black==23.11.0
|
black
|
||||||
isort==5.12.0
|
isort
|
||||||
mypy==1.7.1
|
mypy
|
||||||
bandit==1.7.5
|
bandit
|
||||||
safety==2.3.5
|
safety
|
||||||
|
|
||||||
# SonarQube Integration
|
# SonarQube Integration
|
||||||
pysonar==1.2.0.2419
|
pysonar
|
||||||
Reference in New Issue
Block a user