Skip to content

Update comfy-kitchen package version to 0.2.31 - #15564

Merged
comfyanonymous merged 1 commit into
masterfrom
comfyanonymous-patch-2
Aug 13, 2026
Merged

Update comfy-kitchen package version to 0.2.31#15564
comfyanonymous merged 1 commit into
masterfrom
comfyanonymous-patch-2

Conversation

@comfyanonymous

Copy link
Copy Markdown
Member

No description provided.

@socket-security

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedpypi/​comfy-kitchen@​0.2.30 ⏵ 0.2.3110010010010080

View full report

@coderabbitai

coderabbitai Bot commented Aug 13, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 01a40a07-72b8-4514-bee2-1acb009d9180

📥 Commits

Reviewing files that changed from the base of the PR and between 2220d11 and 5378b6c.

📒 Files selected for processing (1)
  • requirements.txt
📜 Recent review details
⏰ Context from checks skipped due to timeout. (15)
  • GitHub Check: Socket Security: Pull Request Alerts
  • GitHub Check: test
  • GitHub Check: Run Pylint
  • GitHub Check: test (ubuntu-latest)
  • GitHub Check: test (macos-latest)
  • GitHub Check: test (windows-2022)
  • GitHub Check: test (windows-latest)
  • GitHub Check: test (macos-latest)
  • GitHub Check: test (ubuntu-latest)
  • GitHub Check: Build Test (3.10)
  • GitHub Check: Build Test (3.11)
  • GitHub Check: Build Test (3.12)
  • GitHub Check: Build Test (3.14)
  • GitHub Check: Build Test (3.13)
  • GitHub Check: Run Pylint
🧰 Additional context used
📓 Path-based instructions (3)
**/*

📄 CodeRabbit inference engine (AGENTS.md)

**/*: Keep changes small, direct, and limited to the narrowest necessary code path and smallest number of files.
Prefer practical fixes, minimal dependencies, and existing repository patterns; remove obsolete, dead, unreachable, or unused code.
Preserve existing APIs, node names, model-loading behavior, file layout, and workflow compatibility unless replacement is explicitly intended.
Core ComfyUI must not add outbound internet requests, telemetry, tracking, reporting, remote configuration, or background network activity. User-authorized model downloads are limited to the requested artifact and must exclude telemetry and unrelated metadata.

Files:

  • requirements.txt
**/*.{py,md,txt,json}

📄 CodeRabbit inference engine (AGENTS.md)

Keep warning and info messages short and actionable, remove noisy or misleading logging, and make documentation edits concise, factual, and tied to changed behavior.

Files:

  • requirements.txt
**

⚙️ CodeRabbit configuration file

**: IMPORTANT: Only comment on issues directly introduced by this PR's code changes.
Treat AGENTS.md as mandatory repository policy, not optional style guidance.
Flag PR changes that violate AGENTS.md even when the code is otherwise functional.
In particular, enforce architecture boundaries, dtype/device/memory rules,
interface contracts, import style, no unnecessary try/except blocks, no inline
imports, no outbound internet paths in core ComfyUI, and narrow scoped fixes.
Prefer direct findings over suggestions when a rule is violated. Only ignore
AGENTS.md when it clearly conflicts with a newer explicit maintainer instruction
in the PR.
Do NOT flag pre-existing issues in code that was merely moved, re-indented,
de-indented, or reformatted without logic changes. If code appears in the diff
only due to whitespace or structural reformatting (e.g., removing a with: block),
treat it as unchanged. Contributors should not feel obligated to address
pre-existing issues outside the scope of their contribution.

Files:

  • requirements.txt
🧠 Learnings (3)
📓 Common learnings
Learnt from: Kosinkadink
Repo: Comfy-Org/ComfyUI PR: 13507
File: requirements.txt:2-2
Timestamp: 2026-04-22T03:45:35.587Z
Learning: In the Comfy-Org/ComfyUI repository, automated PRs (e.g., from the auto-pr-script by comfyui-wiki) that update comfyui-workflow-templates (or similar comfyui-* packages) in requirements.txt push the new package version to PyPI at roughly the same time the PR is opened. There can be a brief propagation delay before the version appears in PyPI search results or web searches. Do NOT flag these version bumps as non-existent — instead, trust that CI passing is sufficient confirmation the version exists on PyPI.
📚 Learning: 2026-04-22T03:45:35.587Z
Learnt from: Kosinkadink
Repo: Comfy-Org/ComfyUI PR: 13507
File: requirements.txt:2-2
Timestamp: 2026-04-22T03:45:35.587Z
Learning: In the Comfy-Org/ComfyUI repository, automated PRs (e.g., from the auto-pr-script by comfyui-wiki) that update comfyui-workflow-templates (or similar comfyui-* packages) in requirements.txt push the new package version to PyPI at roughly the same time the PR is opened. There can be a brief propagation delay before the version appears in PyPI search results or web searches. Do NOT flag these version bumps as non-existent — instead, trust that CI passing is sufficient confirmation the version exists on PyPI.

Applied to files:

  • requirements.txt
📚 Learning: 2026-02-24T06:20:53.084Z
Learnt from: christian-byrne
Repo: Comfy-Org/ComfyUI PR: 12604
File: requirements.txt:0-0
Timestamp: 2026-02-24T06:20:53.084Z
Learning: When reviewing Python dependency files, do not flag or comment on whether a package version exists on PyPI. Treat versions in requirements.txt as valid and focus reviews on correctness of syntax, formatting, and usage rather than PyPI availability.

Applied to files:

  • requirements.txt
🔇 Additional comments (1)
requirements.txt (1)

25-25: LGTM!


📝 Walkthrough

Walkthrough

The pull request updates the pinned comfy-kitchen dependency in requirements.txt from version 0.2.30 to 0.2.31.

Mergeability Score: ⚪ Minimal · up to 5378b

This is a narrowly scoped package-version update with no actionable merge-blocking risk remaining beyond normal checks and review.

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Description check ❓ Inconclusive No pull request description was provided, so its relevance to the dependency update cannot be assessed. Add a brief description that states the comfy-kitchen dependency changed from version 0.2.30 to 0.2.31.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and concisely identifies the dependency version update in the changeset.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@robinjhuang
robinjhuang self-requested a review August 13, 2026 03:01
@comfyanonymous
comfyanonymous merged commit b323a34 into master Aug 13, 2026
22 checks passed
@comfyanonymous
comfyanonymous deleted the comfyanonymous-patch-2 branch August 13, 2026 03:01
@github-actions github-actions Bot locked and limited conversation to collaborators Aug 13, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants