Skip to content

Commit 8b0d588

Browse files
committed
chore: add fpdf2 dependency to langbuilder packages
Add fpdf2==2.8.2 to both langbuilder and langbuilder-base pyproject.toml to match the version already present in openwebui.
1 parent 4730b5d commit 8b0d588

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

langbuilder/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ dependencies = [
5858
"youtube-transcript-api==0.6.3",
5959
"Markdown==3.7",
6060
"weasyprint",
61+
"fpdf2==2.8.2",
6162
"upstash-vector==0.6.0",
6263
"GitPython==3.1.43",
6364
"kubernetes==31.0.0",

langbuilder/src/backend/base/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ dependencies = [
9494
"composio-langchain==0.7.20",
9595
"pymysql==1.1.1",
9696
"weasyprint",
97+
"fpdf2==2.8.2",
9798
"google-api-python-client>=2.100.0",
9899
"google-auth>=2.23.0",
99100
]

0 commit comments

Comments
 (0)