shin-bot-litellm
55721c0c94
fix: remove pyproject.toml changes per review
2026-02-14 02:12:01 +00:00
OpenClaw
ebbe8ad15b
fix(ci): Fix mypy errors, ruff lint, and bump proxy-extras to 0.4.38
...
- Fix mypy: use dict(Reasoning()) instead of Reasoning() for type compatibility
- Fix mypy: use setattr for dynamic provider_specific_fields attribute
- Fix mypy: avoid TypedDict dynamic key access in vertex_ai extra_body merge
- Fix mypy: use Any type for managed_vector_stores hook
- Fix mypy: cast scope to dict for MutableMapping compatibility
- Fix mypy: add assert for api_base None check in zscaler guard
- Fix ruff: remove unused cast import in vertex_ai_ingestion
- Bump litellm-proxy-extras to 0.4.38 (0.4.37 already published)
2026-02-14 01:47:19 +00:00
yuneng-jiang
41445ff8ad
migration + build files
2026-02-13 17:15:39 -08:00
yuneng-jiang
a37623945d
migration and build
2026-02-12 14:34:10 -08:00
yuneng-jiang
5147515d78
add migration + build files
2026-02-12 10:34:59 -08:00
yuneng-jiang
7d2c874434
Fixing ci pypi build
2026-02-10 13:59:48 -08:00
yuneng-jiang
5f680faa48
adding build files
2026-02-07 11:07:45 -08:00
Ishaan Jaffer
5efbed3939
fix schema
2026-02-07 09:39:55 -08:00
yuneng-jiang
45c6382667
cz bump + builds
2026-02-05 14:47:11 -08:00
Sameer Kankute
3c12dda856
bump: litellm-proxy-extras 0.4.29 → 0.4.30
...
- Add allow_team_guardrail_config field to TeamTable and DeletedTeamTable
- Add migration 20260205091235_allow_team_guardrail_config
2026-02-05 09:21:20 +05:30
Ishaan Jaffer
7e5e626781
bump extras
2026-01-31 15:19:14 -08:00
Ishaan Jaffer
df7ea193f4
fix proxy extras pip
2026-01-31 10:52:35 -08:00
Ishaan Jaffer
df3c54ec6a
BUMP extras
2026-01-24 14:04:30 -08:00
Ishaan Jaffer
c945677ea8
BUMP pyproject
2026-01-23 13:28:06 -08:00
yuneng-jiang
4b25ae6693
Adding build artifacts
2026-01-20 15:22:47 -08:00
yuneng-jiang
e5ce3c960a
adding migration
2026-01-16 14:28:50 -08:00
yuneng-jiang
809b4cb310
Revert "Revert "[Feature] Deleted Keys and Deleted Teams Table""
2026-01-16 14:25:23 -08:00
YutaSaito
034e3a6d44
Revert "[Feature] Deleted Keys and Deleted Teams Table"
2026-01-17 06:46:41 +09:00
yuneng-jiang
1d582301ff
Adding build artifacts
2026-01-16 11:22:15 -08:00
yuneng-jiang
5ff768e5e0
Merge remote-tracking branch 'origin' into litellm_deleted_keys_team
2026-01-15 15:55:18 -08:00
yuneng-jiang
0d2010813d
Adding proxy extras build
2026-01-10 12:00:45 -08:00
yuneng-jiang
eb9f5267b6
Adding builds
2026-01-07 11:11:46 -08:00
yuneng-jiang
6523c8f233
Adding builds
2026-01-07 10:27:50 -08:00
yuneng-jiang
7da8d5fcd5
Merge remote-tracking branch 'origin' into litellm_endpoint_usage_breakdown
2026-01-07 10:25:43 -08:00
Ishaan Jaffer
676e362d43
bump extrs
2026-01-07 14:40:30 +05:30
yuneng-jiang
1466f38122
Adding dist build files
2026-01-06 16:29:47 -08:00
yuneng-jiang
763b8a3971
Adding migration and new pypi packages
2025-12-19 11:11:29 -08:00
Ishaan Jaffer
95e818fdc4
bump litellm-proxy-extras
2025-12-13 16:22:26 -08:00
yuneng-jiang
084ed01518
proxy extras and migration
2025-12-10 20:53:13 -08:00
yuneng-jiang
1b86269584
Bump version to include new schema
2025-12-09 11:25:24 -08:00
Ishaan Jaffer
bcf601b8a6
bump proxy extras pip
2025-12-06 10:00:22 -08:00
yuneng-jiang
b12ccb1a7a
Publish proxy extras
2025-12-04 13:11:20 -08:00
yuneng-jiang
21830cb853
Including files for publish_proxy_extras output
2025-11-26 14:15:06 -08:00
yuneng-jiang
1a9b2d2206
Merge pull request #16560 from BerriAI/litellm_org_usage
...
[Feature] Organization Usage
2025-11-26 13:55:58 -08:00
Ishaan Jaffer
bb7db67f32
0.4.8 extras bump
2025-11-26 12:42:51 -08:00
yuneng-jiang
2794153012
bump proxy extras
2025-11-25 21:04:05 -08:00
Ishaan Jaffer
6477740b8c
bump proxy extras
2025-11-19 13:23:16 -08:00
Krrish Dholakia
70b8641822
build: bump migration
2025-11-15 09:34:50 -08:00
Ishaan Jaffer
f8c022c8f5
bump new schema
2025-11-14 17:39:54 -08:00
Ishaan Jaffer
e64c889b1e
bump proxy exras
2025-11-08 10:22:36 -08:00
Ishaan Jaffer
9c59d42fc1
bump extras pkg
2025-11-06 19:17:03 -08:00
Krrish Dholakia
6637beb247
fix: minor fixes + dep updates
2025-11-01 13:45:42 -07:00
Krrish Dholakia
ef7d81865b
build: update dependencies
2025-11-01 12:58:39 -07:00
Ishaan Jaffer
bd52cb2983
bump proxy extras
2025-10-31 18:19:28 -07:00
Ishaan Jaff
d8ea1665c7
[Feat] - [Backend] Search APIs - Allow storing configured Search APIs in DB ( #15862 )
...
* add LiteLLM_SearchToolsTable
* init SearchToolRegistry
* fix add SearchToolRegistry
* fix add SearchToolRegistry
* fix handling search tool management
* fix search imports
* fix registry
* init search tools in memory
* fix init tools in mem
* fix TypedDict def
* add new SCHEMA
* bump proxy extras
* add LiteLLM_SearchToolsTable_search_tool_name_key
* bump extras with migration
* fix working CRUD Ops
* fix: _init_search_tools_in_db
2025-10-23 17:57:49 -07:00
Ishaan Jaffer
cf994860e2
new DB Build
2025-10-11 08:44:42 -07:00
Ishaan Jaffer
a1e5c9426f
bump to migrations to 0.2.25
2025-10-04 16:16:34 -07:00
Ishaan Jaffer
07e1e0a7ca
bump proxy extras migration
2025-10-04 12:38:21 -07:00
Ishaan Jaffer
e61619cdc8
bump pypi
2025-09-26 19:53:27 -07:00
Ishaan Jaffer
0769ac2fdd
bump litellm-proxy-extras/0.2.21
2025-09-26 18:49:41 -07:00