mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-16 23:41:43 +00:00
_load_persisted_master_key documents leniency on any unreadable prior state but only caught parse errors; a permissions failure or non-UTF-8 bytes in config.yaml crashed configure instead of skipping the carry-forward. Catch OSError and UnicodeDecodeError too and pin the undecodable-file case with a regression test. |
||
|---|---|---|
| .. | ||
| autoroute | ||
| __init__.py | ||
| test_agents.py | ||
| test_auth_commands.py | ||
| test_credentials_commands.py | ||
| test_encryption_commands.py | ||
| test_global_options.py | ||
| test_keys_commands.py | ||
| test_model_groups_commands.py | ||
| test_models_commands.py | ||
| test_up_commands.py | ||
| test_users_commands.py | ||