Commit graph

13297 commits

Author SHA1 Message Date
dependabot[bot]
ee729a5d1d
build(deps): bump urllib3 from 2.2.1 to 2.2.2
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/2.2.1...2.2.2)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-17 23:06:47 +00:00
Krish Dholakia
fcea4c22ad
Merge pull request #4228 from CodeVigilanteOfficial/fix_rce_eval
Update utils.py (fix dangerous code)
2024-06-17 12:43:29 -07:00
Krish Dholakia
2b9e9533b8
Merge pull request #4243 from BerriAI/litellm_gemini_pricing
Add Gemini context window pricing
2024-06-17 12:42:44 -07:00
Ishaan Jaff
092040afec fix docs build 2024-06-17 11:52:49 -07:00
Krrish Dholakia
577b90aad8 build(model_prices_and_context_window.json): add vertex ai pricing for dynamic context window 2024-06-17 11:20:34 -07:00
Krrish Dholakia
19145805dd build(model_prices_and_context_window.json): add gemini pricing based on context window 2024-06-17 11:04:39 -07:00
Krrish Dholakia
b886812787 fix(__init__.py): add gemini models to all model list
Fixes https://github.com/BerriAI/litellm/issues/4240
2024-06-17 10:54:28 -07:00
Krrish Dholakia
2623bb260f fix(litellm_logging.py): fix lago callback logic 2024-06-17 09:10:19 -07:00
Krrish Dholakia
cc066e019a fix(utils.py): don't require httpx.response for azure badrequesterror 2024-06-17 08:51:50 -07:00
Ishaan Jaff
0bb3ad972c
Merge pull request #4223 from BerriAI/litellm_refactor_proxy_2
[Refactor Proxy] - refactor proxy place internal user, customer endpoints in separate file
2024-06-17 08:49:36 -07:00
Krish Dholakia
8bb459fd95
Merge pull request #4226 from Intellegam/main
Langfuse Integration ignore Embedding Output
2024-06-17 08:33:03 -07:00
Krrish Dholakia
7dd0151f83 fix(bedrock.py): support custom prompt templates for all providers
Fixes https://github.com/BerriAI/litellm/issues/4239
2024-06-17 08:28:46 -07:00
CodeVigilante
ef87a75f77
Update utils.py
fix dangerous code for this vulnerability https://huntr.com/bounties/ae623c2f-b64b-4245-9ed4-f13a0a5824ce
2024-06-16 22:49:28 +02:00
Hannes Burrichter
27df662164 Fix missing Azure api version in Langfuse create_async_task test 2024-06-16 16:09:35 +02:00
Hannes Burrichter
1b644fa0fc
Merge branch 'BerriAI:main' into main 2024-06-16 15:15:00 +02:00
Hannes Burrichter
d338a94a57 Set Langfuse output to null for embedding responses 2024-06-16 15:14:34 +02:00
Krrish Dholakia
3a35a58859 bump: version 1.40.14 → 1.40.15 2024-06-16 01:09:26 -07:00
Krrish Dholakia
877b37c6de ci(pre-commit-config.yaml): add isort as a pre-commit hook 2024-06-15 16:48:00 -07:00
Ishaan Jaff
b718e7ec79 fix- refactor proxy place internal user endpoints in sep file 2024-06-15 16:39:06 -07:00
Ishaan Jaff
f84941bdc0
Merge pull request #4217 from BerriAI/litellm_refactor_proxy_server
[Refactor-Proxy] Make proxy_server.py < 10K lines (move management, key, endpoints to their own files)
2024-06-15 16:27:31 -07:00
Ishaan Jaff
d8dd0408b0 docs - fix build time issues 2024-06-15 16:12:37 -07:00
Ishaan Jaff
dc72545396 doc - add comment explaining user_api_key_auth file 2024-06-15 16:08:17 -07:00
Ishaan Jaff
eb8b46b445 docs - fix deps 2024-06-15 16:05:32 -07:00
Ishaan Jaff
5746a6b9bf
Merge pull request #4220 from BerriAI/litellm_admin_ui_sign_up_flow
fix - non sso ui sign up flow
2024-06-15 15:55:21 -07:00
Ishaan Jaff
70e3295ead ui - new build 2024-06-15 15:53:46 -07:00
Ishaan Jaff
a0483ac0e5
Merge pull request #4222 from BerriAI/ui_show_exceptions
ui - show exceptions
2024-06-15 15:50:48 -07:00
Ishaan Jaff
5e8b65f1f1 ui - show exceptions 2024-06-15 15:40:49 -07:00
Ishaan Jaff
2f9aa308f1 fix - remove deprecated clickhouse utils 2024-06-15 15:33:26 -07:00
Ishaan Jaff
ae884f741e fix - non sso ui sign up flow 2024-06-15 15:26:44 -07:00
Krish Dholakia
f2b3770869
Merge pull request #4216 from BerriAI/litellm_refactor_logging
refactor(utils.py): Cut down utils.py to <10k lines.
2024-06-15 15:19:42 -07:00
Ishaan Jaff
0865e26bc0 docs - fix build time errors 2024-06-15 15:11:10 -07:00
Ishaan Jaff
ae86722a8d test proxy server.py 2024-06-15 15:09:49 -07:00
Ishaan Jaff
69a20c94fd docs - fix doc build time errors 2024-06-15 14:58:02 -07:00
Krrish Dholakia
ffa546d649 docs(utils.py): add comments explaining utils vs. core utils 2024-06-15 14:50:05 -07:00
Krrish Dholakia
6a0b71c1eb test(test_utils.py): fix import 2024-06-15 14:47:46 -07:00
Ishaan Jaff
6a5a9d02a9 fix litellm.tests.test_update_spend 2024-06-15 14:37:58 -07:00
Ishaan Jaff
3a35657420
Merge pull request #4211 from BerriAI/litellm_fix_anthropic_cache_httpclient
[Reliability Fix] Anthropic / Bedrock HTTPX -  Cache Async Httpx client
2024-06-15 14:36:41 -07:00
Ishaan Jaff
4893fbe27b fix test jwt 2024-06-15 14:24:00 -07:00
Ishaan Jaff
1806be559d doc fix 2024-06-15 14:22:32 -07:00
Ishaan Jaff
0f8237e263 fix - refactor key endpoints 2024-06-15 14:13:32 -07:00
Ishaan Jaff
349724a630 use directories for importing new endpoints 2024-06-15 13:35:21 -07:00
Ishaan Jaff
c6986c66cc fix new team test 2024-06-15 13:24:13 -07:00
Ishaan Jaff
938cca57d4 refactor health endpoints 2024-06-15 12:39:04 -07:00
Ishaan Jaff
1b271aa95c fix swagger 2024-06-15 12:22:16 -07:00
Ishaan Jaff
b4057dc022 refactor spend endpoints 2024-06-15 12:17:33 -07:00
Krrish Dholakia
3f9811c6a9 test(test_completion_cost.py): fix import 2024-06-15 12:08:49 -07:00
Krrish Dholakia
af88e55d46 fix(utils.py): move 'set_callbacks' to litellm_logging.py 2024-06-15 12:02:30 -07:00
Ishaan Jaff
23e5f36522 fix test 2024-06-15 11:46:15 -07:00
Ishaan Jaff
eeb7111855
Merge pull request #4215 from BerriAI/litellm_refactor_proxy
[Refactor-Proxy] Refactor user_api_key_auth to be it's own file
2024-06-15 11:42:25 -07:00
Ishaan Jaff
f2570fdf00 feat - refactor team endpoints 2024-06-15 11:40:36 -07:00