Merge pull request #5497 from BerriAI/litellm_bump_langfuse_v

[Feat-Proxy] bump langfuse sdk version on docker
This commit is contained in:
Ishaan Jaff 2024-09-03 18:18:19 -07:00 committed by GitHub
commit 5f73c1cb69
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -42,7 +42,7 @@ jobs:
pip install langchain
pip install lunary==0.2.5
pip install "azure-identity==1.16.1"
pip install "langfuse==2.27.1"
pip install "langfuse==2.45.0"
pip install "logfire==0.29.0"
pip install numpydoc
pip install traceloop-sdk==0.21.1

View file

@ -1,5 +1,5 @@
# LITELLM PROXY DEPENDENCIES #
anyio==4.2.0 # openai + http req.
anyio==4.4.0 # openai + http req.
openai==1.40.0 # openai req.
fastapi==0.111.0 # server dep
backoff==2.2.1 # server dep
@ -17,7 +17,7 @@ google-cloud-aiplatform==1.47.0 # for vertex ai calls
anthropic[vertex]==0.21.3
google-generativeai==0.5.0 # for vertex ai calls
async_generator==1.10.0 # for async ollama calls
langfuse==2.27.1 # for langfuse self-hosted logging
langfuse==2.45.0 # for langfuse self-hosted logging
datadog-api-client==2.23.0 # for datadog logging
prometheus_client==0.20.0 # for /metrics endpoint on proxy
orjson==3.9.15 # fast /embedding responses