relax jmespath requirements
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 669
- Forks
- 236
- Avg merge
- 1m
- Merged PRs (30d)
- 4
Description
oci-cli currently has a strict requirement on jmespath==0.10.0
https://github.com/oracle/oci-cli/blob/master/requirements.txt#L15
According to jmespath changelog, versions 1.0.0 and 1.0.1 are basically bugfixes + official support for python 3.11 and 3.12.
Can jmespath requirement be relaxed to
jmespath>=0.10.0,<=1.0.1
?
OL9 and OL10 are starting to ship jmespath 1.0.1 and we would like to be able to use it.
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 with requirements.txt at line 15 and review the stated jmespath changelog and Python 3.11/3.12 compatibility context. Done means the dependency declaration permits the requested jmespath versions while retaining the existing minimum; check any dependency validation available in the repository.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli, cloud
- Issue type
- Feature
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 52/100