litellm/tests/test_litellm/proxy/common_utils
Ishaan Jaff 527c8f59fa
[Feat] Tag Management - Add support for setting tag based budgets (#15433)
* feat: add LiteLLM_TagTable

* fix: use new table for tag management

* fix - allow setting budgets for tags

* working tag creation

* fix schema.prisma

* add tag info

* ui fixes

* ui fix tag info

* TAG_CACHE_IN_MEMORY_TTL_SECONDS

* add Litellm_EntityType

* fix get_aggregated_db_spend_update_transactions

* fix: _update_entity_spend_in_db

* fix _tag_max_budget_check

* add tag budget check

* add tag_list_transactions

* test_get_tag_objects_batch

* test_update_tag_db_without_prisma_client

* fix get_tags_from_request_body

* get_tags_from_request_body

* fix get_tags_from_request_body

* fix spend tracking utils

* get_tags_from_request_body

* test_get_tags_from_request_body_with_metadata_tags

* feat: add _update_tag_cache spend tracking

* fix _PROXY_track_cost_callback

* test_tag_cache_update_multiple_tags

* fix tag info

* docs fix

* docs tag budgets

* doc fix

* docs fix

* fix tag budget

* docs tag budgets

* docs fix

* ruff fix
2025-10-10 19:24:50 -07:00
..
test_callback_utils.py Format code 2025-09-03 11:20:52 +08:00
test_custom_openapi_spec.py [Bug Fix] Add swagger docs for LiteLLM /chat/completions, /embeddings, /responses (#12618) 2025-07-15 13:37:22 -07:00
test_get_routes.py [Bug Fix] - Get Routes (#13466) 2025-08-09 12:52:23 -07:00
test_http_parsing_utils.py [Feat] Tag Management - Add support for setting tag based budgets (#15433) 2025-10-10 19:24:50 -07:00
test_key_rotation_manager.py [Feat] UI - Allow scheduling key rotations when creating virtual keys (#14960) 2025-09-26 16:24:40 -07:00
test_load_config_utils.py [Bug Fix] s3 config.yaml file - ensure yaml safe load is used (#12373) 2025-07-07 14:42:33 -07:00
test_openai_endpoint_utils.py [Fix] Hide sensitive data in /model/info - azure entra client_secret (#13577) 2025-08-13 07:35:53 -07:00
test_reset_budget_job.py Prevent writing default user setting updates to yaml (error in non-root env) + Use central team member budget when max_budget_in_team set on UI (#12533) 2025-07-12 10:13:07 -07:00
test_timezone_utils.py Litellm fix GitHub action testing (#11163) 2025-05-26 14:41:42 -07:00
test_upsert_budget_membership.py [Feat] UI - Allow editing team member rpm/tpm limits (#13669) 2025-08-15 17:29:44 -07:00