posit-dev / rsconnect-python

Command line interface for publishing to Posit Connect
https://docs.posit.co/rsconnect-python/
GNU General Public License v2.0
28 stars 20 forks source link

support semver > 3.0.0 #502

Open FMKerckhof opened 8 months ago

FMKerckhof commented 8 months ago

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.

edavidaja commented 8 months ago

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.

amirhessam88 commented 1 week ago

any updates on this ?

mmarchetti commented 6 days ago

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

amirhessam88 commented 6 days ago

Thanks @mmarchetti