Skip to content

Commit 70948af

Browse files
authored
Merge pull request #443 from PlanExeOrg/fix/dependency-conflicts-batch
fix: resolve dependency conflicts blocking dependabot PRs
2 parents db0eb19 + 501a702 commit 70948af

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

frontend_single_user/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
gradio==6.0.2
2-
gradio_client==2.0.1
1+
gradio==6.10.0
2+
gradio_client==2.4.0
33
fastapi==0.124.0
44
uvicorn==0.42.0
55
httpx==0.28.1
6-
pydantic==2.12.4
6+
pydantic==2.12.5
77
typing_extensions==4.15.0
88
starlette==0.50.0
99
jinja2==3.1.6

worker_plan/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ dependencies = [
6161
"llama-index-readers-llama-parse==0.5.1",
6262
"llama-parse==0.6.88",
6363
"lockfile==0.12.2",
64-
"luigi==3.6.0",
64+
"luigi==3.8.0",
6565
"Markdown==3.10",
6666
"markdown-it-py==4.0.0",
6767
"MarkupSafe==3.0.3",
@@ -104,7 +104,7 @@ dependencies = [
104104
"SQLAlchemy==2.0.45",
105105
"starlette==0.50.0",
106106
"striprtf==0.0.26",
107-
"tenacity==8.5.0",
107+
"tenacity==9.1.4",
108108
"tiktoken==0.12.0",
109109
"tokenizers==0.22.1",
110110
"tornado==6.5.4",

0 commit comments

Comments
 (0)