Skip to content

chore(release): bump to 1.1.12.post3 and pin ACP version - #5818

Merged
xieyxclack merged 1 commit into
release/v1.1.12.post3from
chore/release-v1.1.12.post3
Jul 6, 2026
Merged

chore(release): bump to 1.1.12.post3 and pin ACP version#5818
xieyxclack merged 1 commit into
release/v1.1.12.post3from
chore/release-v1.1.12.post3

Conversation

@rayrayraykk

Copy link
Copy Markdown
Member

Summary

Based on v1.1.12.post2; does not include 2.0 changes from main.

Ref: #5798

Test plan

  • pre-commit run --all-files
  • pytest (smoke on 1.1.12 line)
  • After merge: create GitHub Release v1.1.12.post3 to trigger PyPI publish

Made with Cursor

Pin agent-client-protocol to <0.11.0 to avoid breaking import errors
from newer ACP releases (see #5798).

Co-authored-by: Cursor <cursoragent@cursor.com>
Copilot AI review requested due to automatic review settings July 6, 2026 10:36
@github-project-automation github-project-automation Bot moved this to Todo in QwenPaw Jul 6, 2026
@rayrayraykk
rayrayraykk had a problem deploying to ai-review-approved July 6, 2026 10:36 — with GitHub Actions Failure
@github-actions

github-actions Bot commented Jul 6, 2026

Copy link
Copy Markdown

Welcome to QwenPaw! 🐾

Hi @rayrayraykk, this is your 199th Pull Request.

📋 About PR Template

To help maintainers review your PR faster, please make sure to include:

  • Description - What this PR does and why
  • Type of Change - Bug fix / Feature / Breaking change / Documentation / Refactoring
  • Component(s) Affected - Core / Console / Channels / Skills / CLI / Documentation / Tests / CI/CD / Scripts
  • Checklist:
    • Run and pass pre-commit run --all-files
    • Run and pass relevant tests (pytest or as applicable)
    • Update documentation if needed
  • Testing - How to test these changes
  • Local Verification Evidence:
    pre-commit run --all-files
    # paste summary result
    
    pytest
    # paste summary result

Complete PR information helps speed up the review process. You can edit the PR description to add these details.

🙌 Join Developer Community

Thanks so much for your contribution! We'd love to invite you to join the official QwenPaw developer group! You can find the Discord and DingTalk group links under the "Developer Community" section on our docs page:
https://qwenpaw.agentscope.io/docs/community

We truly appreciate your enthusiasm—and look forward to your future contributions! 😊

We'll review your PR soon.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR prepares a patch release on the 1.1.12 line by bumping the project version to 1.1.12.post3 and constraining agent-client-protocol to avoid breakages from newer releases, including aligning the PyInstaller build scripts with the same constraint.

Changes:

  • Bump package version from 1.1.12.post2 to 1.1.12.post3.
  • Pin agent-client-protocol to >=0.9.0,<0.11.0 in runtime dependencies.
  • Apply the same ACP constraint in both Bash and PowerShell PyInstaller build scripts.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
src/qwenpaw/version.py Bumps the package version to 1.1.12.post3.
pyproject.toml Pins agent-client-protocol to <0.11.0 in core dependencies.
scripts/pack-tauri/build_pyinstaller.sh Installs agent-client-protocol with the pinned version range when fixing the acp namespace collision.
scripts/pack-tauri/build_pyinstaller.ps1 Mirrors the same pinned ACP install behavior for Windows builds.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@xieyxclack xieyxclack left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@xieyxclack
xieyxclack merged commit 77b7544 into release/v1.1.12.post3 Jul 6, 2026
13 of 14 checks passed
@github-project-automation github-project-automation Bot moved this from Todo to Done in QwenPaw Jul 6, 2026
@rayrayraykk
rayrayraykk deleted the chore/release-v1.1.12.post3 branch July 6, 2026 10:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants