Skip to content

Commit

Permalink
chore(backend): upgrade langfuse
Browse files Browse the repository at this point in the history
  • Loading branch information
wd0517 committed Jul 24, 2024
1 parent 80c7e19 commit e7f9655
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 0 additions & 1 deletion backend/app/rag/llms/anthropic_vertex/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,6 @@ def gen() -> ChatResponseGen:
},
),
delta=content_delta,
raw=r,
)
elif isinstance(r, ContentBlockStartEvent):
if isinstance(r.content_block, ToolUseBlock):
Expand Down
2 changes: 1 addition & 1 deletion backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies = [
"pymysql>=1.1.1",
"celery>=5.4.0",
"dspy-ai>=2.4.9",
"langfuse>=2.36.2",
"langfuse>=2.39.3",
"llama-index>=0.10.57",
"alembic>=1.13.1",
"pydantic>=2.7.4",
Expand Down
3 changes: 2 additions & 1 deletion backend/requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ anthropic==0.31.0
anyio==4.4.0
# via anthropic
# via httpx
# via langfuse
# via openai
# via starlette
# via watchfiles
Expand Down Expand Up @@ -286,7 +287,7 @@ langchain-openai==0.1.16
# via ragas
langchain-text-splitters==0.2.2
# via langchain
langfuse==2.36.2
langfuse==2.39.3
langsmith==0.1.88
# via langchain
# via langchain-community
Expand Down
3 changes: 2 additions & 1 deletion backend/requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ anthropic==0.31.0
anyio==4.4.0
# via anthropic
# via httpx
# via langfuse
# via openai
# via starlette
# via watchfiles
Expand Down Expand Up @@ -266,7 +267,7 @@ langchain-openai==0.1.16
# via ragas
langchain-text-splitters==0.2.2
# via langchain
langfuse==2.36.2
langfuse==2.39.3
langsmith==0.1.88
# via langchain
# via langchain-community
Expand Down

0 comments on commit e7f9655

Please sign in to comment.