mirror of
https://github.com/langgenius/dify-plugin-sdks.git
synced 2026-07-22 02:15:22 -04:00
the dependencies package #5
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @XiaoBa-Yu on GitHub (Feb 19, 2025).
ERROR: Cannot install -r requirements.txt (line 1), -r requirements.txt (line 5) and -r requirements.txt (line 6) because these package versions have conflicting dependencies.
The conflict is caused by:
dify-plugin 0.0.1b67 depends on pydantic~=2.8.2
gradio 5.10.0 depends on pydantic>=2.0
browser-use 0.1.37 depends on pydantic>=2.10.4
Please open scope of pydantic library
@dar0xt commented on GitHub (Feb 21, 2025):
I'm in the same situation.
@Mairuis commented on GitHub (Dec 9, 2025):
Hi @XiaoBa-Yu @dar0xt,
This issue has been fixed in newer versions of the SDK.
The pydantic dependency constraint has been relaxed from
pydantic~=2.8.2topydantic>=2.8.2, which allows compatibility with packages that require newer pydantic versions likebrowser-use.Please upgrade to the latest version of
dify-plugin:Closing this issue as resolved.