[Refactor] Use pip package for enterprise/ folder (#10709)

* init enterprise pip

* init enterprise pip

* init enterprise pip

* test: enterprise pip

* add litellm-enterprise to pip

* litellm ent check

* litellm ent check

* fix import email router

* fix setup_litellm_enterprise_pip

* fix local testing with enterprise pip
This commit is contained in:
Ishaan Jaff
2025-05-09 17:18:48 -07:00
committed by GitHub
parent c50abd3254
commit 3731ee436a
23 changed files with 245 additions and 168 deletions
@@ -28,7 +28,7 @@ from litellm.types.utils import (
)
verbose_logger.setLevel(logging.DEBUG)
from enterprise.enterprise_callbacks.generic_api_callback import GenericAPILogger
from litellm_enterprise.enterprise_callbacks.generic_api_callback import GenericAPILogger