-
Notifications
You must be signed in to change notification settings - Fork 218
Open
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.
Metadata
Metadata
Assignees
Labels
No labels