chore: add new apify package version - #2868
Open
jakcinmarina wants to merge 1 commit into
Open
Conversation
crazywoola
requested changes
Aug 14, 2026
crazywoola
left a comment
Member
There was a problem hiding this comment.
❌ Request Changes
Decision: Request changes
Failed Checks
| Check | Status | Detail | Required action |
|---|---|---|---|
dify_plugin version |
❌ Fail | dify_plugin version must be >= 0.9.0; found 0.4.5. | Use dify_plugin >= 0.9.0 in the packaged plugin environment. |
Full Check Results
| Check | Status | Detail | Required action |
|---|---|---|---|
PR content language |
✅ Pass | PR title/body CJK ratio=0.0% (zh=0, en=3029, ignored_zh=0, allowed_zh<=0) | None. |
Project structure |
✅ Pass | All expected files present: manifest.yaml, README.md, PRIVACY.md. _assets/: yes. | None. |
Manifest author |
✅ Pass | author is valid. | None. |
Icon validation |
✅ Pass | icon exists: _assets/apify.svg | None. |
Version check |
✅ Pass | version 1.1.0 is available. | None. |
README language |
✅ Pass | README.md CJK ratio=0.0% (zh=0, en=6689, allowed_zh<=0) | None. |
PRIVACY.md |
✅ Pass | PRIVACY.md exists and is non-empty. | None. |
Dependency install |
✅ Pass | requirements installed successfully. | None. |
dify_plugin version |
❌ Fail | dify_plugin version must be >= 0.9.0; found 0.4.5. | Use dify_plugin >= 0.9.0 in the packaged plugin environment. |
Install test |
✅ Pass | plugin install test passed. | None. |
Packaging test |
✅ Pass | packaging check passed. | None. |
Next steps
- dify_plugin version: Use dify_plugin >= 0.9.0 in the packaged plugin environment.
Please address these issues and push an update.
Contributor
Author
|
@crazywoola hello, just to check, do we need to fix also all the issues from the pre-check-plugin job (#2868 (comment)) or only the dify_plugin version? |
Member
|
@crazywoola please see the errors in the CI checks above. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Plugin Submission
Plugin information
Submission type
What changed
This release migrates the plugin to apify-client v3. Actor run results are now
serialized from the client's typed models, so they may include additional fields
with null values where the API omits them, while existing fields keep the same
names and values.
Risk level
The capabilities behind the Medium rating (user-provided URLs, starting runs in
the user's Apify account) have been present since 1.0.0 and are unchanged in
this release.
Required checks
.envfiles,.gitdirectories, virtual environments, caches, logs, or IDE files.PRIVACY.mdor a hosted privacy policy, andmanifest.yamlreferences it.Security and privacy notes
apify/website-content-crawlerActor.Task" run a user-specified Apify Actor with user-supplied input, on Apify's
infrastructure under the user's own Apify account.
user's Apify account.
Local validation
flake8 .dify plugin package . -o apify.difypkgplugin packaged successfully (118 KB)
Installed the packaged .difypkg into a Dify Cloud instance (previously running 1.0.3)
and verified the plugin loads, all tools appear, and credential validation works with
both a valid and an invalid API token.
Reviewer notes
(
.difyignore), the README, and the dependency list are unchanged from 1.0.3..difyignoredoes not exclude.ruff_cache/(13 lint cachefiles), and the package also carries a few repo files not needed at runtime
(
CLAUDE.md,CONTRIBUTING.md,pyproject.toml,.flake8,.env.example, allpresent since earlier releases). No secrets or user data, no runtime effect. We
will tighten the ignore rules in the next release.
(https://github.com/apify/apify-dify-integration). Also the case in 1.0.3. We will
add it in the next release.
requestsandwerkzeugare unbounded inrequirements.txt(addedin ci: replace base url with prod env #23, unchanged here). Both are already bounded transitive dependencies of
dify_plugin(requests~=2.32.3,Werkzeug~=3.0.3), so effective versions areconstrained by the runtime.
described above. No bundled binaries.
minimum_dify_versionis 1.11.4.