ulab-uiuc / research-town

A platform for AI researcher community
http://docs.auto-research.dev
Apache License 2.0
13 stars 3 forks source link

fix(deps): bump litellm from 1.43.1 to 1.43.13 #496

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps litellm from 1.43.1 to 1.43.13.

Release notes

Sourced from litellm's releases.

v1.43.13

We're launching Day 0 support for Anthropic Prompt Caching on LiteLLM 👉 Start here: https://docs.litellm.ai/docs/providers/anthropic#prompt-caching

📖 Cut Costs and latency, use Anthropic prompt caching for the following scenarios:

🛠️ [Fix-Proxy] Allow running docker, docker-database as non-root user (h/t Oz Elhassid)

📈 [Fix] Prometheus use 'litellm_' prefix for new deployment metrics (h/t Filipe Andujar)

✅ [Feat-Proxy] Add failure logging for GCS bucket logging https://docs.litellm.ai/docs/proxy/bucket Group 5955

What's Changed

New Contributors

Full Changelog: https://github.com/BerriAI/litellm/compare/v1.43.12...v1.43.13

Docker Run LiteLLM Proxy

docker run \
-e STORE_MODEL_IN_DB=True \
-p 4000:4000 \
ghcr.io/berriai/litellm:main-v1.43.13

Don't want to maintain your internal proxy? get in touch 🎉

Hosted Proxy Alpha: https://calendly.com/d/4mp-gd3-k5k/litellm-1-1-onboarding-chat

... (truncated)

Commits
  • 9c039a9 bump: version 1.43.12 → 1.43.13
  • 1f63160 Merge pull request #5210 from BerriAI/litellm_add_prompt_caching_support
  • 912acb1 docs using proxy with context caaching anthropic
  • c5647ac Merge pull request #5211 from msabramo/use-AZURE_API_VERSION-as-default-azure...
  • 2267b8a docs add examples with litellm proxy
  • fd122aa docs add examples doing context caching anthropic sdk
  • 78a2013 add test for large context in system message for anthropic
  • 76a5f5d move claude prompt caching to diff file
  • e0ff482 add test for caching tool calls
  • ac9aa1a Use AZURE_API_VERSION as default azure openai version
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 month ago

Superseded by #499.