Ishaan Jaffer
49fecf0f1e
bump: version 1.80.10 → 1.80.11
2025-12-20 21:52:48 +05:30
Ishaan Jaffer
b351472f89
new build
2025-12-20 14:55:41 +05:30
Alexsander Hamir
f353bb6dba
[Fix] CI/CD - litellm_mapped_tests_llms | litellm_mapped_tests_core | caching_unit_tests ( #18197 )
2025-12-18 08:49:23 -08:00
yuneng-jiang
d6f8e79f0d
bump: version 0.1.26 → 0.1.27
2025-12-17 15:07:16 -08:00
yuneng-jiang
7a18c81cf4
bump: version 0.1.25 → 0.1.26
2025-12-15 16:00:37 -08:00
Ishaan Jaffer
95e818fdc4
bump litellm-proxy-extras
2025-12-13 16:22:26 -08:00
Peter Chanthamynavong
df9a644e37
fix: add Python 3.14 support via grpcio version constraints ( #17666 )
...
* fix: add Python 3.14 support via grpcio version constraints
Updates grpcio dependency to support Python 3.14 while maintaining
backward compatibility:
- Python <3.14: grpcio >=1.62.3,<1.68.0 (avoids buggy 1.68.x versions)
- Python >=3.14: grpcio >=1.75.0 (has cp314 wheels + bug fix)
The grpc/grpc#38290 bug was fixed in grpcio 1.75.0+, which also
added Python 3.14 wheel support.
Fixes #15504
Fixes #17374
* chore: regenerate poetry.lock
Update lock file to match pyproject.toml changes for grpcio
Python 3.14 conditional dependency.
2025-12-11 15:24:48 -08:00
yuneng-jiang
de9a195d8c
Merge pull request #17781 from BerriAI/litellm_daily_agent_table
...
[Feature] Daily Agent Usage Backend
2025-12-11 15:01:50 -08:00
yuneng-jiang
3784b5597a
bump: version 0.4.12 → 0.4.13
2025-12-10 20:51:23 -08:00
yuneng-jiang
439d42ba67
bump: version 0.1.24 → 0.1.25
2025-12-10 18:26:07 -08:00
yuneng-jiang
b5763d27eb
bump: version 0.1.23 → 0.1.24
2025-12-09 19:31:12 -08:00
Krrish Dholakia
cc8a46b6b2
bump: version 1.80.9 → 1.80.10
2025-12-09 14:55:43 -08:00
yuneng-jiang
7957244367
bump: version 0.4.11 → 0.4.12
2025-12-09 11:24:18 -08:00
Krrish Dholakia
6ec7e95f28
bump: version 1.80.8 → 1.80.9
2025-12-07 23:49:51 -08:00
Ishaan Jaffer
edcfc13ebb
bump: version 1.80.7 → 1.80.8
2025-12-06 10:18:23 -08:00
Ishaan Jaffer
bcf601b8a6
bump proxy extras pip
2025-12-06 10:00:22 -08:00
yuneng-jiang
cb18af542e
Merge pull request #17498 from BerriAI/litellm_customer_usage_backend
...
[Feature] Customer (end user) Usage
2025-12-05 15:31:08 -08:00
yuneng-jiang
a750f5ca69
bump: version 0.1.22 → 0.1.23
2025-12-05 11:08:04 -08:00
yuneng-jiang
5439f03bfc
bump: version 0.4.9 → 0.4.10
2025-12-04 12:56:43 -08:00
Ishaan Jaffer
1fca4a9fa5
bump: version 1.80.6 → 1.80.7
2025-11-27 13:08:24 -08:00
Yannay Hammer
d7ad2913be
Upgrade websockets to v15 ( #16734 )
2025-11-27 10:08:16 -08:00
yuneng-jiang
f1789a5fa9
bump: version 0.4.8 → 0.4.9
2025-11-26 14:12:15 -08:00
Ishaan Jaffer
5a60a8ab3b
bump: version 1.80.5 → 1.80.6
2025-11-26 13:20:25 -08:00
Ishaan Jaffer
0437be13d3
bump pyproject extras
2025-11-26 13:10:57 -08:00
Ishaan Jaffer
c7746eb58f
bump proxy extras
2025-11-26 11:40:06 -08:00
Alexsander Hamir
7c09187daf
downgrade grpcio ( #17090 )
2025-11-25 19:33:24 -08:00
Ishaan Jaffer
c7fefcc717
bump v
2025-11-22 13:37:44 -08:00
Ishaan Jaffer
37460b6aee
bump: version 1.80.4 → 1.80.5
2025-11-22 13:37:12 -08:00
Ishaan Jaffer
4f707ed323
bump: version 1.80.3 → 1.80.4
2025-11-22 11:09:32 -08:00
YutaSaito
93affcb732
[Feat] mcp resources support ( #16800 )
...
* feat: mcp prompts support
* feat: mcp resources support
2025-11-20 14:53:44 -08:00
Ishaan Jaffer
d389b9dd66
bump litellm enterprise
2025-11-19 16:56:50 -08:00
Ishaan Jaffer
6477740b8c
bump proxy extras
2025-11-19 13:23:16 -08:00
Cesar Garcia
4167a64853
fix: Support GPT-5.1 reasoning.effort='none' in proxy ( #16745 )
...
* fix: Add support for GPT-5.1 reasoning.effort='none' parameter
- Override Reasoning type to include 'none' effort value
- Maintains compatibility with semantic-router (requires openai <2.0.0)
- GPT-5.1 defaults to reasoning.effort='none' as of OpenAI SDK 2.8.0
- Override can be removed once semantic-router supports OpenAI SDK 2.x
Fixes #16741
* feat: Update to OpenAI SDK 2.8+ and Python 3.9+
- Update minimum Python version from 3.8.1 to 3.9 (3.8 EOL Oct 2024)
- Update OpenAI SDK requirement from >=1.99.5 to >=2.8.0
- Update semantic-router to >=0.1.12 with Python >=3.9,<3.14 constraint
- Update resend to >=0.8.0 (allows 2.x versions)
- Revert custom Reasoning TypedDict - now using native type from OpenAI SDK 2.8+
OpenAI SDK 2.8.0 natively supports reasoning.effort='none' for GPT-5.1,
eliminating the need for our custom type override.
* chore: Update poetry.lock with OpenAI SDK 2.8.1 and dependencies
2025-11-18 20:06:50 -08:00
Krrish Dholakia
dd02310b30
bump: version 1.80.2 → 1.80.3
2025-11-15 18:26:36 -08:00
Krish Dholakia
586f126395
Prometheus - make OSS ( #16689 )
...
* refactor: remove enterprise license from prometheus metrics
* refactor: complete refactoring imports
* refactor: complete prometheus refactoring
* bump: version 1.80.0 → 1.80.1
* bump: version 1.80.1 → 1.80.2
* build: update litellm lock file
* docs(enterprise.md): cleanup enterprise docs
* docs: more docs cleanup
* docs: doc cleanup
* fix: fix imports
* fix: fix linting error
2025-11-15 11:06:34 -08:00
Krrish Dholakia
70b8641822
build: bump migration
2025-11-15 09:34:50 -08:00
Ishaan Jaffer
a029c88cb9
bump litellm-proxy-extras
2025-11-15 09:11:47 -08:00
Ishaan Jaffer
f8c022c8f5
bump new schema
2025-11-14 17:39:54 -08:00
Ishaan Jaffer
6b532b31a6
bump: version 1.79.3 → 1.79.4
2025-11-14 17:38:46 -08:00
Ishaan Jaffer
3d9dcead8e
bump: version 1.79.2 → 1.79.3
2025-11-08 16:30:35 -08:00
Krish Dholakia
06906534b3
feat(audio_transcriptions/): calculate duration of audio file for cost calculation + feat (image_generations): cost tracking accuracy improved with output_format, quality, size values fixed per openai model
...
* feat(audio_transcriptions/): calculate duration of audio file for cost calculation
Fixes https://github.com/BerriAI/litellm/issues/11846
Closes https://github.com/BerriAI/litellm/issues/14605
* fix(cost_calculator.py): correctly use base model, when set
Fixes issue where azure base model was being ignored
* feat(cost_calculator.py): fix default cost tracking quality param for image generation
* feat(image_generations/): return output_format, quality, size
aligns response to openai spec and improves cost tracking accuracy
* fix(cost_calculator.py): refactor cost calculation for image generation to use image response instead of hidden params
* build: update build
* fix: fix cost calculation
* build: update poetry lock
* fix: fix ruff checks
* fix: fix aembedding
* fix: fix ruff errors
* fix: modify to catch errors
* fix: test
* fix: loosen test to handle openai lib out of sync
* fix: fix base models
* fix: fix usage object
2025-11-08 16:24:31 -08:00
Ishaan Jaffer
5299a97d2c
bump: version 1.79.1 → 1.79.2
2025-11-08 16:06:54 -08:00
Krish Dholakia
202eaeb1a2
Revert "(feat) Audio transcription - cost tracking + (feat) image generation …" ( #16409 )
...
This reverts commit c96da44265 .
2025-11-08 15:38:16 -08:00
Krish Dholakia
c96da44265
(feat) Audio transcription - cost tracking + (feat) image generation - accurate cost tracking based on output_format/quality/size
...
* feat(audio_transcriptions/): calculate duration of audio file for cost calculation
Fixes https://github.com/BerriAI/litellm/issues/11846
Closes https://github.com/BerriAI/litellm/issues/14605
* fix(cost_calculator.py): correctly use base model, when set
Fixes issue where azure base model was being ignored
* feat(cost_calculator.py): fix default cost tracking quality param for image generation
* feat(image_generations/): return output_format, quality, size
aligns response to openai spec and improves cost tracking accuracy
* fix(cost_calculator.py): refactor cost calculation for image generation to use image response instead of hidden params
* build: update build
* fix: fix cost calculation
* build: update poetry lock
* fix: fix ruff checks
* fix: fix aembedding
* fix: fix ruff errors
* fix: modify to catch errors
* fix: test
* fix: loosen test to handle openai lib out of sync
2025-11-08 15:30:46 -08:00
Krish Dholakia
bce8a5d6b7
Revert "(feat) audio transcriptions cost tracking (for azure/other non-openai…" ( #16402 )
...
This reverts commit 9a88fe0861 .
2025-11-08 14:24:51 -08:00
Krish Dholakia
9a88fe0861
(feat) audio transcriptions cost tracking (for azure/other non-openai models) + (fix) image generations - accurate cost tracking for dalle3/gpt-image-1 - uses the correct max image quality ( #16076 )
...
* feat(audio_transcriptions/): calculate duration of audio file for cost calculation
Fixes https://github.com/BerriAI/litellm/issues/11846
Closes https://github.com/BerriAI/litellm/issues/14605
* fix(cost_calculator.py): correctly use base model, when set
Fixes issue where azure base model was being ignored
* feat(cost_calculator.py): fix default cost tracking quality param for image generation
* feat(image_generations/): return output_format, quality, size
aligns response to openai spec and improves cost tracking accuracy
* fix(cost_calculator.py): refactor cost calculation for image generation to use image response instead of hidden params
* build: update build
* fix: fix cost calculation
* build: update poetry lock
* fix: fix ruff checks
2025-11-08 13:54:37 -08:00
Ishaan Jaffer
9b6a4c2650
bump pyproject
2025-11-08 10:24:23 -08:00
Ishaan Jaffer
9c59d42fc1
bump extras pkg
2025-11-06 19:17:03 -08:00
Krish Dholakia
80440e11a7
Revert "Update MCP version from 1.10.1 to 1.20.0 ( #16281 )" ( #16300 )
...
This reverts commit 34c12d0131 .
2025-11-05 18:42:34 -08:00
Guan Zheng Huang
34c12d0131
Update MCP version from 1.10.1 to 1.20.0 ( #16281 )
...
* Update MCP version from 1.10.1 to 1.20.0
- Update mcp dependency: 1.10.1 -> 1.20.0 in requirements.txt, pyproject.toml, and CI config
- Update uvicorn dependency: 0.29.0 -> 0.31.1 (required by MCP 1.20.0)
- Update PyJWT constraint to support newer versions required by MCP
- Update all CI pipeline references to MCP 1.20.0
- Add test to verify MCP version and import compatibility
MCP 1.20.0 requires uvicorn >=0.31.1 and PyJWT >=2.10.1.
MCP package remains Python >=3.10 only (no change to version constraint).
* Update poetry.lock for MCP 1.20.0
2025-11-05 18:34:28 -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
RoniGurvichCycode
eeda5ab84e
requirements update ( #16054 )
...
Co-authored-by: Ishaan Jaff <ishaanjaffer0324@gmail.com>
2025-10-31 19:18:03 -07:00
Ishaan Jaffer
bd52cb2983
bump proxy extras
2025-10-31 18:19:28 -07:00
Ishaan Jaffer
de6fffe743
bump: version 1.79.0 → 1.79.1
2025-10-27 17:22:54 -07:00
Ishaan Jaffer
869ff086f0
bump: version 1.78.9 → 1.79.0
2025-10-25 17:11:48 -07:00
Ishaan Jaffer
3ef6ff8696
bump: version 1.78.8 → 1.78.9
2025-10-25 17:11:41 -07:00
Shadi
8a5ff84e49
fixed lasso import config, redis cluster hash tags for test keys ( #15917 )
2025-10-24 14:31:59 -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
bfe4167183
bump: version 1.78.7 → 1.78.8
2025-10-23 08:42:03 -07:00
Ishaan Jaffer
adc503c091
bump: version 1.78.6 → 1.78.7
2025-10-21 19:06:05 -07:00
Ishaan Jaffer
c9152003bd
bump V
2025-10-20 16:55:03 -07:00
Ishaan Jaffer
c9875bfd52
bump: version 1.78.4 → 1.78.5
2025-10-18 13:31:39 -07:00
Ishaan Jaffer
c72bbd0f06
bump: version 1.78.3 → 1.78.4
2025-10-17 18:08:16 -07:00
Ishaan Jaffer
00e6ec4985
bump: version 1.78.2 → 1.78.3
2025-10-16 16:57:04 -07:00
Ishaan Jaffer
8ab720409c
bump v
2025-10-15 17:44:29 -07:00
Krrish Dholakia
3e193a3542
bump: version 1.78.0 → 1.78.1
2025-10-13 14:26:47 -07:00
Krrish Dholakia
3d7c55516e
build: bump version
2025-10-13 14:26:38 -07:00
Ishaan Jaffer
00c5008477
bump: version 1.77.7 → 1.78.0
2025-10-11 11:39:34 -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
ab00ca2de9
bump: version 1.77.6 → 1.77.7
2025-10-01 08:54:03 -07:00
Krrish Dholakia
7fd24a2632
bump: version 1.77.6 → 1.77.7
2025-09-30 21:23:42 -07:00
Krrish Dholakia
208cd5fcb5
bump: version 1.77.5 → 1.77.6
2025-09-28 09:27:08 -07:00
Ishaan Jaffer
fea6004b11
bump: version 1.77.4 → 1.77.5
2025-09-27 17:37:31 -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
Ishaan Jaff
ea8d0bb7d5
fix: re-add scheduled rotations
2025-09-26 11:40:46 -07:00
Alex Shoop
914844122c
Fix: revert fastuuid optional dependency, always use fastuuid in .__uid helper ( #14941 )
...
* always use fastuuid
* rm from proxy extras since its now default
* poetry lock
2025-09-26 09:14:20 -07:00
Ishaan Jaffer
b1e56c55ad
merge
2025-09-24 22:11:37 -07:00
Ishaan Jaff
ded823a3a3
[Feat] Initial support for scheduled key rotations ( #14877 )
...
* add KeyRotationSettings
* add KeyRotationManager
* add key rotation manager
* add KeyRotationManager
* fix _initialize_spend_tracking_background_jobs
* fix add_key_rotation_fields
* fixes
* new fields in schema
* update schema
* fix fixes for init key rotation manager
* fixes for init key rotation manager
* fix KeyRotationManager
* tests for key rotation
* fix key_rotation_settings
* fix KeyRotationManager
* fix LITELLM_KEY_ROTATION_CHECK_INTERVAL_SECONDS
* fix fixes for init key rotation manager
* ruff check fix
* fix LITELLM_KEY_ROTATION_CHECK_INTERVAL_SECONDS
* fix _initialize_spend_tracking_background_jobs
* docs fix
* docs auto rotate
* schema fix
* bump proxy extras
* fix config.yml
2025-09-24 21:37:56 -07:00
Ishaan Jaffer
a0e4707782
Revert "Added missing dependencies ( #14706 )"
...
This reverts commit b33d52c6e1 .
2025-09-24 21:36:57 -07:00
Ishaan Jaff
d9bf6a8c53
Revert "Fix: make pondpond as optional dependency for proxy extras, disab…" ( #14880 )
...
This reverts commit e75d8b711e .
2025-09-24 21:34:42 -07:00
Alex Shoop
e75d8b711e
Fix: make pondpond as optional dependency for proxy extras, disable object pooling gracefully ( #14863 )
...
* pondpond optional dep proxy extra
* lock
2025-09-24 17:09:30 -07:00
Alex Shoop
c919996470
Merge branch 'main' into akshoop/fastuuid-dep-make-optional
2025-09-24 10:31:09 +09:00
Ishaan Jaffer
8d42eccc8a
bump: version 1.77.3 → 1.77.4
2025-09-23 14:44:41 -07:00
Alex Shoop
0232b88325
move fastuuid optional dep to proxy extras
2025-09-24 01:21:49 +09:00
Alex Shoop
c51e0fc54e
fastuuid optional dependency
2025-09-23 23:55:14 +09:00
Ishaan Jaffer
24867cf973
bump: version 1.77.2 → 1.77.3
2025-09-20 11:52:32 -07:00
Ishaan Jaffer
98f33843d9
fix: bump litellm-proxy-extras pip
2025-09-19 17:27:29 -07:00
Krrish Dholakia
565eeca92a
build(pyproject.toml): bump versions
2025-09-18 19:24:34 -07:00
Alexsander Hamir
b33d52c6e1
Added missing dependencies ( #14706 )
...
* fix: adding dependencies
* fix: added to required
* fix: remove from wrong place
* fix: misspelling
2025-09-18 19:20:24 -07:00
Ishaan Jaff
9110af37d0
bump: version 1.77.1 → 1.77.2
2025-09-13 13:55:30 -07:00
Krrish Dholakia
ba6819dc18
bump: version 1.77.0 → 1.77.1
2025-09-09 19:58:21 -07:00
Ishaan Jaff
0a78ff718b
bump pyproject.toml
2025-09-08 16:59:32 -07:00
Ishaan Jaff
a7c99e1841
Revert "Modify cryptography dependency to latest" ( #14358 )
2025-09-08 16:58:13 -07:00
Krish Dholakia
ca33657015
Merge pull request #13947 from c3-AndrewDoan/cryptography_upgrade
...
Modify cryptography dependency to latest
2025-09-06 22:00:58 -07:00
Krrish Dholakia
aa0127a9d4
bump: version 1.76.1 → 1.77.0
2025-09-01 18:52:45 -07:00
Andrew Doan
3f215fcf8f
Merge branch 'main' into cryptography_upgrade
2025-08-28 10:59:51 -04:00
Ishaan Jaff
ee324943d7
bump: version 1.76.0 → 1.76.1
2025-08-26 20:02:57 -07:00
Ishaan Jaff
80d4cc1283
[Perf] Use fastuuid for fast UUID generations - 2.1x Faster ( #13992 )
...
* use fastuuid
* add fastuuid
* add fastuuid==0.12.0
2025-08-26 19:47:25 -07:00
Andrew Doan
fc4c10afdf
Add Builds
2025-08-26 11:55:28 -04:00
Andrew Doan
df45e0e4b9
Change pkg name and authors
2025-08-25 16:37:01 -04:00
Andrew Doan
dac20702f2
Modify cryptography dependency to latest
2025-08-25 13:13:36 -04:00
Ishaan Jaff
58c413d7ab
use litellm-proxy-extras==0.2.18
2025-08-23 13:27:26 -07:00
Ishaan Jaff
3035315ce6
bump: version 1.75.10 → 1.76.0
2025-08-22 07:20:59 -07:00
Krrish Dholakia
fc62f75e04
build: new pypi build
2025-08-21 23:47:45 -07:00
Krrish Dholakia
137a98a5af
bump: version 1.75.8 → 1.75.9
2025-08-18 23:11:08 -07:00
Ishaan Jaff
cac27be56a
bump: version 1.75.7 → 1.75.8
2025-08-16 07:58:17 -07:00
0x-fang
9f17bedb48
bump up boto3 and aioboto3 versions ( #13665 )
2025-08-15 17:06:08 -07:00
Ishaan Jaff
f5a1c14929
Revert "update boto3 version to 1.37.38 ( #13656 )"
...
This reverts commit 6f2264a13d .
2025-08-15 11:24:59 -07:00
0x-fang
6f2264a13d
update boto3 version to 1.37.38 ( #13656 )
2025-08-15 11:06:54 -07:00
Ishaan Jaff
d29bc4255b
bump: version 1.75.6 → 1.75.7
2025-08-14 21:13:21 -07:00
Ishaan Jaff
025ce17564
bump: version 1.75.5 → 1.75.6
2025-08-14 15:30:45 -07:00
Ishaan Jaff
ce4210a17a
bump litellm proxy extras
2025-08-13 17:50:10 -07:00
Ishaan Jaff
38d0736599
bump fastapi-offline
2025-08-12 21:19:29 -07:00
Krrish Dholakia
ece2c9c65d
bump: version 1.75.4 → 1.75.5
2025-08-09 16:31:51 -07:00
Ishaan Jaff
32db7f1508
bump: version 1.75.3 → 1.75.4
2025-08-08 18:30:27 -07:00
Cole McIntosh
1d514cc68b
feat(reasoning): support 'minimal' effort type for OpenAI ( #13447 )
...
* feat(reasoning): support 'minimal' effort type for OpenAI
* fix(reasoning): correctly map 'minimal' effort to Reasoning object
* chore(dependencies): update OpenAI package version to 1.99.5 in pyproject.toml and requirements.txt
* chore(dependencies): update poetry.lock for OpenAI package version 1.99.5 and Poetry version 2.1.3
2025-08-08 17:56:23 -07:00
Ishaan Jaff
aefa71a300
bump: version 1.75.2 → 1.75.3
2025-08-07 21:32:44 -07:00
Ishaan Jaff
b7ced315dd
fix - publish new PIP / prisma migrations
2025-08-07 13:18:45 -07:00
Krrish Dholakia
f74d9f1963
fix(pyproject.toml): fix version
2025-08-05 22:03:47 -07:00
Ishaan Jaff
4c1adeaf67
bump: version 1.75.1 → 1.75.2
2025-08-05 17:53:15 -07:00
Ishaan Jaff
da40b5ec47
bump litellm enterprise
2025-08-05 17:50:40 -07:00
Ishaan Jaff
0308a835b8
bump: version 0.1.17 → 0.1.18
2025-08-05 17:47:16 -07:00
Jugal D. Bhatt
29a8c583c2
added redis iam auth ( #13275 )
2025-08-05 10:56:34 -07:00
Ishaan Jaff
ad26cba8b6
add litellm-enterprise==0.1.17
2025-08-04 17:26:50 -07:00
Ishaan Jaff
8314227a60
bump: version 1.75.0 → 1.75.1
2025-08-04 17:24:40 -07:00
Ishaan Jaff
d948b47dba
bump: version 1.74.15 → 1.75.0
2025-08-04 17:23:55 -07:00
Krrish Dholakia
271fce9f39
build: update poetry
2025-08-02 23:01:46 -07:00
Ishaan Jaff
c378e20573
bump: version 1.74.14 → 1.74.15
2025-08-02 12:38:00 -07:00
Ishaan Jaff
817b139420
bump: version 1.74.13 → 1.74.14
2025-07-31 21:52:27 -07:00
Ishaan Jaff
32da244cc3
bump: version 1.74.12 → 1.74.13
2025-07-31 21:52:27 -07:00
Ishaan Jaff
50b1332fd5
poetry lock
2025-07-30 16:05:56 -07:00
Krrish Dholakia
2af5900c00
build(pyproject.toml): bump version
2025-07-30 15:45:37 -07:00
Ishaan Jaff
33f65114b6
bump: version 1.74.10 → 1.74.11
2025-07-29 16:56:09 -07:00
Ishaan Jaff
5fa2b00c3f
[Feat] MLFlow Logging - Allow adding tags for ML Flow logging requests ( #13108 )
...
* add mlflow tags
* fixes config
* add litellm mlflow
* test_mlflow_request_tags_functionality
* docs ML flow litellm proxy
* docs ml flow
* docs mlflow
2025-07-29 16:51:27 -07:00
Ishaan Jaff
c44e6017c0
fix mcp dep for litellm ( #13102 )
2025-07-29 14:25:22 -07:00
Krrish Dholakia
2ffc781864
bump: version 1.74.9 → 1.74.10
2025-07-28 17:52:20 -07:00
Krrish Dholakia
2d697ca476
build: bump pip
2025-07-28 16:10:19 -07:00
Krish Dholakia
d6423d913d
build: update pip package ( #12998 )
2025-07-25 16:23:53 -07:00
Ishaan Jaff
fdb2ebf344
bump: version 1.74.8 → 1.74.9
2025-07-24 21:27:15 -07:00
Ishaan Jaff
b8e404dd95
[Feat] Backend Router - Add Auto-Router powered by semantic-router ( #12955 )
...
* add router.json
* test_router_auto_router
* async_pre_routing_hook
* fixes for auto router
* add async_pre_routing_hook
* add LiteLLMRouterEncoder
* update test auto_router_embedding_model
* add auto_router_embedding_model
* add AutoRouter
* fix async_pre_routing_hook
* update async_pre_routing_hook
* fix auto router
* fix router.json
* working router init
* working embedding encoder
* working auto router
* test_router_auto_router
* test auto router
* add semantic-router as optional for litellm
* add extras
* semantic_router==0.1.10
* ruff fix
* use aiohttp==3.10.11
* python-dotenv==1.0.1
* test auto router
* test_router_auto_router
* semantic_router
* test_is_auto_router_deployment
* fix check
* fix docker build step
* add semantic_router
* Revert "add semantic_router"
This reverts commit 537b67288798731a119d811f643b682086377ee9.
2025-07-24 18:32:56 -07:00
Ishaan Jaff
99ad24c683
[Feat] LiteLLM x Cloudzero integration - Allow exporting spend to cloudzero ( #12908 )
...
* add cz init
* add DataAnalyzer
* add CZRNGenerator -> LiteLLM resource generator
* add CloudZeroStreamer
* add CBFTransformer
* add cloudzero DB connection
* add config
* add cli.py
* cleanup
* add CloudZeroLogger
* add CloudZeroLogger
* update CloudZeroLogger
* add cloudzero_router to litellm proxy
* add CloudZeroInitRequest
* add cloudzero spend endpoints
* simple dry run endpoint
* refactor dir structure
* add well types CBFRecord
* TestCBFTransformer
* TestCloudZeroStreamer
* ruff fix
* add polars pip + docker requirements.txt
* _group_by_date
* update code qa check
* docs for CZ params
2025-07-23 13:00:58 -07:00
Krrish Dholakia
e683a41993
bump: version 1.74.7 → 1.74.8
2025-07-22 08:54:03 -07:00
Krish Dholakia
e4e10aa4ed
Litellm dev 07 21 2025 p1 ( #12848 )
...
* fix(main.py): fix async retryer
Fixes https://github.com/BerriAI/litellm/issues/12830
* fix(forward_clientside_headers_by_model_group.py): filter out 'content-type' from forwardable headers
clientside content-type != proxy content type, can cause requests to hang
* test(tests/): update tests
2025-07-21 22:09:39 -07:00
Ishaan Jaff
c91712e579
bump: version 1.74.7 → 1.74.8
2025-07-21 18:29:34 -07:00
Krrish Dholakia
eb7e50b1f2
bump: version 1.74.6 → 1.74.7
2025-07-19 16:39:36 -07:00
Ishaan Jaff
96f7eb6f78
bump litellm enterprise version
2025-07-19 10:12:33 -07:00