Open
Description
Dear, I am using Posit Workbench on a system where I am also leveraging DVC in order to keep track of my data/ML experiments.
DVC depends on git tag ops (https://pypi.org/project/gto/), which needs semver >= 3.0.0
but rsconnect-pthon enforces semver <3.0.0
is there a specific reason for this behavior? I am aware that it was added to resolve pretty complex use-cases (#223 ) but right now it is creating a dependency issue when trying to have it on a system that is also running DVC.