failed NO_PATCH NO_PATCH UNSUBMITTED empty_patch(None) · None tool calls · 0 s · fastapi/fastapi
✨ Add support for Server Sent Events ✨ Add support for Server Sent Events This will be available in FastAPI 0.135.0, released in the next hours.
| # | Tool | Arguments | Result |
|---|---|---|---|
| No trace captured. | |||
==================================== ERRORS ====================================
______________________ ERROR collecting tests/test_sse.py ______________________
ImportError while importing test module '/private/tmp/swe_work/baseline_full_v2/fastapi_15030/b/workspace/tests/test_sse.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/Users/jp/.local/share/uv/python/cpython-3.13.15-macos-aarch64-none/lib/python3.13/importlib/__init__.py:88: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/test_sse.py:8: in <module>
from fastapi.responses import EventSourceResponse
E ImportError: cannot import name 'EventSourceResponse' from 'fastapi.responses' (/private/tmp/swe_work/baseline_full_v2/fastapi_15030/b/workspace/fastapi/responses.py)
!!!!!!!!!!!!!!!!!!!!!!!!!! stopping after 1 failures !!!!!!!!!!!!!!!!!!!!!!!!!!!
1 error in 0.41s