[PR #2] [MERGED] chore: quote identifier for package using latest version #2

Closed
opened 2026-02-16 09:24:48 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-agentbox/pull/2
Author: @bowenliang123
Created: 1/15/2026
Status: Merged
Merged: 1/16/2026
Merged by: @Yeuoly

Base: mainHead: quote-python-dep


📝 Commits (1)

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 scripts/03-install-python-packages.sh (+1 -1)

📄 Description

  • before:
# Install Python packages
/opt/conda/bin/pip install --no-cache-dir \
"pandas[excel,html,xml]~=2.2.3" \
numpy \
"markdown>=3.10" \
"xhtml2pdf~=0.2.17" \
"python-pptx~=1.0.2" \
"PyMuPDF~=1.24.0" \
"pypandoc-binary~=1.13" \
"pillow~=10.4.0" \
psutil \
tenacity \
html2text \
jinja2 \
requests \
...
  • after:
# Install Python packages
/opt/conda/bin/pip install --no-cache-dir \
"pandas[excel,html,xml]~=2.2.3" \
"numpy" \
"markdown>=3.10" \
"xhtml2pdf~=0.2.17" \
"python-pptx~=1.0.2" \
"PyMuPDF~=1.24.0" \
"pypandoc-binary~=1.13" \
"pillow~=10.4.0" \
"psutil" \
"tenacity" \
"html2text" \
"jinja2" \
"requests" \
...

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-agentbox/pull/2 **Author:** [@bowenliang123](https://github.com/bowenliang123) **Created:** 1/15/2026 **Status:** ✅ Merged **Merged:** 1/16/2026 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `quote-python-dep` --- ### 📝 Commits (1) - [`98070b6`](https://github.com/langgenius/dify-agentbox/commit/98070b64b00d737452e292d0d835076c5284f761) update ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `scripts/03-install-python-packages.sh` (+1 -1) </details> ### 📄 Description - before: ``` # Install Python packages /opt/conda/bin/pip install --no-cache-dir \ "pandas[excel,html,xml]~=2.2.3" \ numpy \ "markdown>=3.10" \ "xhtml2pdf~=0.2.17" \ "python-pptx~=1.0.2" \ "PyMuPDF~=1.24.0" \ "pypandoc-binary~=1.13" \ "pillow~=10.4.0" \ psutil \ tenacity \ html2text \ jinja2 \ requests \ ... ``` - after: ``` # Install Python packages /opt/conda/bin/pip install --no-cache-dir \ "pandas[excel,html,xml]~=2.2.3" \ "numpy" \ "markdown>=3.10" \ "xhtml2pdf~=0.2.17" \ "python-pptx~=1.0.2" \ "PyMuPDF~=1.24.0" \ "pypandoc-binary~=1.13" \ "pillow~=10.4.0" \ "psutil" \ "tenacity" \ "html2text" \ "jinja2" \ "requests" \ ... ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 09:24:48 -05:00
yindo closed this issue 2026-02-16 09:24:48 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-agentbox#2