mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-09 15:19:10 +02:00
* Fix async partial callables rejected by iscoroutinefunction (#3423) Add `is_coroutine_function()` utility that unwraps `functools.partial` before checking, and guard `isroutine` checks so partials aren't misrouted through `__call__`. * Also check asyncio.iscoroutinefunction in is_coroutine_function |
||
|---|---|---|
| .. | ||
| json_schema_type | ||
| openapi | ||
| __init__.py | ||
| test_async_utils.py | ||
| test_auth.py | ||
| test_cli.py | ||
| test_components.py | ||
| test_inspect.py | ||
| test_inspect_icons.py | ||
| test_json_schema.py | ||
| test_logging.py | ||
| test_skills.py | ||
| test_tests.py | ||
| test_typeadapter.py | ||
| test_types.py | ||
| test_version_check.py | ||