Merge pull request #5497 from BerriAI/litellm_bump_langfuse_v
[Feat-Proxy] bump langfuse sdk version on docker
This commit is contained in:
commit
5f73c1cb69
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user