mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-23 05:54:19 +02:00
pydocket 0.16.3 fixes a race condition in `_worker_loop` where cancellation arriving between `_worker_done.clear()` and the try block would cause `_worker_done.set()` to never run, blocking `Worker.__aexit__` forever. Also fixes: - Simplified `_docket_lifespan` cleanup (timeout wrapper no longer needed) - Fixed `nested_server` test fixture to use graceful uvicorn shutdown - Fixed uv transport tests to use local fastmcp in dev mode Closes #2679 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| auth | ||
| sampling | ||
| tasks | ||
| transports | ||
| __init__.py | ||
| test_client.py | ||
| test_elicitation.py | ||
| test_logs.py | ||
| test_notifications.py | ||
| test_oauth_callback_xss.py | ||
| test_openapi.py | ||
| test_progress.py | ||
| test_roots.py | ||
| test_sampling.py | ||
| test_sse.py | ||
| test_stdio.py | ||
| test_streamable_http.py | ||