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", ]