Skip to content

ogma-cli: Problem with dependency prevents CI jobs from completing #151

@ivanperez-keera

Description

@ivanperez-keera

Description

jsonpath uses a function that is only available in aeson >= 2.0.3.0, but the dependency only requires aeson >= 2. This breaks the installation in the CI jobs if aeson >= 2 && aeson < 2.0.3.0 is picked.

Type

  • Management: fix to CI set up due to issue with dependency.

Additional context

None.

Requester

  • Ivan Perez.

Method to check presence of bug

Not applicable (not a bug).

Expected result

  • Installation in the CI jobs completes successfully.

Desired result

  • Installation in the CI jobs completes successfully.

Proposed solution

  • Add a constraint in the CI jobs to require aeson greater than 2.0.2.0.

Further notes

Metadata

Metadata

Labels

CR:Status:ClosedAdmin only: Change request that has been completedCR:Type:ManagementAdmin only: Change request for conformance with policies or procedures

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions