Skip to content

Commit a1ce3d6

Browse files
committed
Pin "ragas" dependency to version 0.2.6 to resolve async loop error. Clean up unused dependencies in lock file.
1 parent 1fffe4c commit a1ce3d6

2 files changed

Lines changed: 154 additions & 145 deletions

File tree

backend/pyproject.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
2-
name = "autoflow-api"
2+
name = "tidb-ai-backend"
33
version = "0.2.9"
4-
description = "The API Server for AutoFlow"
4+
description = "The Backend Server for TiDB.AI"
55
authors = [
66
{ name = "wd0517", email = "[email protected]" },
77
{ name = "mini256", email = "[email protected]" }
@@ -32,7 +32,9 @@ dependencies = [
3232
"sentry-sdk>=2.5.1",
3333
"langfuse>=2.59.1",
3434
"langchain-openai>=0.2.9",
35-
"ragas>=0.2.6",
35+
# Pin ragas to 0.2.6 to avoid async loop error:
36+
# https://github.com/explodinggradients/ragas/issues/1819
37+
"ragas==0.2.6",
3638
"deepeval>=0.21.73",
3739
"click>=8.1.7",
3840
"tenacity~=8.4.0",

backend/uv.lock

Lines changed: 149 additions & 142 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)