trailofbits / trailofbits/it-depends
Handle multiple version depedencies
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Python
- Stars
- 413
- Forks
- 25
- Avg merge
- 15h 10m
- Merged PRs (30d)
- 10
Description
We need a longer-term solution to #114
From conversations with @ESultanik :
- Change
to_obj()output schema to include all of the version specs, but I am not sure if that would break anything. - We should also figure out a way to encode version constraints. For example,
numpy>=1.26.0; python_version >= "3.12".
Contributor guide
No contributing guide indexed for this repository
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.
Assessment
This issue has not been assessed yet.