mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 19:24:27 +00:00
bump: version 1.32.5 → 1.32.6
This commit is contained in:
parent
eeb8b585dc
commit
f15d105ed2
2 changed files with 2 additions and 4 deletions
|
@ -1817,7 +1817,6 @@ async def reset_budget(prisma_client: PrismaClient):
|
|||
|
||||
Updates db
|
||||
"""
|
||||
verbose_proxy_logger.debug("ENTERS RESET BUDGET")
|
||||
if prisma_client is not None:
|
||||
### RESET KEY BUDGET ###
|
||||
now = datetime.utcnow()
|
||||
|
@ -1829,7 +1828,6 @@ async def reset_budget(prisma_client: PrismaClient):
|
|||
)
|
||||
|
||||
### RESET USER BUDGET ###
|
||||
verbose_proxy_logger.debug("STARTS RESETTING USER BUDGET")
|
||||
try:
|
||||
await prisma_client.db.litellm_usertable.update_many(
|
||||
where={"budget_reset_at": {"lt": now}},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue