-
Notifications
You must be signed in to change notification settings - Fork 1
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
[FEATURE] Upgrade flask package to 3.0.0 #65
Comments
Closing the issue as completed and released on production. |
Details on over-effort spending in this issue:This ticket concerns upgrading the Flask package to 3.0.0 and its dependencies with maximum compatibility. We worked on this because the system is running on an older version of Flask 1.1.2. We worked on upgrading the Flask package from 1.1.2 to 3.0.0 one by one and tested the application in every upgrade. We found some changes happened at the declaring level of the query class in the Work done to complete this issue:
The trail is added as a PR in this Github story on 9th Jan. Sharing the link here as well - #68 |
Explanation of efforts spent -
|
Is your feature request related to a problem? Please describe.
We are currently using Flask 1.1.2, which is getting older, and the latest version Flask 3.0.0 was upgraded on Sep 30, 2023. Within these releases, there are many minor and major releases, including breaking changes. It is recommended to upgrade the application dependencies timely to avoid any security vulnerability with the older versions.
Describe the solution you'd like
Describe alternatives you've considered
NA
Additional context
Here is the list of changes mentioned in official documentation - Flask version upgrade change logs
Acceptance Criteria
Documentation
Add whatever documentation will be required here.
The text was updated successfully, but these errors were encountered: