From 1f948ac4386807df4a6f1b5a7e42fc2e375a8ae3 Mon Sep 17 00:00:00 2001 From: cruldra Date: Wed, 24 Sep 2025 03:54:44 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=86=95=20chore(.gitignore):=20=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0.env=E5=92=8C.idea=E5=88=B0=E5=BF=BD=E7=95=A5=E5=88=97?= =?UTF-8?q?=E8=A1=A8=20=F0=9F=94=A7=20fix(pyproject.toml):=20=E6=9B=B4?= =?UTF-8?q?=E6=96=B0dify-plugin-dongjak=E4=BE=9D=E8=B5=96=E5=88=B00.4.6?= =?UTF-8?q?=E7=89=88=E6=9C=AC=20=F0=9F=94=A7=20fix(requirements.txt):=20?= =?UTF-8?q?=E6=9B=B4=E6=96=B0dify-plugin-dongjak=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E4=B8=BA0.4.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 +++- pyproject.toml | 2 +- requirements.txt | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ece4c3d..dcc7de2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ uv.lock .venv -.env \ No newline at end of file +.env +.idea +__pycache__ \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 5c1d8ae..3c2efc1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", ] diff --git a/requirements.txt b/requirements.txt index 9c1155f..ee2d3bd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,7 +23,7 @@ colorama==0.4.6 # via # click # tqdm -dify-plugin-dongjak==0.4.5 +dify-plugin-dongjak==0.4.6 # via openai-api-compatible-gnrzr6cey (pyproject.toml) distro==1.9.0 # via openai