| # Locked versions that worked in Google Cloud Run | |
| # Copy the exact versions from your working Cloud Run deployment | |
| # Core framework | |
| gradio==4.44.1 | |
| fastapi==0.104.0 | |
| uvicorn==0.24.0 | |
| # LLM - use exact versions that worked | |
| llama-index==0.10.57 # Older stable version | |
| pydantic==2.4.2 # Known working version | |
| pydantic-settings==2.0.3 | |
| # Direct API clients as backup | |
| groq==0.9.0 | |
| anthropic==0.34.0 | |
| # Google services - exact versions | |
| google-api-python-client==2.100.0 | |
| google-auth==2.23.0 | |
| google-auth-oauthlib==1.1.0 |