
I am trying to deploy a crew ai backend service, here is my requirements.txt file
`
crewai==0.152.0
crewai-tools==0.59.0
fastapi==0.116.1
pydantic==2.11.7
pydantic-settings==2.10.1
pydantic_core==2.33.2
python-dotenv==1.1.1
python-multipart==0.0.20
requests==2.32.4
uvicorn==0.35.0
`
Has anyone found a fix to this?