Skip to content

🔥 chore: remove mq-python crate from workspace#1349

Merged
harehare merged 2 commits intomainfrom
remove-mq-python
Feb 27, 2026
Merged

🔥 chore: remove mq-python crate from workspace#1349
harehare merged 2 commits intomainfrom
remove-mq-python

Conversation

@harehare
Copy link
Copy Markdown
Owner

No description provided.

- Deleted crates/mq-python and all related files
- Updated workspace Cargo.toml and README.md
- Cleaned up dependencies and references

BREAKING CHANGE: Python bindings are now maintained in https://github.com/harehare/mq-python
Copilot AI review requested due to automatic review settings February 27, 2026 13:27
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

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 removes the mq-python crate from the workspace, moving Python bindings to a separate repository. The removal is comprehensive, including the entire crate directory, build configurations, version bump scripts, and most documentation references.

Changes:

  • Removed mq-python crate from workspace members in Cargo.toml
  • Deleted all Python binding source code, tests, and configuration files
  • Removed Python-related build recipes from justfile and version bump logic from bump_version.sh
  • Updated README.md to point to the new standalone repository at github.com/harehare/mq-python
  • Updated documentation files (CLAUDE.md, AGENTS.md) and configuration (.github/codecov.yml, .claude/rules/mq-python.md)
  • Cleaned up Cargo.lock by removing pyo3 and related dependencies

Reviewed changes

Copilot reviewed 21 out of 25 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
Cargo.toml Removed mq-python from workspace members
Cargo.lock Automatic removal of pyo3 and Python-related dependencies
justfile Removed build-python, publish-python-test, and publish-python targets
scripts/bump_version.sh Removed Python version update commands
README.md Updated mq-python link to point to separate repository
CLAUDE.md, AGENTS.md Removed mq-python from directory structure documentation
.github/codecov.yml Removed mq-python from coverage ignore list
.github/copilot-instructions.md Missing update - still references mq-python
.github/instructions/general.instructions.md Missing update - still references mq-python
.gitignore Added .claude/worktrees (unrelated change)
.claude/rules/mq-python.md Deleted Python-specific rules
crates/mq-python/** Complete removal of Python bindings crate

@harehare harehare merged commit 7344bf0 into main Feb 27, 2026
10 checks passed
@harehare harehare deleted the remove-mq-python branch February 27, 2026 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants