Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed Flask Version Constraint #584

Conversation

guillaume-vignal
Copy link
Collaborator

Fixes: #583

Description

This PR removes the Flask version constraint (<2.3.0) from shapash as the underlying issue related to compatibility with dash has been resolved. The latest versions of dash now fully support Flask versions 2.3.0 and above.

Key Changes:

  • Updated Flask Dependency: The restriction on Flask (Flask<2.3.0) has been removed.
  • Tested with Latest Flask and Dash: Compatibility testing was done using the latest versions of both Flask and Dash to ensure the project works seamlessly with updated libraries.

Benefits:

  • Security Improvements: Removing the version constraint allows the use of the latest Flask versions, which include important security updates.
  • Compatibility: Users can now use shapash in environments where Flask versions 2.3.0 or above are required, improving flexibility.
  • Performance Enhancements: Newer versions of Flask come with performance optimizations that the project can now benefit from.

@guillaume-vignal guillaume-vignal self-assigned this Oct 4, 2024
@guillaume-vignal guillaume-vignal added the enhancement New feature or request label Oct 4, 2024
@guillaume-vignal guillaume-vignal merged commit 00d2df1 into MAIF:master Oct 4, 2024
@guillaume-vignal guillaume-vignal deleted the feature/release_constraint_on_flask branch October 4, 2024 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Flask Version Constraint (<2.3.0) Needs to Be Released
2 participants