-
Notifications
You must be signed in to change notification settings - Fork 65
Closed as not planned
Labels
enhancementNew feature or requestNew feature or request
Description
Currently, most of the dependencies specified in setup.py
aren't pinned. For example, if Jinja2 releases a major version then this package might break for anyone who hasn't pinned that themselves.
It would be good to pin each dependency to the current major version. For Jinja2, it would be nice to support 2.x as well as 3.x as the former is still widely used.
(I'd consider raising a PR for this myself.)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request