You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! First of all, thank you for maintaining flask-caching. It's great!
I noticed that you all pinned your dependencies' versions recently in #368. Flask recently released v2.1.3, but flask-caching users won't be able to upgrade until you update your pin. Any chance you'd consider relaxing it to just major version, or anything else that you know you explicitly depend on and couldn't upgrade past? Specific version pins are great for applications, but overly restrictive for libraries since they cause problems like this. More on this here (search for library dependencies).
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi! First of all, thank you for maintaining flask-caching. It's great!
I noticed that you all pinned your dependencies' versions recently in #368. Flask recently released v2.1.3, but flask-caching users won't be able to upgrade until you update your pin. Any chance you'd consider relaxing it to just major version, or anything else that you know you explicitly depend on and couldn't upgrade past? Specific version pins are great for applications, but overly restrictive for libraries since they cause problems like this. More on this here (search for library dependencies).
Thanks in advance!
The text was updated successfully, but these errors were encountered: