Giskard-AI / Giskard-AI/giskard-hub-python

3.2.0 - Issue with "/v2/evaluations/create-local"

Open
#114 3 comments 0 reactions 1 assignee View on GitHub

@henchaves is already working on this.

Since Sep 8, 2026.

Dominant language
Python
Stars
5
Forks
0
Avg merge
2d 20h
Merged PRs (30d)
8

Description

Hey! Having a new issue in gsk-hub 3.2.0 when creating a local evaluation in our Giskard Cloud instance ;

hub.evaluations.create_local(**kwargs)

With kwargs being :

{
    "agent_info": {
        "name": "name",
        "description": "description"
    },
    "dataset_id": "******",
    "name": "name"
}

returns the following error:

giskard_hub.UnprocessableEntityError: Error code: 422 - {'fields': {'criteria': 'Input should be a valid list'}}

Can you help us with it? What's the workaround (apart from staying on 3.1.0 ?)

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.