SeldonIO / alibi-detect

Algorithms for outlier, adversarial and drift detection
https://docs.seldon.io/projects/alibi-detect/en/stable/
Other
2.14k stars 216 forks source link

test: Add Pydantic version to matrix variable #890

Closed jesse-c closed 2 months ago

jesse-c commented 2 months ago

This is a follow-up to where the Pydantic v1 shim was added [1]. It's inspired by Ray's approach [2].

This locks the version in the CI and I think that's okay since we don't need to keep on updating them, as they're intended as smoke tests.

[1] https://github.com/SeldonIO/alibi-detect/pull/882#discussion_r1575971961 [2] https://github.com/ray-project/ray/pull/40451

jesse-c commented 2 months ago

There are docs and static checks fails, which are unrelated to the changes here [1].

[1] https://github.com/SeldonIO/alibi-detect/actions/runs/8808915172