Skip to content

Expand frappe dependency to support 16.x versions#53

Merged
niraj2477 merged 2 commits intomainfrom
copilot/update-frappe-dependency-version
Feb 13, 2026
Merged

Expand frappe dependency to support 16.x versions#53
niraj2477 merged 2 commits intomainfrom
copilot/update-frappe-dependency-version

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 13, 2026

Widens the supported Frappe version range to include all 16.x releases.

Changes

  • Updated [tool.bench.frappe-dependencies] in pyproject.toml:
    • Changed from ">=15.0.0,<=16.0.0" to ">=15.0.0,<17.0.0"
    • Now supports Frappe 15.x and 16.x versions

The constraint <17.0.0 follows semantic versioning convention and ensures compatibility with all 16.x patch releases.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: niraj2477 <28840468+niraj2477@users.noreply.github.com>
Copilot AI changed the title [WIP] Update frappe dependency to version >=15.0.0,<17.0.0 Expand frappe dependency to support 16.x versions Feb 13, 2026
Copilot AI requested a review from niraj2477 February 13, 2026 10:17
@niraj2477 niraj2477 marked this pull request as ready for review February 13, 2026 10:18
Copilot AI review requested due to automatic review settings February 13, 2026 10:18
Copy link
Copy Markdown

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 pull request updates the Frappe framework dependency constraint to support all 16.x versions instead of only 16.0.0. The change follows semantic versioning conventions by using the less-than operator (<17.0.0) to include all 16.x releases while excluding version 17.0.0 and above.

Changes:

  • Updated [tool.bench.frappe-dependencies] constraint from ">=15.0.0,<=16.0.0" to ">=15.0.0,<17.0.0"

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

@niraj2477 niraj2477 merged commit 52af05e into main Feb 13, 2026
12 of 13 checks passed
@niraj2477 niraj2477 deleted the copilot/update-frappe-dependency-version branch February 13, 2026 13:24
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.

4 participants