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