rsconnect-python icon indicating copy to clipboard operation
rsconnect-python copied to clipboard

support semver > 3.0.0

Open FMKerckhof opened this issue 2 years ago • 4 comments

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.

FMKerckhof avatar Oct 18 '23 09:10 FMKerckhof

As a workaround: if you are using the CLI interactively, do so without installing it as a project dependency--that is: install the cli with pipx.

edavidaja avatar Nov 03 '23 20:11 edavidaja

any updates on this ?

amirhessam88 avatar Jun 21 '24 23:06 amirhessam88

https://github.com/posit-dev/rsconnect-python/pull/607 should address this.

mmarchetti avatar Jun 27 '24 15:06 mmarchetti

Thanks @mmarchetti

amirhessam88 avatar Jun 27 '24 15:06 amirhessam88