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

Update minimum supported versions of frameworks in next major release #725

Open
sirosen opened this issue May 6, 2022 · 1 comment
Open
Labels
framework-support Related to supported frameworks
Milestone

Comments

@sirosen
Copy link
Collaborator

sirosen commented May 6, 2022

In the next major webargs release (9.0), we should make sure to update the minimum versions of the various frameworks which we test against.

IIRC, the current bounds came from looking at which versions we support in practice. But we don't want to be stuck testing against old flask, django, pyramid, etc versions indefinitely. We could debate exactly what kinds of updates are safe in a minor release -- especially since this is for our testing configuration and not part of our install_requires -- but I think it's simpler to just do this in 9.0, whenever that may be.

@sirosen sirosen added this to the 9.0 milestone May 6, 2022
@lafrech
Copy link
Member

lafrech commented May 6, 2022

Some would say if the cost is low why not keep them, but the point is that old framework versions might not even be supported anyway so let's not try to support them here. Also the transition may be easy. I mean if someone maintains a 2018 app, I don't think they'll complain about webargs not supporting Flask 1, they'll just update Flask, the move is easy enough.

@sirosen sirosen added the framework-support Related to supported frameworks label Jul 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
framework-support Related to supported frameworks
Projects
None yet
Development

No branches or pull requests

2 participants