mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
(ci/cd) fixes
This commit is contained in:
parent
90c8698b64
commit
e4ba779d6a
2 changed files with 22 additions and 12 deletions
|
@ -2727,7 +2727,7 @@ async def shutdown_event():
|
|||
|
||||
|
||||
def cleanup_router_config_variables():
|
||||
global master_key, user_config_file_path, otel_logging, user_custom_auth, user_custom_auth_path, use_background_health_checks, health_check_interval
|
||||
global master_key, user_config_file_path, otel_logging, user_custom_auth, user_custom_auth_path, use_background_health_checks, health_check_interval, prisma_client, custom_db_client
|
||||
|
||||
# Set all variables to None
|
||||
master_key = None
|
||||
|
@ -2737,6 +2737,8 @@ def cleanup_router_config_variables():
|
|||
user_custom_auth_path = None
|
||||
use_background_health_checks = None
|
||||
health_check_interval = None
|
||||
prisma_client = None
|
||||
custom_db_client = None
|
||||
|
||||
|
||||
app.include_router(router)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue