Remove upper bound for ruff dependency
Dresdn opened this issue · 2 comments
Dresdn commented
Describe the bug
Projects that depend on a package generated with openapi-python-client are not able to install the latest version of Ruff (0.5.3) due to the upper bound being set to <0.5.
Proposed Solution
I propose either removing the upper-bound of the depdency, or even better, moving the dependency to the tool.pdm.dev-dependencies section.