Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions plugins/octobus/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
name = "dify-plugin-octobus"
version = "0.4.3"
requires-python = ">=3.12"
dependencies = ["dify_plugin==0.10.0", "requests==2.34.2"]
dependencies = ["dify_plugin==0.10.2", "requests==2.34.2"]

[dependency-groups]
dev = ["pytest>=9.0.3", "pytest-cov==7.1.0", "pyyaml>=6.0.0", "responses>=0.25.0", "ruff==0.16.0"]
dev = ["pytest>=9.0.3", "pytest-cov==7.1.0", "pyyaml>=6.0.0", "responses>=0.26.3", "ruff==0.16.5"]

[tool.ruff]
line-length = 100
Expand Down
32 changes: 16 additions & 16 deletions plugins/octobus/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,31 +11,31 @@ certifi==2026.7.22
# httpcore
# httpx
# requests
cffi==2.1.0 ; platform_python_implementation == 'CPython' and sys_platform == 'win32'
cffi==2.1.1 ; platform_python_implementation == 'CPython' and sys_platform == 'win32'
# via gevent
charset-normalizer==3.4.9
charset-normalizer==3.5.1
# via requests
click==8.4.2
click==8.5.0
# via flask
colorama==0.4.6 ; sys_platform == 'win32'
# via click
dify-plugin==0.10.0
dify-plugin==0.10.2
# via dify-plugin-octobus
dpkt==1.9.8
# via dify-plugin
flask==3.1.3
# via dify-plugin
gevent==26.7.0
gevent==26.8.0
# via dify-plugin
greenlet==3.5.4 ; platform_python_implementation == 'CPython'
greenlet==3.5.5 ; platform_python_implementation == 'CPython'
# via gevent
h11==0.16.0
# via httpcore
httpcore==1.0.9
# via httpx
httpx==0.28.1
# via dify-plugin
idna==3.18
idna==3.19
# via
# anyio
# httpx
Expand All @@ -52,25 +52,25 @@ markupsafe==3.0.3
# werkzeug
multidict==6.7.1
# via yarl
packaging==26.2
packaging==26.3
# via dify-plugin
propcache==0.5.2
# via yarl
pycparser==3.0 ; implementation_name != 'PyPy' and platform_python_implementation == 'CPython' and sys_platform == 'win32'
# via cffi
pydantic==2.13.4
pydantic==2.13.5
# via
# dify-plugin
# pydantic-settings
pydantic-core==2.46.4
pydantic-core==2.48.0
# via pydantic
pydantic-settings==2.14.2
pydantic-settings==2.15.0
# via dify-plugin
python-dotenv==1.2.2
python-dotenv==1.2.3
# via pydantic-settings
pyyaml==6.0.3
# via dify-plugin
regex==2026.7.19
regex==2026.9.3
# via tiktoken
requests==2.34.2
# via
Expand All @@ -79,15 +79,15 @@ requests==2.34.2
# tiktoken
socksio==1.0.0
# via dify-plugin
tiktoken==0.13.0
tiktoken==0.14.0
# via dify-plugin
typing-extensions==4.16.0
# via
# anyio
# pydantic
# pydantic-core
# typing-inspection
typing-inspection==0.4.2
typing-inspection==0.4.4
# via
# pydantic
# pydantic-settings
Expand All @@ -101,5 +101,5 @@ yarl==1.24.5
# via dify-plugin
zope-event==6.2
# via gevent
zope-interface==8.5
zope-interface==8.6
# via gevent
67 changes: 29 additions & 38 deletions plugins/octobus/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading