Skip to content

fix(api): sync pyproject version with repository version (#9355)#9392

Open
AbdelHamdyGhanem wants to merge 1 commit into
makeplane:previewfrom
AbdelHamdyGhanem:fix/9355-sync-api-pyproject-version
Open

fix(api): sync pyproject version with repository version (#9355)#9392
AbdelHamdyGhanem wants to merge 1 commit into
makeplane:previewfrom
AbdelHamdyGhanem:fix/9355-sync-api-pyproject-version

Conversation

@AbdelHamdyGhanem

@AbdelHamdyGhanem AbdelHamdyGhanem commented Jul 10, 2026

Copy link
Copy Markdown

Description

Updated apps/api/pyproject.toml to sync the API package version with the rest of the repository.

The repository manifests use version 1.3.1, but apps/api/pyproject.toml was still reporting 0.24.0, causing inconsistent package metadata. This change updates the Python package version to 1.3.1 so all project manifests are aligned.

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • Feature (non-breaking change which adds functionality)
  • Improvement (change that would cause existing functionality to not work as expected)
  • Code refactoring
  • Performance improvements
  • Documentation update

Screenshots and Media (if applicable)

Test Scenarios

Verified that:

  • apps/api/package.json reports version 1.3.1
  • Other repository manifests report version 1.3.1
  • Updated apps/api/pyproject.toml to match the repository version

References

Fixes #9355

Summary by CodeRabbit

  • Chores
    • Updated the application package version to 1.3.1.

@CLAassistant

CLAassistant commented Jul 10, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@coderabbitai

coderabbitai Bot commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

📝 Walkthrough

Walkthrough

The API package version in apps/api/pyproject.toml is updated from 0.24.0 to 1.3.1.

Changes

API package release metadata

Layer / File(s) Summary
Update API package version
apps/api/pyproject.toml
Changes project.version from 0.24.0 to 1.3.1.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Possibly related issues

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
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.
Title check ✅ Passed The title clearly summarizes the main change: syncing the API pyproject version with the repository version.
Description check ✅ Passed The description follows the template and includes the change summary, type of change, tests, and a linked reference.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

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.

apps/api/pyproject.toml version stuck at 0.24.0 while repo shipped 1.3.1

2 participants