mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
fix: remove non-existent imports for v1.82.rc.1 compatibility
- Remove config_override_endpoints import (doesn't exist in v1.82.rc.1) - Remove jwt_key_mapping_endpoints import (doesn't exist in v1.82.rc.1) These modules were added in later versions and cause ModuleNotFoundError when running the proxy server on v1.82.rc.1 base. Made-with: Cursor
This commit is contained in:
parent
92187089a3
commit
648ef33aee
1 changed files with 0 additions and 6 deletions
|
|
@ -353,9 +353,6 @@ from litellm.proxy.management_endpoints.common_utils import (
|
|||
from litellm.proxy.management_endpoints.compliance_endpoints import (
|
||||
router as compliance_router,
|
||||
)
|
||||
from litellm.proxy.management_endpoints.config_override_endpoints import (
|
||||
router as config_override_router,
|
||||
)
|
||||
from litellm.proxy.management_endpoints.cost_tracking_settings import (
|
||||
router as cost_tracking_settings_router,
|
||||
)
|
||||
|
|
@ -371,9 +368,6 @@ from litellm.proxy.management_endpoints.internal_user_endpoints import (
|
|||
from litellm.proxy.management_endpoints.internal_user_endpoints import (
|
||||
user_update,
|
||||
)
|
||||
from litellm.proxy.management_endpoints.jwt_key_mapping_endpoints import (
|
||||
router as jwt_key_mapping_router,
|
||||
)
|
||||
from litellm.proxy.management_endpoints.key_management_endpoints import (
|
||||
delete_verification_tokens,
|
||||
duration_in_seconds,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue