Skip to content

fix(api): sync pyproject version with repository version#9359

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

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

Conversation

@Vedantdhewale07

@Vedantdhewale07 Vedantdhewale07 commented Jul 5, 2026

Copy link
Copy Markdown

Summary

This PR updates the version in apps/api/pyproject.toml from 0.24.0 to 1.3.1 to match the repository's current release version.

Changes

  • Updated apps/api/pyproject.toml
  • Synced Python package version with other project manifests

Fixes #9355

Summary by CodeRabbit

  • Chores
    • Updated the API project version to 1.3.1.

@CLAassistant

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@coderabbitai

coderabbitai Bot commented Jul 5, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: aa706944-de84-4c0e-8e92-21c02d642b55

📥 Commits

Reviewing files that changed from the base of the PR and between 7fbf14a and e927655.

📒 Files selected for processing (1)
  • apps/api/pyproject.toml

📝 Walkthrough

Walkthrough

The version field in apps/api/pyproject.toml was updated from 0.24.0 to 1.3.1 to align with the version used across other manifests in the repository.

Changes

Version alignment

Layer / File(s) Summary
Bump pyproject.toml version
apps/api/pyproject.toml
Updated project.version from 0.24.0 to 1.3.1.

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

Related issues: Resolves version mismatch reported in issue #9355, where apps/api/pyproject.toml remained at 0.24.0 while other manifests were at 1.3.1.

Suggested labels: dependencies, chore

Suggested reviewers: none required for this trivial change

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description covers the summary and issue reference, but it misses most required template sections like Type of Change and Test Scenarios. Rewrite the PR description using the repository template, including Description, Type of Change, Test Scenarios, and References.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately summarizes the version sync in apps/api/pyproject.toml.
Linked Issues check ✅ Passed The PR updates apps/api/pyproject.toml to 1.3.1, matching the linked issue's expected version.
Out of Scope Changes check ✅ Passed The change is limited to the requested version bump in apps/api/pyproject.toml.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ 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