mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-17 11:09:11 +02:00
Changed all 6 provider files from 'from fastmcp.settings import settings' to 'import fastmcp.settings as settings_module' to avoid triggering the settings import deprecation warning. Also simplified deprecation tests to only verify imports and subclass relationships without instantiating providers. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_bearer_auth_provider.py | ||
| test_dependencies.py | ||
| test_deprecated.py | ||
| test_mount_import_arg_order.py | ||
| test_mount_separators.py | ||
| test_oauth_dcr_providers.py | ||
| test_output_schema_false.py | ||
| test_proxy_client.py | ||
| test_resource_prefixes.py | ||
| test_route_type_ignore.py | ||
| test_settings.py | ||