From ee6971b1a097a61217db64f56f902629dc812b8d Mon Sep 17 00:00:00 2001 From: cruldra Date: Tue, 23 Sep 2025 21:49:09 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore(.gitignore):=20=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E8=99=9A=E6=8B=9F=E7=8E=AF=E5=A2=83=E5=92=8C=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E5=8F=98=E9=87=8F=E6=96=87=E4=BB=B6=E5=88=B0=E5=BF=BD?= =?UTF-8?q?=E7=95=A5=E5=88=97=E8=A1=A8=20=F0=9F=94=A7=20chore(pyproject.to?= =?UTF-8?q?ml):=20=E6=9B=B4=E6=96=B0=E4=BE=9D=E8=B5=96=E9=A1=B9=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=B9=B6=E6=B7=BB=E5=8A=A0=E6=96=B0=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E9=A1=B9=E5=88=B0=E5=BC=80=E5=8F=91=E7=BB=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 ++- pyproject.toml | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c66bb57..ece4c3d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ uv.lock -.venv \ No newline at end of file +.venv +.env \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 0b96199..5c1d8ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,8 +7,8 @@ requires-python = ">=3.12" # uv pip compile pyproject.toml -o ./requirements.txt dependencies = [ - "dify-plugin>=0.4.3", - "openai>=1.99.9", + "dify-plugin-dongjak>=0.4.5", + "openai>=1.108.2", ] # uv run black . -C -l 100 @@ -16,6 +16,7 @@ dependencies = [ [dependency-groups] dev = [ "black>=25.1.0", + "dify-plugin", "pytest>=8.4.1", "ruff>=0.12.5", ]