mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-15 23:31:29 +00:00
Rename IdentityResolver -> Resolver and DbIdentityStore -> DbResolver so the names stop colliding with authentication; the package these move to is resolvers/, not identity/. Drop the IdentityStore union protocol, which was only used as DbResolver's base; DbResolver now inherits Resolver and ProvisioningStore directly. Drop the @runtime_checkable decorators on these protocols, which had no isinstance callers. ProvisioningStore keeps its name. |
||
|---|---|---|
| .. | ||
| auth_v2_helpers.py | ||
| conftest.py | ||
| test_abac.py | ||
| test_authenticators.py | ||
| test_config.py | ||
| test_models.py | ||
| test_network.py | ||
| test_rbac.py | ||
| test_resolver.py | ||
| test_security.py | ||