posit-dev / posit-dev/rsconnect-python
support semver > 3.0.0
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 37
- Forks
- 28
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 7
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the semver <3.0.0 dependency constraint described in the issue and the complex use cases referenced in issue #223. Determine the compatibility requirements for semver >=3.0.0, then verify that the dependency can coexist with DVC's gto package and add or update tests covering the supported range.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100