-
Notifications
You must be signed in to change notification settings - Fork 190
Promote to version 3.2 #166
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
Conversation
@auvipy are you still the maintainer here? I was hoping to get a new version available to support Flask 3.0+ |
Yes still maintainer |
@auvipy great to hear! Do you have available bandwidth to see if this change I proposed is what is necessary to release a new version? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we already support flask 3?
I had originally intended to make a PR to bring this package up to compatibility with Flask3, but found that on the HEAD commit it had no problems (this was some weeks ago, however, so I'm drawing from memory here). I believe that this change was the one that brought in the compatiblity: 9c99889 And this one is where Flask3 was added to the testing matrix: b55221a Although I must be honest, I haven't actually found where the test runs can be viewed, so I'm not sure they're green. |
Are there plans to release version 3.2? |
Hi there, it's me again.
I see that there are already commits on the
develop
branch to support Flask 3.0+ but there has not been a releasepublished to PyPI. From what I saw last time, updating the version string and the release notes seemed to be
part of the process, so this PR is the beginning of a request to get this new version out and published so that
users (selfishly: my work) can move forward on Flask versions.
Thanks!