fastmcp/tests/client
Chris Guidry 34112a17df Bump pydocket to 0.16.3 to fix worker cleanup race condition
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>
2025-12-23 18:45:42 -05:00
..
auth Fix OAuth client to preserve full URL path for metadata discovery (#2577) 2025-12-09 09:47:07 -05:00
sampling Add AnthropicSamplingHandler (#2617) 2025-12-14 16:07:22 -05:00
tasks fix: prompt tasks returning mcp.types.PromptMessage now work 2025-12-12 12:57:04 -05:00
transports Bump pydocket to 0.16.3 to fix worker cleanup race condition 2025-12-23 18:45:42 -05:00
__init__.py clean up test inits 2025-05-31 19:32:08 -04:00
test_client.py Clean up cancelled connection startup (#2614) 2025-12-14 08:45:05 -05:00
test_elicitation.py SEP-1330 enum schema support (#2549) 2025-12-09 12:22:30 -05:00
test_logs.py Fix log handler to accept any JSON-serializable data type (#2102) 2025-10-15 10:20:04 -07:00
test_notifications.py Add structured content & update almost all tests 2025-06-27 15:40:52 -04:00
test_oauth_callback_xss.py Escape all HTML to prevent XSS attack (#2090) 2025-10-14 12:30:21 -07:00
test_openapi.py Switch to new OpenAPI parser as default (#2513) 2025-12-01 20:29:18 -05:00
test_progress.py Remove empty parens 2025-06-04 15:37:55 -04:00
test_roots.py Add structured content & update almost all tests 2025-06-27 15:40:52 -04:00
test_sampling.py SEP-1577: Sampling with tools (#2551) 2025-12-14 13:51:05 -05:00
test_sse.py Fix test cleanup for uvicorn 0.39+ context isolation (#2696) 2025-12-23 18:40:20 -05:00
test_stdio.py feat: expose errlog on stdio transport (#1991) 2025-10-11 18:33:06 -04:00
test_streamable_http.py Bump pydocket to 0.16.3 to fix worker cleanup race condition 2025-12-23 18:45:42 -05:00