Skip to content

fix: declare Frappe v15 compatibility#9

Closed
vaishalisahni wants to merge 1 commit into
dhwani-ris:mainfrom
vaishalisahni:fix/frappe-v15-compat
Closed

fix: declare Frappe v15 compatibility#9
vaishalisahni wants to merge 1 commit into
dhwani-ris:mainfrom
vaishalisahni:fix/frappe-v15-compat

Conversation

@vaishalisahni

Copy link
Copy Markdown

PR Description

This PR fixes Frappe Framework v15 compatibility for the frappe-desk-theme app by declaring the supported framework version in pyproject.toml.

The main branch did not specify any Frappe dependency, which caused Frappe Cloud and Bench v15 to block installation and branch switching due to missing compatibility metadata.

Issue- #8

Solution

This PR makes the app explicitly compatible with Frappe Framework v15 by adding the required dependency declaration.

The following change was made:

Declared Frappe framework compatibility in pyproject.toml using:
frappe>=15,<16

This ensures that Frappe Cloud and Bench can correctly validate and allow installation of the app on Frappe v15 environments.

@bhushan-barbuddhe

Copy link
Copy Markdown
Collaborator

@vaishalisahni please share PR against develop branch

@vaishalisahni

vaishalisahni commented Jan 13, 2026

Copy link
Copy Markdown
Author

@bhushan-barbuddhe The compatibility issue I encountered was on the main branch
image

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