Skip to content
Open
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/rivers_ioc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ 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
# via requests
Expand Down Expand Up @@ -64,7 +64,7 @@ pydantic==2.13.4
# via
# dify-plugin
# pydantic-settings
pydantic-core==2.46.4
pydantic-core==2.47.0
# via pydantic
pydantic-settings==2.14.2
# via dify-plugin
Expand Down
Loading