🆕 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

2
.gitignore vendored
View File

@@ -1,3 +1,5 @@
uv.lock uv.lock
.venv .venv
.env .env
.idea
__pycache__

View File

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

View File

@@ -23,7 +23,7 @@ colorama==0.4.6
# via # via
# click # click
# tqdm # tqdm
dify-plugin-dongjak==0.4.5 dify-plugin-dongjak==0.4.6
# via openai-api-compatible-gnrzr6cey (pyproject.toml) # via openai-api-compatible-gnrzr6cey (pyproject.toml)
distro==1.9.0 distro==1.9.0
# via openai # via openai