- Skip caching for FastAPI Response objects (CSV downloads, etc.) - Response objects can't be JSON-serialized/deserialized without corruption - Regular JSON responses continue to be cached normally - Fixes issue where CSV endpoints returned Response object string representation 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| routers_v3 | ||
| __init__.py | ||
| db_engine.py | ||
| dependencies.py | ||
| main.py | ||