🆕 chore(.gitignore): 添加.env和.idea到忽略列表

🔧 fix(pyproject.toml): 更新dify-plugin-dongjak依赖到0.4.6版本
🔧 fix(requirements.txt): 更新dify-plugin-dongjak版本为0.4.6
This commit is contained in:
2025-09-24 03:54:44 +08:00
parent 22ecd2cb44
commit 1f948ac438
3 changed files with 5 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ requires-python = ">=3.12"
# uv pip compile pyproject.toml -o ./requirements.txt
dependencies = [
"dify-plugin-dongjak>=0.4.5",
"dify-plugin-dongjak>=0.4.6",
"openai>=1.108.2",
]